public interface Port extends java.io.Serializable, ElementExtensible
Modifier and Type | Method and Description |
---|---|
Binding |
getBinding()
Get the binding this port refers to.
|
org.w3c.dom.Element |
getDocumentationElement()
Get the documentation element.
|
java.lang.String |
getName()
Get the name of this port.
|
void |
setBinding(Binding binding)
Set the binding this port should refer to.
|
void |
setDocumentationElement(org.w3c.dom.Element docEl)
Set the documentation element for this document.
|
void |
setName(java.lang.String name)
Set the name of this port.
|
addExtensibilityElement, getExtensibilityElements
void setName(java.lang.String name)
name
- the desired namejava.lang.String getName()
void setBinding(Binding binding)
binding
- the desired bindingBinding getBinding()
void setDocumentationElement(org.w3c.dom.Element docEl)
docEl
- the documentation elementorg.w3c.dom.Element getDocumentationElement()
Copyright ? 2003,2005 IBM. All Rights Reserved.