com.ibm.wsdl.extensions.soap12

Class SOAP12HeaderFaultImpl

public class SOAP12HeaderFaultImpl extends Object implements SOAP12HeaderFault

Based on com.ibm.wsdl.extensions.soap.SOAPHeaderFaultImpl
Field Summary
protected QNameelementType
protected StringencodingStyle
protected QNamemessage
protected StringnamespaceURI
protected Stringpart
protected Booleanrequired
static longserialVersionUID
protected Stringuse
Method Summary
QNamegetElementType()
Get the type of this extensibility element.
StringgetEncodingStyle()
Get the encodingStyle 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.
voidsetEncodingStyle(String encodingStyle)
Set the encodingStyle 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

encodingStyle

protected String encodingStyle

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

getEncodingStyle

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

setEncodingStyle

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

Parameters: encodingStyle the desired encodingStyle

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,2006 IBM. All Rights Reserved.