Package org.apache.openejb.jee.oejb2
Class PortType
- java.lang.Object
-
- org.apache.openejb.jee.oejb2.PortType
-
public class PortType extends Object
Java class for portType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="portType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="port-name" type="{http://www.w3.org/2001/XMLSchema}string"/> <group ref="{http://geronimo.apache.org/xml/ns/naming-1.2}serverGroup" minOccurs="0"/> <element name="uri" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="credentials-name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description PortType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCredentialsName()Gets the value of the credentialsName property.StringgetHost()Gets the value of the host property.IntegergetPort()Gets the value of the port property.StringgetPortName()Gets the value of the portName property.StringgetProtocol()Gets the value of the protocol property.StringgetUri()Gets the value of the uri property.voidsetCredentialsName(String value)Sets the value of the credentialsName property.voidsetHost(String value)Sets the value of the host property.voidsetPort(Integer value)Sets the value of the port property.voidsetPortName(String value)Sets the value of the portName property.voidsetProtocol(String value)Sets the value of the protocol property.voidsetUri(String value)Sets the value of the uri property.
-
-
-
Method Detail
-
getPortName
public String getPortName()
Gets the value of the portName property.- Returns:
- possible object is
String
-
setPortName
public void setPortName(String value)
Sets the value of the portName property.- Parameters:
value- allowed object isString
-
getProtocol
public String getProtocol()
Gets the value of the protocol property.- Returns:
- possible object is
String
-
setProtocol
public void setProtocol(String value)
Sets the value of the protocol property.- Parameters:
value- allowed object isString
-
getHost
public String getHost()
Gets the value of the host property.- Returns:
- possible object is
String
-
setHost
public void setHost(String value)
Sets the value of the host property.- Parameters:
value- allowed object isString
-
getPort
public Integer getPort()
Gets the value of the port property.- Returns:
- possible object is
Integer
-
setPort
public void setPort(Integer value)
Sets the value of the port property.- Parameters:
value- allowed object isInteger
-
getUri
public String getUri()
Gets the value of the uri property.- Returns:
- possible object is
String
-
setUri
public void setUri(String value)
Sets the value of the uri property.- Parameters:
value- allowed object isString
-
getCredentialsName
public String getCredentialsName()
Gets the value of the credentialsName property.- Returns:
- possible object is
String
-
-