BT-MatML-Editor 0.1.4
Editor for the MatML 3.1 XML Schema
Public Types | Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
SpecimenDetails Class Reference
Inheritance diagram for SpecimenDetails:
Default< SpecimenDetails >

Public Types

typedef ::Name Name_type
 
typedef ::xsd::cxx::tree::optional< Name_typeName_optional
 
typedef ::xsd::cxx::tree::traits< Name_type, char > Name_traits
 
typedef ::Notes Notes_type
 
typedef ::xsd::cxx::tree::optional< Notes_typeNotes_optional
 
typedef ::xsd::cxx::tree::traits< Notes_type, char > Notes_traits
 
typedef ::Geometry Geometry_type
 
typedef ::xsd::cxx::tree::optional< Geometry_typeGeometry_optional
 
typedef ::xsd::cxx::tree::traits< Geometry_type, char > Geometry_traits
 
typedef ::xml_schema::id id_type
 
typedef ::xsd::cxx::tree::traits< id_type, char > id_traits
 
typedef ::xml_schema::string type_type
 
typedef ::xsd::cxx::tree::optional< type_type > type_optional
 
typedef ::xsd::cxx::tree::traits< type_type, char > type_traits
 

Public Member Functions

const Name_optional & Name () const
 
Name_optional & Name ()
 
void Name (const Name_type &x)
 
void Name (const Name_optional &x)
 
void Name (::std::auto_ptr< Name_type > p)
 
const Notes_optional & Notes () const
 
Notes_optional & Notes ()
 
void Notes (const Notes_type &x)
 
void Notes (const Notes_optional &x)
 
void Notes (::std::auto_ptr< Notes_type > p)
 
const Geometry_optional & Geometry () const
 
Geometry_optional & Geometry ()
 
void Geometry (const Geometry_type &x)
 
void Geometry (const Geometry_optional &x)
 
void Geometry (::std::auto_ptr< Geometry_type > p)
 
const id_type & id () const
 
id_type & id ()
 
void id (const id_type &x)
 
void id (::std::auto_ptr< id_type > p)
 
const type_optional & type () const
 
type_optional & type ()
 
void type (const type_type &x)
 
void type (const type_optional &x)
 
void type (::std::auto_ptr< type_type > p)
 
 SpecimenDetails (const id_type &)
 
 SpecimenDetails (const ::xercesc::DOMElement &e, ::xml_schema::flags f=0, ::xml_schema::container *c=0)
 
 SpecimenDetails (const SpecimenDetails &x, ::xml_schema::flags f=0, ::xml_schema::container *c=0)
 
virtual SpecimenDetails_clone (::xml_schema::flags f=0, ::xml_schema::container *c=0) const
 
SpecimenDetailsoperator= (const SpecimenDetails &x)
 

Protected Member Functions

void parse (::xsd::cxx::xml::dom::parser< char > &, ::xml_schema::flags)
 

Protected Attributes

Name_optional Name_
 
Notes_optional Notes_
 
Geometry_optional Geometry_
 
::xsd::cxx::tree::one< id_type > id_
 
type_optional type_
 

The documentation for this class was generated from the following files: