#include <Message.h>

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.
| Part::PartRefType WsdlPull::Part::refType | ( | ) | const [inline] |
| int WsdlPull::Part::type | ( | ) | const |
Definition at line 126 of file Message.cpp.
References e, Schema::Element::getType(), Type, and type_id.
Referenced by WsdlPull::Message::getPartType().
| const Element * WsdlPull::Part::element | ( | ) | const |
| int WsdlPull::Part::schemaId | ( | ) | const [inline] |
Definition at line 212 of file Message.h.
Referenced by WsdlPull::Message::getPartContentSchemaId().
| void WsdlPull::Part::setPartType | ( | int | typeId, | |
| int | schema | |||
| ) |
| void WsdlPull::Part::setPartElement | ( | const Element * | e, | |
| int | schema | |||
| ) |
| const Element* WsdlPull::Part::e |
1.5.5