com.ibm.wsdl.extensions.soap
public class SOAPBodyImpl extends Object implements SOAPBody
| Field Summary | |
|---|---|
| protected QName | elementType |
| protected List | encodingStyles |
| protected String | namespaceURI |
| protected List | parts |
| protected Boolean | required |
| static long | serialVersionUID |
| protected String | use |
| Method Summary | |
|---|---|
| QName | getElementType()
Get the type of this extensibility element.
|
| List | getEncodingStyles()
Get the encodingStyles for this SOAP body. |
| String | getNamespaceURI()
Get the namespace URI for this SOAP body. |
| List | getParts()
Get the parts for this SOAP body. |
| Boolean | getRequired()
Get whether or not the semantics of this extension
are required. |
| String | getUse()
Get the use for this SOAP body. |
| void | setElementType(QName elementType)
Set the type of this extensibility element.
|
| void | setEncodingStyles(List encodingStyles)
Set the encodingStyles for this SOAP body.
|
| void | setNamespaceURI(String namespaceURI)
Set the namespace URI for this SOAP body.
|
| void | setParts(List parts)
Set the parts for this SOAP body.
|
| void | setRequired(Boolean required)
Set whether or not the semantics of this extension
are required. |
| void | setUse(String use)
Set the use for this SOAP body.
|
| String | toString() |
Returns: the extensibility element's type
Parameters: elementType the type
Parameters: encodingStyles the desired encodingStyles
Parameters: namespaceURI the desired namespace URI
Parameters: parts the desired parts
Parameters: use the desired use