com.ibm.wsdl.extensions.soap12
Class SOAP12BodyImpl
java.lang.Object
com.ibm.wsdl.extensions.soap12.SOAP12BodyImpl
- ExtensibilityElement, java.io.Serializable, SOAP12Body
public class SOAP12BodyImpl
extends java.lang.Object
Based on com.ibm.wsdl.extensions.soap.SOAPBodyImpl
QName | getElementType() - Get the type of this extensibility element.
|
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.
|
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 | 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 | 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
encodingStyle
protected String encodingStyle
namespaceURI
protected String namespaceURI
parts
protected List parts
required
protected Boolean required
serialVersionUID
public static final long serialVersionUID
getEncodingStyle
public String getEncodingStyle()
Get the encodingStyle for this SOAP body.
- getEncodingStyle in interface SOAP12Body
getNamespaceURI
public String getNamespaceURI()
Get the namespace URI for this SOAP body.
- getNamespaceURI in interface SOAP12Body
getParts
public List getParts()
Get the parts for this SOAP body.
- getParts in interface SOAP12Body
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 SOAP12Body
setEncodingStyle
public void setEncodingStyle(String encodingStyle)
Set the encodingStyle for this SOAP body.
- setEncodingStyle in interface SOAP12Body
encodingStyle
- the desired encodingStyle
setNamespaceURI
public void setNamespaceURI(String namespaceURI)
Set the namespace URI for this SOAP body.
- setNamespaceURI in interface SOAP12Body
namespaceURI
- the desired namespace URI
setParts
public void setParts(List parts)
Set the parts for this SOAP body.
- setParts in interface SOAP12Body
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 SOAP12Body
toString
public String toString()
Copyright B) 2003,2006 IBM. All Rights Reserved.