com.ibm.wsdl.extensions.soap

Class SOAPHeaderFaultImpl

public class SOAPHeaderFaultImpl extends Object implements SOAPHeaderFault

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

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

Field Detail

elementType

protected QName elementType

encodingStyles

protected List encodingStyles

message

protected QName message

namespaceURI

protected String namespaceURI

part

protected String part

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

getMessage

public QName getMessage()
Get the message for this SOAP header fault.

getNamespaceURI

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

getPart

public String getPart()
Get the part for this SOAP header 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 header 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 header fault.

Parameters: encodingStyles the desired encodingStyles

setMessage

public void setMessage(QName message)
Set the message for this SOAP header fault.

Parameters: message the desired message

setNamespaceURI

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

Parameters: namespaceURI the desired namespace URI

setPart

public void setPart(String part)
Set the part for this SOAP header fault.

Parameters: part the desired part

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

Parameters: use the desired use

toString

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