Interface SOAPBody
- All Superinterfaces:
ExtensibilityElement, Serializable
- All Known Implementing Classes:
SOAPBodyImpl
- Author:
- Matthew J. Duftler (duftler@us.ibm.com)
-
Method Summary
Modifier and TypeMethodDescriptionGet the encodingStyles for this SOAP body.Get the namespace URI for this SOAP body.getParts()Get the parts for this SOAP body.getUse()Get the use for this SOAP body.voidsetEncodingStyles(List encodingStyles) Set the encodingStyles for this SOAP body.voidsetNamespaceURI(String namespaceURI) Set the namespace URI for this SOAP body.voidSet the parts for this SOAP body.voidSet the use for this SOAP body.Methods inherited from interface ExtensibilityElement
getElementType, getRequired, setElementType, setRequired
-
Method Details
-
setParts
-
getParts
List getParts()Get the parts for this SOAP body. -
setUse
-
getUse
String getUse()Get the use for this SOAP body. -
setEncodingStyles
Set the encodingStyles for this SOAP body.- Parameters:
encodingStyles- the desired encodingStyles
-
getEncodingStyles
List getEncodingStyles()Get the encodingStyles for this SOAP body. -
setNamespaceURI
Set the namespace URI for this SOAP body.- Parameters:
namespaceURI- the desired namespace URI
-
getNamespaceURI
String getNamespaceURI()Get the namespace URI for this SOAP body.
-