com.ibm.wsdl
public class BindingInputImpl extends Object implements BindingInput
| 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 input binding.
|
| void | setDocumentationElement(Element docEl)
Set the documentation element for this document. |
| void | setName(String name)
Set the name of this input binding.
|
| String | toString() |
Parameters: extElement the extensibility element to be added
Returns: the documentation element
Returns: the input binding name
Parameters: docEl the documentation element
Parameters: name the desired name