
Public Types | |
| enum | PartRefType { None, Elem, Type } |
Public Member Functions | |
| Part (const std::string &n) | |
| ~Part () | |
| PartRefType | refType () const |
| std::string | name () const |
| int | type () const |
| const Element * | element () const |
| int | schemaId () const |
| void | setPartType (int typeId, int schema) |
| void | setPartElement (const Element *e, int schema) |
Definition at line 33 of file Message.h.
1.4.6