public class PortCompletionType
extends java.lang.Object
Java class for port-completionType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="port-completionType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="port" type="{http://geronimo.apache.org/xml/ns/naming-1.2}portType"/>
<element name="binding-name" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
bindingName |
protected PortType |
port |
| Constructor and Description |
|---|
PortCompletionType() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getBindingName()
Gets the value of the bindingName property.
|
PortType |
getPort()
Gets the value of the port property.
|
void |
setBindingName(java.lang.String value)
Sets the value of the bindingName property.
|
void |
setPort(PortType value)
Sets the value of the port property.
|
protected PortType port
protected java.lang.String bindingName
public PortType getPort()
PortTypepublic void setPort(PortType value)
value - allowed object is
PortTypepublic java.lang.String getBindingName()
Stringpublic void setBindingName(java.lang.String value)
value - allowed object is
String