org.apache.openejb.jee.oejb2
Class PortType

java.lang.Object
  extended by org.apache.openejb.jee.oejb2.PortType

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>
 


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

portName

protected java.lang.String portName

protocol

protected java.lang.String protocol

host

protected java.lang.String host

port

protected java.lang.Integer port

uri

protected java.lang.String uri

credentialsName

protected java.lang.String credentialsName
Constructor Detail

PortType

public PortType()
Method Detail

getPortName

public java.lang.String getPortName()
Gets the value of the portName property.

Returns:
possible object is String

setPortName

public void setPortName(java.lang.String value)
Sets the value of the portName property.

Parameters:
value - allowed object is String

getProtocol

public java.lang.String getProtocol()
Gets the value of the protocol property.

Returns:
possible object is String

setProtocol

public void setProtocol(java.lang.String value)
Sets the value of the protocol property.

Parameters:
value - allowed object is String

getHost

public java.lang.String getHost()
Gets the value of the host property.

Returns:
possible object is String

setHost

public void setHost(java.lang.String value)
Sets the value of the host property.

Parameters:
value - allowed object is String

getPort

public java.lang.Integer getPort()
Gets the value of the port property.

Returns:
possible object is Integer

setPort

public void setPort(java.lang.Integer value)
Sets the value of the port property.

Parameters:
value - allowed object is Integer

getUri

public java.lang.String getUri()
Gets the value of the uri property.

Returns:
possible object is String

setUri

public void setUri(java.lang.String value)
Sets the value of the uri property.

Parameters:
value - allowed object is String

getCredentialsName

public java.lang.String getCredentialsName()
Gets the value of the credentialsName property.

Returns:
possible object is String

setCredentialsName

public void setCredentialsName(java.lang.String value)
Sets the value of the credentialsName property.

Parameters:
value - allowed object is String


Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.