Package org.apache.openejb.jee.oejb2
Class PortCompletionType
- java.lang.Object
-
- org.apache.openejb.jee.oejb2.PortCompletionType
-
public class PortCompletionType extends 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>
-
-
Field Summary
Fields Modifier and Type Field Description protected StringbindingNameprotected PortTypeport
-
Constructor Summary
Constructors Constructor Description PortCompletionType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetBindingName()Gets the value of the bindingName property.PortTypegetPort()Gets the value of the port property.voidsetBindingName(String value)Sets the value of the bindingName property.voidsetPort(PortType value)Sets the value of the port property.
-
-
-
Method Detail
-
getPort
public PortType getPort()
Gets the value of the port property.- Returns:
- possible object is
PortType
-
setPort
public void setPort(PortType value)
Sets the value of the port property.- Parameters:
value- allowed object isPortType
-
getBindingName
public String getBindingName()
Gets the value of the bindingName property.- Returns:
- possible object is
String
-
-