com.ibm.wsdl.extensions.soap
Class SOAPFaultImpl
java.lang.Object
com.ibm.wsdl.extensions.soap.SOAPFaultImpl
- ExtensibilityElement, java.io.Serializable, SOAPFault
public class SOAPFaultImpl
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 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 | setEncodingStyles(List encodingStyles) - Set the encodingStyles 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
encodingStyles
protected List encodingStyles
name
protected String name
namespaceURI
protected String namespaceURI
required
protected Boolean required
serialVersionUID
public static final long serialVersionUID
getEncodingStyles
public List getEncodingStyles()
Get the encodingStyles for this SOAP fault.
- getEncodingStyles in interface SOAPFault
getName
public String getName()
Get the name for this SOAP fault.
- getName in interface SOAPFault
getNamespaceURI
public String getNamespaceURI()
Get the namespace URI for this SOAP fault.
- getNamespaceURI in interface SOAPFault
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 SOAPFault
setEncodingStyles
public void setEncodingStyles(List encodingStyles)
Set the encodingStyles for this SOAP fault.
- setEncodingStyles in interface SOAPFault
encodingStyles
- the desired encodingStyles
setName
public void setName(String name)
Set the name for this SOAP fault.
- setName in interface SOAPFault
setNamespaceURI
public void setNamespaceURI(String namespaceURI)
Set the namespace URI for this SOAP fault.
- setNamespaceURI in interface SOAPFault
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 SOAPFault
toString
public String toString()