pp108 : Part

Part

Represents a message part and contains the part's name, corresponding element name, and type name.

Method

Description

getName

Returns the value of the name attribute for this part.

getElement

Returns an ElementDeclaration object corresponding to the QName specified in the element attribute of the part node.

getElementQName

Returns the Qname object of the element associated with the part.

getTypeQName

Returns the Qname object of the type associated with the part.

getDocumentation

Returns the documentation node containing the human readable documentation.

getDefinition

Returns the parent Definition object corresponding to this Part object.

getXMLNode

Returns the XML node corresponding to this Part object.

getTypeDefinition

Returns a typedefinition object corresponding to the type attribute of the part tag.