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
PhaseComposition Class Reference
Inheritance diagram for PhaseComposition:
Default< PhaseComposition >

Public Types

typedef ::Name Name_type
 
typedef ::xsd::cxx::tree::traits< Name_type, char > Name_traits
 
typedef ::Concentration Concentration_type
 
typedef ::xsd::cxx::tree::optional< Concentration_typeConcentration_optional
 
typedef ::xsd::cxx::tree::traits< Concentration_type, char > Concentration_traits
 
typedef ::PropertyData PropertyData_type
 
typedef ::xsd::cxx::tree::sequence< PropertyData_typePropertyData_sequence
 
typedef PropertyData_sequence::iterator PropertyData_iterator
 
typedef PropertyData_sequence::const_iterator PropertyData_const_iterator
 
typedef ::xsd::cxx::tree::traits< PropertyData_type, char > PropertyData_traits
 
typedef ::Notes Notes_type
 
typedef ::xsd::cxx::tree::optional< Notes_typeNotes_optional
 
typedef ::xsd::cxx::tree::traits< Notes_type, char > Notes_traits
 

Public Member Functions

const Name_typeName () const
 
Name_typeName ()
 
void Name (const Name_type &x)
 
void Name (::std::auto_ptr< Name_type > p)
 
const Concentration_optional & Concentration () const
 
Concentration_optional & Concentration ()
 
void Concentration (const Concentration_type &x)
 
void Concentration (const Concentration_optional &x)
 
void Concentration (::std::auto_ptr< Concentration_type > p)
 
const PropertyData_sequence & PropertyData () const
 
PropertyData_sequence & PropertyData ()
 
void PropertyData (const PropertyData_sequence &s)
 
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)
 
 PhaseComposition (const Name_type &)
 
 PhaseComposition (::std::auto_ptr< Name_type >)
 
 PhaseComposition (const ::xercesc::DOMElement &e, ::xml_schema::flags f=0, ::xml_schema::container *c=0)
 
 PhaseComposition (const PhaseComposition &x, ::xml_schema::flags f=0, ::xml_schema::container *c=0)
 
virtual PhaseComposition_clone (::xml_schema::flags f=0, ::xml_schema::container *c=0) const
 
PhaseCompositionoperator= (const PhaseComposition &x)
 

Protected Member Functions

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

Protected Attributes

::xsd::cxx::tree::one< Name_typeName_
 
Concentration_optional Concentration_
 
PropertyData_sequence PropertyData_
 
Notes_optional Notes_
 

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