com.ibm.wsdl.extensions.soap12

Class SOAP12HeaderFaultImpl

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

public class SOAP12HeaderFaultImpl
extends java.lang.Object
implements SOAP12HeaderFault

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

Field Summary

protected QName
elementType
protected String
encodingStyle
protected QName
message
protected String
namespaceURI
protected String
part
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 header fault.
QName
getMessage()
Get the message for this SOAP header fault.
String
getNamespaceURI()
Get the namespace URI for this SOAP header fault.
String
getPart()
Get the part for this SOAP header fault.
Boolean
getRequired()
Get whether or not the semantics of this extension are required.
String
getUse()
Get the use for this SOAP header fault.
void
setElementType(QName elementType)
Set the type of this extensibility element.
void
setEncodingStyle(String encodingStyle)
Set the encodingStyle for this SOAP header fault.
void
setMessage(QName message)
Set the message for this SOAP header fault.
void
setNamespaceURI(String namespaceURI)
Set the namespace URI for this SOAP header fault.
void
setPart(String part)
Set the part for this SOAP header fault.
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 header fault.
String
toString()

Field Details

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
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 header fault.
Specified by:
getEncodingStyle in interface SOAP12HeaderFault

getMessage

public QName getMessage()
Get the message for this SOAP header fault.
Specified by:
getMessage in interface SOAP12HeaderFault

getNamespaceURI

public String getNamespaceURI()
Get the namespace URI for this SOAP header fault.
Specified by:
getNamespaceURI in interface SOAP12HeaderFault

getPart

public String getPart()
Get the part for this SOAP header fault.
Specified by:
getPart in interface SOAP12HeaderFault

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 header fault.
Specified by:
getUse in interface SOAP12HeaderFault

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 header fault.
Specified by:
setEncodingStyle in interface SOAP12HeaderFault
Parameters:
encodingStyle - the desired encodingStyle

setMessage

public void setMessage(QName message)
Set the message for this SOAP header fault.
Specified by:
setMessage in interface SOAP12HeaderFault
Parameters:
message - the desired message

setNamespaceURI

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

setPart

public void setPart(String part)
Set the part for this SOAP header fault.
Specified by:
setPart in interface SOAP12HeaderFault
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.
Specified by:
setRequired in interface ExtensibilityElement

setUse

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

toString

public String toString()

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