| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
This interface represents a port, an endpoint for the functionality described by a particular port type.
| Method Summary | |
|  void | addExtensibilityElement(ExtensibilityElement extElement)Add an extensibility element. | 
|  Binding | getBinding()Get the binding this port refers to. | 
|  org.w3c.dom.Element | getDocumentationElement()Get the documentation element. | 
|  java.util.List | getExtensibilityElements()Get all the extensibility elements defined here. | 
|  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. | 
| Method Detail | 
public void setName(java.lang.String name)
name - the desired namepublic java.lang.String getName()
public void setBinding(Binding binding)
binding - the desired bindingpublic Binding getBinding()
public void addExtensibilityElement(ExtensibilityElement extElement)
extElement - the extensibility element to be addedpublic java.util.List getExtensibilityElements()
public void setDocumentationElement(org.w3c.dom.Element docEl)
docEl - the documentation elementpublic org.w3c.dom.Element getDocumentationElement()
| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||