|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.openejb.jee.oejb2.PortType
public class PortType
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>
| Field Summary | |
|---|---|
protected String |
credentialsName
|
protected String |
host
|
protected Integer |
port
|
protected String |
portName
|
protected String |
protocol
|
protected String |
uri
|
| Constructor Summary | |
|---|---|
PortType()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String portName
protected String protocol
protected String host
protected Integer port
protected String uri
protected String credentialsName
| Constructor Detail |
|---|
public PortType()
| Method Detail |
|---|
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 String getUri()
Stringpublic void setUri(String value)
value - allowed object is
Stringpublic String getCredentialsName()
Stringpublic void setCredentialsName(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||