com.ibm.wsdl.extensions.soap
Class SOAPHeaderFaultImpl
java.lang.Object
com.ibm.wsdl.extensions.soap.SOAPHeaderFaultImpl
- ExtensibilityElement, java.io.Serializable, SOAPHeaderFault
public class SOAPHeaderFaultImpl
extends java.lang.Object
- Matthew J. Duftler (duftler@us.ibm.com)
QName | getElementType() - Get the type of this extensibility element.
|
List | getEncodingStyles() - Get the encodingStyles 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 | setEncodingStyles(List encodingStyles) - Set the encodingStyles 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()
|
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
- 1L
getRequired
public Boolean getRequired()
Get whether or not the semantics of this extension
are required. Relates to the wsdl:required attribute.
- getRequired in interface ExtensibilityElement
setEncodingStyles
public void setEncodingStyles(List encodingStyles)
Set the encodingStyles for this SOAP header fault.
- setEncodingStyles in interface SOAPHeaderFault
encodingStyles
- the desired encodingStyles
setMessage
public void setMessage(QName message)
Set the message for this SOAP header fault.
- setMessage in interface SOAPHeaderFault
message
- the desired message
setNamespaceURI
public void setNamespaceURI(String namespaceURI)
Set the namespace URI for this SOAP header fault.
- setNamespaceURI in interface SOAPHeaderFault
namespaceURI
- the desired namespace URI
setPart
public void setPart(String part)
Set the part for this SOAP header fault.
- setPart in interface SOAPHeaderFault
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.
- setRequired in interface ExtensibilityElement
setUse
public void setUse(String use)
Set the use for this SOAP header fault.
- setUse in interface SOAPHeaderFault
use
- the desired use
toString
public String toString()
Copyright B) 2003,2005 IBM. All Rights Reserved.