com.ibm.wsdl
public class PortImpl extends Object implements Port
Field Summary | |
---|---|
protected Binding | binding |
protected Element | docEl |
protected List | extElements |
protected String | name |
static long | serialVersionUID |
Method Summary | |
---|---|
void | addExtensibilityElement(ExtensibilityElement extElement)
Add an extensibility element.
|
Binding | getBinding()
Get the binding this port refers to.
|
Element | getDocumentationElement()
Get the documentation element. |
List | getExtensibilityElements()
Get all the extensibility elements defined here. |
String | getName()
Get the name of this port.
|
void | setBinding(Binding binding)
Set the binding this port should refer to.
|
void | setDocumentationElement(Element docEl)
Set the documentation element for this document. |
void | setName(String name)
Set the name of this port.
|
String | toString() |
Parameters: extElement the extensibility element to be added
Returns: the binding associated with this port
Returns: the documentation element
Returns: the port name
Parameters: binding the desired binding
Parameters: docEl the documentation element
Parameters: name the desired name