com.ibm.wsdl.extensions.soap12
Class SOAP12FaultImpl
java.lang.Object
com.ibm.wsdl.extensions.soap12.SOAP12FaultImpl
- ExtensibilityElement, java.io.Serializable, SOAP12Fault
public class SOAP12FaultImpl
extends java.lang.Object
Based on com.ibm.wsdl.extensions.soap.SOAPFaultImpl
QName | getElementType() - Get the type of this extensibility element.
|
String | getEncodingStyle() - Get the encodingStyle for this SOAP fault.
|
String | getName() - Get the name for this SOAP fault.
|
String | getNamespaceURI() - Get the namespace URI for this SOAP fault.
|
Boolean | getRequired() - Get whether or not the semantics of this extension
are required.
|
String | getUse() - Get the use for this SOAP fault.
|
void | setElementType(QName elementType) - Set the type of this extensibility element.
|
void | setEncodingStyle(String encodingStyle) - Set the encodingStyle for this SOAP fault.
|
void | setName(String name) - Set the name for this SOAP fault.
|
void | setNamespaceURI(String namespaceURI) - Set the namespace URI for this SOAP 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 fault.
|
String | toString()
|
elementType
protected QName elementType
encodingStyle
protected String encodingStyle
name
protected String name
namespaceURI
protected String namespaceURI
required
protected Boolean required
serialVersionUID
public static final long serialVersionUID
getName
public String getName()
Get the name for this SOAP fault.
- getName in interface SOAP12Fault
getNamespaceURI
public String getNamespaceURI()
Get the namespace URI for this SOAP fault.
- getNamespaceURI in interface SOAP12Fault
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
getUse
public String getUse()
Get the use for this SOAP fault.
- getUse in interface SOAP12Fault
setEncodingStyle
public void setEncodingStyle(String encodingStyle)
Set the encodingStyle for this SOAP fault.
- setEncodingStyle in interface SOAP12Fault
encodingStyle
- the desired encodingStyle
setName
public void setName(String name)
Set the name for this SOAP fault.
- setName in interface SOAP12Fault
setNamespaceURI
public void setNamespaceURI(String namespaceURI)
Set the namespace URI for this SOAP fault.
- setNamespaceURI in interface SOAP12Fault
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
setUse
public void setUse(String use)
Set the use for this SOAP fault.
- setUse in interface SOAP12Fault
toString
public String toString()
Copyright B) 2003,2006 IBM. All Rights Reserved.