org.apache.openejb.jee.oejb2
Class PortType

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

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>
 


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

portName

protected String portName

protocol

protected String protocol

host

protected String host

port

protected Integer port

uri

protected String uri

credentialsName

protected String credentialsName
Constructor Detail

PortType

public PortType()
Method Detail

getPortName

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

Returns:
possible object is String

setPortName

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

Parameters:
value - allowed object is String

getProtocol

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

Returns:
possible object is String

setProtocol

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

Parameters:
value - allowed object is String

getHost

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

Returns:
possible object is String

setHost

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

Parameters:
value - allowed object is String

getPort

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

Returns:
possible object is Integer

setPort

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

Parameters:
value - allowed object is Integer

getUri

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

Returns:
possible object is String

setUri

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

Parameters:
value - allowed object is String

getCredentialsName

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

Returns:
possible object is String

setCredentialsName

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

Parameters:
value - allowed object is String


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