com.ibm.wsdl.extensions.soap
Class SOAPBodyImpl
java.lang.Object
com.ibm.wsdl.extensions.soap.SOAPBodyImpl
- ExtensibilityElement, java.io.Serializable, SOAPBody
public class SOAPBodyImpl
extends java.lang.Object
- Matthew J. Duftler (duftler@us.ibm.com)
QName | getElementType() - Get the type of this extensibility element.
|
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.
|
Boolean | getRequired() - Get whether or not the semantics of this extension
are required.
|
String | getUse() - Get the use for this SOAP body.
|
void | setElementType(QName elementType) - Set the type of this extensibility element.
|
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 | setRequired(Boolean required) - Set whether or not the semantics of this extension
are required.
|
void | setUse(String use) - Set the use for this SOAP body.
|
String | toString()
|
elementType
protected QName elementType
encodingStyles
protected List encodingStyles
namespaceURI
protected String namespaceURI
parts
protected List parts
required
protected Boolean required
serialVersionUID
public static final long serialVersionUID
- 1L
getEncodingStyles
public List getEncodingStyles()
Get the encodingStyles for this SOAP body.
- getEncodingStyles in interface SOAPBody
getNamespaceURI
public String getNamespaceURI()
Get the namespace URI for this SOAP body.
- getNamespaceURI in interface SOAPBody
getParts
public List getParts()
Get the parts for this SOAP body.
- getParts in interface SOAPBody
getRequired
public Boolean getRequired()
Get whether or not the semantics of this extension
are required. Relates to the wsdl:required attribute.
- getRequired in interface ExtensibilityElement
getUse
public String getUse()
Get the use for this SOAP body.
- getUse in interface SOAPBody
setEncodingStyles
public void setEncodingStyles(List encodingStyles)
Set the encodingStyles for this SOAP body.
- setEncodingStyles in interface SOAPBody
encodingStyles
- the desired encodingStyles
setNamespaceURI
public void setNamespaceURI(String namespaceURI)
Set the namespace URI for this SOAP body.
- setNamespaceURI in interface SOAPBody
namespaceURI
- the desired namespace URI
setParts
public void setParts(List parts)
Set the parts for this SOAP body.
- setParts in interface SOAPBody
parts
- the desired parts
setRequired
public void setRequired(Boolean required)
Set whether or not the semantics of this extension
are required. Relates to the wsdl:required attribute.
- setRequired in interface ExtensibilityElement
setUse
public void setUse(String use)
Set the use for this SOAP body.
- setUse in interface SOAPBody
use
- the desired use
toString
public String toString()
Copyright B) 2003,2005 IBM. All Rights Reserved.