com.ibm.wsdl
public class BindingFaultImpl extends Object implements BindingFault
Field Summary | |
---|---|
protected Element | docEl |
protected List | extElements |
protected String | name |
static long | serialVersionUID |
Method Summary | |
---|---|
void | addExtensibilityElement(ExtensibilityElement extElement)
Add an extensibility element.
|
Element | getDocumentationElement()
Get the documentation element. |
List | getExtensibilityElements()
Get all the extensibility elements defined here. |
String | getName()
Get the name of this fault binding.
|
void | setDocumentationElement(Element docEl)
Set the documentation element for this document. |
void | setName(String name)
Set the name of this fault binding.
|
String | toString() |
Parameters: extElement the extensibility element to be added
Returns: the documentation element
Returns: the fault binding name
Parameters: docEl the documentation element
Parameters: name the desired name