com.ibm.wsdl.extensions.soap12

Class SOAP12BodyImpl

public class SOAP12BodyImpl extends Object implements SOAP12Body

Based on com.ibm.wsdl.extensions.soap.SOAPBodyImpl
Field Summary
protected QNameelementType
protected StringencodingStyle
protected StringnamespaceURI
protected Listparts
protected Booleanrequired
static longserialVersionUID
protected Stringuse
Method Summary
QNamegetElementType()
Get the type of this extensibility element.
StringgetEncodingStyle()
Get the encodingStyle for this SOAP body.
StringgetNamespaceURI()
Get the namespace URI for this SOAP body.
ListgetParts()
Get the parts for this SOAP body.
BooleangetRequired()
Get whether or not the semantics of this extension are required.
StringgetUse()
Get the use for this SOAP body.
voidsetElementType(QName elementType)
Set the type of this extensibility element.
voidsetEncodingStyle(String encodingStyle)
Set the encodingStyle for this SOAP body.
voidsetNamespaceURI(String namespaceURI)
Set the namespace URI for this SOAP body.
voidsetParts(List parts)
Set the parts for this SOAP body.
voidsetRequired(Boolean required)
Set whether or not the semantics of this extension are required.
voidsetUse(String use)
Set the use for this SOAP body.
StringtoString()

Field Detail

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

use

protected String use

Method Detail

getElementType

public QName getElementType()
Get the type of this extensibility element.

Returns: the extensibility element's type

getEncodingStyle

public String getEncodingStyle()
Get the encodingStyle 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.

getRequired

public Boolean getRequired()
Get whether or not the semantics of this extension are required. Relates to the wsdl:required attribute.

getUse

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

setElementType

public void setElementType(QName elementType)
Set the type of this extensibility element.

Parameters: elementType the type

setEncodingStyle

public void setEncodingStyle(String encodingStyle)
Set the encodingStyle for this SOAP body.

Parameters: encodingStyle the desired encodingStyle

setNamespaceURI

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

Parameters: namespaceURI the desired namespace URI

setParts

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

Parameters: 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.

setUse

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

Parameters: use the desired use

toString

public String toString()
Copyright B) 2003,2006 IBM. All Rights Reserved.