javax.wsdl.extensions.soap
Interface SOAPBody
- ExtensibilityElement, java.io.Serializable
- SOAPBodyImpl
public interface SOAPBody
- Matthew J. Duftler (duftler@us.ibm.com)
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.
|
String | getUse() - Get the use for this SOAP body.
|
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 | setUse(String use) - Set the use for this SOAP body.
|
getEncodingStyles
public List getEncodingStyles()
Get the encodingStyles for this SOAP body.
getNamespaceURI
public String getNamespaceURI()
Get the namespace URI for this SOAP body.
getParts
public List getParts()
Get the parts for this SOAP body.
getUse
public String getUse()
Get the use for this SOAP body.
setEncodingStyles
public void setEncodingStyles(List encodingStyles)
Set the encodingStyles for this SOAP body.
encodingStyles
- the desired encodingStyles
setNamespaceURI
public void setNamespaceURI(String namespaceURI)
Set the namespace URI for this SOAP body.
namespaceURI
- the desired namespace URI
setParts
public void setParts(List parts)
Set the parts for this SOAP body.
parts
- the desired parts
setUse
public void setUse(String use)
Set the use for this SOAP body.
Copyright B) 2003,2006 IBM. All Rights Reserved.