|
||||||||||
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 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 Summary | |
---|---|
PortType()
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
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
Constructor Detail |
---|
public PortType()
Method Detail |
---|
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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |