public interface SOAP12Body extends ExtensibilityElement, Serializable
Modifier and Type | Method and Description |
---|---|
String |
getEncodingStyle()
Get the encodingStyle for this SOAP body.
|
String |
getNamespaceURI()
Get the namespace URI for this SOAP body.
|
List |
getParts()
Get the parts for this SOAP body.
|
String |
getUse()
Get the use for this SOAP body.
|
void |
setEncodingStyle(String encodingStyle)
Set the encodingStyle 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 |
setUse(String use)
Set the use for this SOAP body.
|
getElementType, getRequired, setElementType, setRequired
void setParts(List parts)
parts
- the desired partsList getParts()
void setUse(String use)
use
- the desired useString getUse()
void setEncodingStyle(String encodingStyle)
encodingStyle
- the desired encodingStyleString getEncodingStyle()
void setNamespaceURI(String namespaceURI)
namespaceURI
- the desired namespace URIString getNamespaceURI()
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.