javax.wsdl.extensions.soap
Interface SOAPBody

All Superinterfaces:
ExtensibilityElement, java.io.Serializable

public interface SOAPBody
extends ExtensibilityElement, java.io.Serializable

SOAPBody

Component:
WSDL-API interfaces

Method Summary
 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.
 
Methods inherited from interface javax.wsdl.extensions.ExtensibilityElement
getElementType, getRequired, setElementType, setRequired
 

Method Detail

setParts

public void setParts(java.util.List parts)
Set the parts for this SOAP body.

Parameters:
parts - the desired parts

getParts

public java.util.List getParts()
Get the parts for this SOAP body.


setUse

public void setUse(java.lang.String use)
Set the use for this SOAP body.

Parameters:
use - the desired use

getUse

public java.lang.String getUse()
Get the use for this SOAP body.


setEncodingStyles

public void setEncodingStyles(java.util.List encodingStyles)
Set the encodingStyles for this SOAP body.

Parameters:
encodingStyles - the desired encodingStyles

getEncodingStyles

public java.util.List getEncodingStyles()
Get the encodingStyles for this SOAP body.


setNamespaceURI

public void setNamespaceURI(java.lang.String namespaceURI)
Set the namespace URI for this SOAP body.


getNamespaceURI

public java.lang.String getNamespaceURI()
Get the namespace URI for this SOAP body.