com.ibm.wsdl.extensions.soap12
Class SOAP12HeaderFaultImpl
java.lang.Object
com.ibm.wsdl.extensions.soap12.SOAP12HeaderFaultImpl
- ExtensibilityElement, java.io.Serializable, SOAP12HeaderFault
public class SOAP12HeaderFaultImpl
extends java.lang.Object
Based on com.ibm.wsdl.extensions.soap.SOAPHeaderFaultImpl
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()
|
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
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
setEncodingStyle
public void setEncodingStyle(String encodingStyle)
Set the encodingStyle for this SOAP header fault.
- setEncodingStyle in interface SOAP12HeaderFault
encodingStyle
- the desired encodingStyle
setMessage
public void setMessage(QName message)
Set the message for this SOAP header fault.
- setMessage in interface SOAP12HeaderFault
message
- the desired message
setNamespaceURI
public void setNamespaceURI(String namespaceURI)
Set the namespace URI for this SOAP header fault.
- setNamespaceURI in interface SOAP12HeaderFault
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.
- setRequired in interface ExtensibilityElement
toString
public String toString()
Copyright B) 2003,2006 IBM. All Rights Reserved.