java.io.Serializable, BindingInput, AttributeExtensible, ElementExtensible, WSDLElementpublic class BindingInputImpl extends AbstractWSDLElement implements BindingInput
| Modifier and Type | Field | Description |
|---|---|---|
protected java.lang.String |
name |
|
protected java.util.List |
nativeAttributeNames |
|
static long |
serialVersionUID |
docEl, extElements, extensionAttributesLIST_OF_QNAMES_TYPE, LIST_OF_STRINGS_TYPE, NO_DECLARED_TYPE, QNAME_TYPE, STRING_TYPE| Constructor | Description |
|---|---|
BindingInputImpl() |
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.String |
getName() |
Get the name of this input binding.
|
java.util.List |
getNativeAttributeNames() |
Get the list of local attribute names defined for this element in
the WSDL specification.
|
void |
setName(java.lang.String name) |
Set the name of this input binding.
|
java.lang.String |
toString() |
addExtensibilityElement, getDocumentationElement, getExtensibilityElements, getExtensionAttribute, getExtensionAttributes, removeExtensibilityElement, setDocumentationElement, setExtensionAttributegetExtensionAttribute, getExtensionAttributes, setExtensionAttributeaddExtensibilityElement, getExtensibilityElements, removeExtensibilityElementclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetDocumentationElement, setDocumentationElementprotected java.lang.String name
protected java.util.List nativeAttributeNames
public static final long serialVersionUID
public void setName(java.lang.String name)
setName in interface BindingInputname - the desired namepublic java.lang.String getName()
getName in interface BindingInputpublic java.lang.String toString()
toString in class AbstractWSDLElementpublic java.util.List getNativeAttributeNames()
getNativeAttributeNames in interface AttributeExtensibleCopyright ? 2003, 2013 IBM. All Rights Reserved.