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>
| Modifier and Type | Field and Description |
|---|---|
protected String |
credentialsName |
protected String |
host |
protected Integer |
port |
protected String |
portName |
protected String |
protocol |
protected String |
uri |
| Constructor and Description |
|---|
PortType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCredentialsName()
Gets the value of the credentialsName property.
|
String |
getHost()
Gets the value of the host property.
|
Integer |
getPort()
Gets the value of the port property.
|
String |
getPortName()
Gets the value of the portName property.
|
String |
getProtocol()
Gets the value of the protocol property.
|
String |
getUri()
Gets the value of the uri property.
|
void |
setCredentialsName(String value)
Sets the value of the credentialsName property.
|
void |
setHost(String value)
Sets the value of the host property.
|
void |
setPort(Integer value)
Sets the value of the port property.
|
void |
setPortName(String value)
Sets the value of the portName property.
|
void |
setProtocol(String value)
Sets the value of the protocol property.
|
void |
setUri(String value)
Sets the value of the uri property.
|
protected String portName
protected String protocol
protected String host
protected Integer port
protected String uri
protected String credentialsName
public String getPortName()
Stringpublic void setPortName(String value)
value - allowed object is
Stringpublic String getProtocol()
Stringpublic void setProtocol(String value)
value - allowed object is
Stringpublic String getHost()
Stringpublic void setHost(String value)
value - allowed object is
Stringpublic Integer getPort()
Integerpublic void setPort(Integer value)
value - allowed object is
Integerpublic void setUri(String value)
value - allowed object is
Stringpublic String getCredentialsName()
StringCopyright © 1999–2014 The Apache Software Foundation. All rights reserved.