public class PortType
extends java.lang.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>
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
credentialsName |
protected java.lang.String |
host |
protected java.lang.Integer |
port |
protected java.lang.String |
portName |
protected java.lang.String |
protocol |
protected java.lang.String |
uri |
Constructor and Description |
---|
PortType() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCredentialsName()
Gets the value of the credentialsName property.
|
java.lang.String |
getHost()
Gets the value of the host property.
|
java.lang.Integer |
getPort()
Gets the value of the port property.
|
java.lang.String |
getPortName()
Gets the value of the portName property.
|
java.lang.String |
getProtocol()
Gets the value of the protocol property.
|
java.lang.String |
getUri()
Gets the value of the uri property.
|
void |
setCredentialsName(java.lang.String value)
Sets the value of the credentialsName property.
|
void |
setHost(java.lang.String value)
Sets the value of the host property.
|
void |
setPort(java.lang.Integer value)
Sets the value of the port property.
|
void |
setPortName(java.lang.String value)
Sets the value of the portName property.
|
void |
setProtocol(java.lang.String value)
Sets the value of the protocol property.
|
void |
setUri(java.lang.String value)
Sets the value of the uri property.
|
protected java.lang.String portName
protected java.lang.String protocol
protected java.lang.String host
protected java.lang.Integer port
protected java.lang.String uri
protected java.lang.String credentialsName
public java.lang.String getPortName()
String
public void setPortName(java.lang.String value)
value
- allowed object is
String
public java.lang.String getProtocol()
String
public void setProtocol(java.lang.String value)
value
- allowed object is
String
public java.lang.String getHost()
String
public void setHost(java.lang.String value)
value
- allowed object is
String
public java.lang.Integer getPort()
Integer
public void setPort(java.lang.Integer value)
value
- allowed object is
Integer
public java.lang.String getUri()
String
public void setUri(java.lang.String value)
value
- allowed object is
String
public java.lang.String getCredentialsName()
String
public void setCredentialsName(java.lang.String value)
value
- allowed object is
String