com.ibm.wsdl.extensions.soap12

Class SOAP12BodyImpl

Implemented Interfaces:
ExtensibilityElement, java.io.Serializable, SOAP12Body

public class SOAP12BodyImpl
extends java.lang.Object
implements SOAP12Body

Based on com.ibm.wsdl.extensions.soap.SOAPBodyImpl

Field Summary

protected QName
elementType
protected String
encodingStyle
protected String
namespaceURI
protected List
parts
protected Boolean
required
static long
serialVersionUID
protected String
use

Method Summary

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()

Field Details

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
Field Value:
1L

use

protected String use

Method Details

getElementType

public QName getElementType()
Get the type of this extensibility element.
Specified by:
getElementType in interface ExtensibilityElement
Returns:
the extensibility element's type

getEncodingStyle

public String getEncodingStyle()
Get the encodingStyle for this SOAP body.
Specified by:
getEncodingStyle in interface SOAP12Body

getNamespaceURI

public String getNamespaceURI()
Get the namespace URI for this SOAP body.
Specified by:
getNamespaceURI in interface SOAP12Body

getParts

public List getParts()
Get the parts for this SOAP body.
Specified by:
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.
Specified by:
getRequired in interface ExtensibilityElement

getUse

public String getUse()
Get the use for this SOAP body.
Specified by:
getUse in interface SOAP12Body

setElementType

public void setElementType(QName elementType)
Set the type of this extensibility element.
Specified by:
setElementType in interface ExtensibilityElement
Parameters:
elementType - the type

setEncodingStyle

public void setEncodingStyle(String encodingStyle)
Set the encodingStyle for this SOAP body.
Specified by:
setEncodingStyle in interface SOAP12Body
Parameters:
encodingStyle - the desired encodingStyle

setNamespaceURI

public void setNamespaceURI(String namespaceURI)
Set the namespace URI for this SOAP body.
Specified by:
setNamespaceURI in interface SOAP12Body
Parameters:
namespaceURI - the desired namespace URI

setParts

public void setParts(List parts)
Set the parts for this SOAP body.
Specified by:
setParts in interface SOAP12Body
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.
Specified by:
setRequired in interface ExtensibilityElement

setUse

public void setUse(String use)
Set the use for this SOAP body.
Specified by:
setUse in interface SOAP12Body
Parameters:
use - the desired use

toString

public String toString()

Copyright B) 2003,2006 IBM. All Rights Reserved.