|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.openejb.jee.oejb2.PortCompletionType
public class PortCompletionType
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>
Field Summary | |
---|---|
protected String |
bindingName
|
protected PortType |
port
|
Constructor Summary | |
---|---|
PortCompletionType()
|
Method Summary | |
---|---|
String |
getBindingName()
Gets the value of the bindingName property. |
PortType |
getPort()
Gets the value of the port property. |
void |
setBindingName(String value)
Sets the value of the bindingName property. |
void |
setPort(PortType value)
Sets the value of the port property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected PortType port
protected String bindingName
Constructor Detail |
---|
public PortCompletionType()
Method Detail |
---|
public PortType getPort()
PortType
public void setPort(PortType value)
value
- allowed object is
PortType
public String getBindingName()
String
public void setBindingName(String value)
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |