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

Public Types

typedef ::Associate Associate_type
 
typedef ::xsd::cxx::tree::optional< Associate_typeAssociate_optional
 
typedef ::xsd::cxx::tree::traits< Associate_type, char > Associate_traits
 
typedef ::Relationship Relationship_type
 
typedef ::xsd::cxx::tree::optional< Relationship_typeRelationship_optional
 
typedef ::xsd::cxx::tree::traits< Relationship_type, char > Relationship_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 Associate_optional & Associate () const
 
Associate_optional & Associate ()
 
void Associate (const Associate_type &x)
 
void Associate (const Associate_optional &x)
 
void Associate (::std::auto_ptr< Associate_type > p)
 
const Relationship_optional & Relationship () const
 
Relationship_optional & Relationship ()
 
void Relationship (const Relationship_type &x)
 
void Relationship (const Relationship_optional &x)
 
void Relationship (::std::auto_ptr< Relationship_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)
 
 AssociationDetails (const ::xercesc::DOMElement &e, ::xml_schema::flags f=0, ::xml_schema::container *c=0)
 
 AssociationDetails (const AssociationDetails &x, ::xml_schema::flags f=0, ::xml_schema::container *c=0)
 
virtual AssociationDetails_clone (::xml_schema::flags f=0, ::xml_schema::container *c=0) const
 
AssociationDetailsoperator= (const AssociationDetails &x)
 

Protected Member Functions

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

Protected Attributes

Associate_optional Associate_
 
Relationship_optional Relationship_
 
Notes_optional Notes_
 

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