public class PortImpl extends AbstractWSDLElement implements Port
Modifier and Type | Field and Description |
---|---|
protected Binding |
binding |
protected java.lang.String |
name |
protected java.util.List |
nativeAttributeNames |
static long |
serialVersionUID |
docEl, extElements, extensionAttributes
LIST_OF_QNAMES_TYPE, LIST_OF_STRINGS_TYPE, NO_DECLARED_TYPE, QNAME_TYPE, STRING_TYPE
Constructor and Description |
---|
PortImpl() |
Modifier and Type | Method and Description |
---|---|
Binding |
getBinding()
Get the binding this port refers to.
|
java.lang.String |
getName()
Get the name of this port.
|
java.util.List |
getNativeAttributeNames()
Get the list of local attribute names defined for this element in
the WSDL specification.
|
void |
setBinding(Binding binding)
Set the binding this port should refer to.
|
void |
setName(java.lang.String name)
Set the name of this port.
|
java.lang.String |
toString() |
addExtensibilityElement, getDocumentationElement, getExtensibilityElements, getExtensionAttribute, getExtensionAttributes, removeExtensibilityElement, setDocumentationElement, setExtensionAttribute
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getDocumentationElement, setDocumentationElement
getExtensionAttribute, getExtensionAttributes, setExtensionAttribute
addExtensibilityElement, getExtensibilityElements, removeExtensibilityElement
protected java.lang.String name
protected Binding binding
protected java.util.List nativeAttributeNames
public static final long serialVersionUID
public void setName(java.lang.String name)
public java.lang.String getName()
public void setBinding(Binding binding)
setBinding
in interface Port
binding
- the desired bindingpublic Binding getBinding()
getBinding
in interface Port
public java.lang.String toString()
toString
in class AbstractWSDLElement
public java.util.List getNativeAttributeNames()
getNativeAttributeNames
in interface AttributeExtensible
Copyright ? 2003, 2013 IBM. All Rights Reserved.