com.ibm.wsdl.extensions.soap12
public class SOAP12HeaderFaultImpl extends Object implements SOAP12HeaderFault
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() |
Returns: the extensibility element's type
Parameters: elementType the type
Parameters: encodingStyle the desired encodingStyle
Parameters: message the desired message
Parameters: namespaceURI the desired namespace URI
Parameters: part the desired part
Parameters: use the desired use