public class WsdlMessage
extends java.lang.Object
Constructor and Description |
---|
WsdlMessage(java.lang.String thisName)
Create a new instance of WsdlMessage.
|
Modifier and Type | Method and Description |
---|---|
void |
addMessagePart(WsdlMessage messagePart)
Add a new part entry to the message.
|
java.lang.String |
getDocumentation()
Get the message documentation.
|
java.util.ArrayList |
getMessageParts()
Get the message part entries.
|
java.lang.String |
getName()
Get the message name.
|
java.lang.String |
getPartElement()
Get the message part element.
|
java.lang.String |
getType()
Get the message part type.
|
java.lang.String |
getTypeElement()
This represents a simple or a complex parameter type, as follows:
1. |
void |
setDocumentation(java.lang.String thisDocumentation)
Set the message documentation.
|
void |
setMessageParts(java.util.ArrayList theMessageParts)
Set the message part entries.
|
void |
setPartElement(java.lang.String thisPartElement)
Set the message part element.
|
void |
setType(java.lang.String thisType)
Set the message part type.
|
java.lang.String |
toString()
Get a string-based description of this message part.
|
public WsdlMessage(java.lang.String thisName)
thisName
- the message name.public java.lang.String getTypeElement()
public java.lang.String getName()
public void setType(java.lang.String thisType)
thisType
- the message part type.public java.lang.String getType()
public void setDocumentation(java.lang.String thisDocumentation)
thisDocumentation
- the message documentation.public java.lang.String getDocumentation()
public void setPartElement(java.lang.String thisPartElement)
thisPartElement
- the message part element.public java.lang.String getPartElement()
public void setMessageParts(java.util.ArrayList theMessageParts)
theMessageParts
- the part entries, of type WsdlMessage.public void addMessagePart(WsdlMessage messagePart)
messagePart
- the entry to add.public java.util.ArrayList getMessageParts()
public java.lang.String toString()
toString
in class java.lang.Object