public interface SOAPBody extends ExtensibilityElement, java.io.Serializable
Modifier and Type | Method and Description |
---|---|
java.util.List |
getEncodingStyles()
Get the encodingStyles for this SOAP body.
|
java.lang.String |
getNamespaceURI()
Get the namespace URI for this SOAP body.
|
java.util.List |
getParts()
Get the parts for this SOAP body.
|
java.lang.String |
getUse()
Get the use for this SOAP body.
|
void |
setEncodingStyles(java.util.List encodingStyles)
Set the encodingStyles for this SOAP body.
|
void |
setNamespaceURI(java.lang.String namespaceURI)
Set the namespace URI for this SOAP body.
|
void |
setParts(java.util.List parts)
Set the parts for this SOAP body.
|
void |
setUse(java.lang.String use)
Set the use for this SOAP body.
|
getElementType, getRequired, setElementType, setRequired
void setParts(java.util.List parts)
parts
- the desired partsjava.util.List getParts()
void setUse(java.lang.String use)
use
- the desired usejava.lang.String getUse()
void setEncodingStyles(java.util.List encodingStyles)
encodingStyles
- the desired encodingStylesjava.util.List getEncodingStyles()
void setNamespaceURI(java.lang.String namespaceURI)
namespaceURI
- the desired namespace URIjava.lang.String getNamespaceURI()
Copyright ? 2003, 2013 IBM. All Rights Reserved.