com.ibm.wsdl.extensions.soap
public class SOAPFaultImpl extends Object implements SOAPFault
Field Summary | |
---|---|
protected QName | elementType |
protected List | encodingStyles |
protected String | name |
protected String | namespaceURI |
protected Boolean | required |
static long | serialVersionUID |
protected String | use |
Method Summary | |
---|---|
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() |
Returns: the extensibility element's type
Parameters: elementType the type
Parameters: encodingStyles the desired encodingStyles
Parameters: name the desired name
Parameters: namespaceURI the desired namespace URI
Parameters: use the desired use