com.ibm.wsdl.extensions.soap

Class SOAPFaultImpl

public class SOAPFaultImpl extends Object implements SOAPFault

Author: Matthew J. Duftler (duftler@us.ibm.com)

Field Summary
protected QNameelementType
protected ListencodingStyles
protected Stringname
protected StringnamespaceURI
protected Booleanrequired
static longserialVersionUID
protected Stringuse
Method Summary
QNamegetElementType()
Get the type of this extensibility element.
ListgetEncodingStyles()
Get the encodingStyles for this SOAP fault.
StringgetName()
Get the name for this SOAP fault.
StringgetNamespaceURI()
Get the namespace URI for this SOAP fault.
BooleangetRequired()
Get whether or not the semantics of this extension are required.
StringgetUse()
Get the use for this SOAP fault.
voidsetElementType(QName elementType)
Set the type of this extensibility element.
voidsetEncodingStyles(List encodingStyles)
Set the encodingStyles for this SOAP fault.
voidsetName(String name)
Set the name for this SOAP fault.
voidsetNamespaceURI(String namespaceURI)
Set the namespace URI for this SOAP fault.
voidsetRequired(Boolean required)
Set whether or not the semantics of this extension are required.
voidsetUse(String use)
Set the use for this SOAP fault.
StringtoString()

Field Detail

elementType

protected QName elementType

encodingStyles

protected List encodingStyles

name

protected String name

namespaceURI

protected String namespaceURI

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

getEncodingStyles

public List getEncodingStyles()
Get the encodingStyles for this SOAP fault.

getName

public String getName()
Get the name for this SOAP fault.

getNamespaceURI

public String getNamespaceURI()
Get the namespace URI for this SOAP fault.

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 fault.

setElementType

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

Parameters: elementType the type

setEncodingStyles

public void setEncodingStyles(List encodingStyles)
Set the encodingStyles for this SOAP fault.

Parameters: encodingStyles the desired encodingStyles

setName

public void setName(String name)
Set the name for this SOAP fault.

Parameters: name the desired name

setNamespaceURI

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

Parameters: namespaceURI the desired namespace URI

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 fault.

Parameters: use the desired use

toString

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