com.ibm.wsdl
public class MessageImpl extends Object implements Message
| Field Summary | |
|---|---|
| protected List | additionOrderOfParts |
| protected Element | docEl |
| protected List | extElements |
| protected boolean | isUndefined |
| protected QName | name |
| protected Map | parts |
| static long | serialVersionUID |
| Method Summary | |
|---|---|
| void | addExtensibilityElement(ExtensibilityElement extElement)
Add an extensibility element.
|
| void | addPart(Part part)
Add a part to this message.
|
| Element | getDocumentationElement()
Get the documentation element. |
| List | getExtensibilityElements()
Get all the extensibility elements defined here. |
| List | getOrderedParts(List partOrder)
Get an ordered list of parts as specified by the partOrder
argument.
|
| Part | getPart(String name)
Get the specified part.
|
| Map | getParts()
Get all the parts defined here. |
| QName | getQName()
Get the name of this message.
|
| boolean | isUndefined() |
| void | setDocumentationElement(Element docEl)
Set the documentation element for this document. |
| void | setQName(QName name)
Set the name of this message.
|
| void | setUndefined(boolean isUndefined) |
| String | toString() |
Parameters: extElement the extensibility element to be added
Parameters: part the part to be added
Returns: the documentation element
Parameters: partOrder a list of strings, with each string referring to a part by its name. If this argument is null, the parts are returned in the order in which they were added to the message.
Returns: the list of parts
Parameters: name the name of the desired part.
Returns: the corresponding part, or null if there wasn't any matching part
Returns: the message name
Parameters: docEl the documentation element
Parameters: name the desired name