Save This Page
Home » geronimo-eclipse-plugin-2.2-source-release » org.apache.geronimo.jee.naming » [javadoc | source]
org.apache.geronimo.jee.naming
public class: Port [javadoc | source]
java.lang.Object
   org.apache.geronimo.jee.naming.Port

All Implemented Interfaces:
    Serializable

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 portName     
protected  String protocol     
protected  String host     
protected  Integer port     
protected  String uri     
protected  String credentialsName     
Method from org.apache.geronimo.jee.naming.Port Summary:
getCredentialsName,   getHost,   getPort,   getPortName,   getProtocol,   getUri,   setCredentialsName,   setHost,   setPort,   setPortName,   setProtocol,   setUri
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.geronimo.jee.naming.Port Detail:
 public String getCredentialsName() 
    Gets the value of the credentialsName property.
 public String getHost() 
    Gets the value of the host property.
 public Integer getPort() 
    Gets the value of the port property.
 public String getPortName() 
    Gets the value of the portName property.
 public String getProtocol() 
    Gets the value of the protocol property.
 public String getUri() 
    Gets the value of the uri property.
 public  void setCredentialsName(String value) 
    Sets the value of the credentialsName property.
 public  void setHost(String value) 
    Sets the value of the host property.
 public  void setPort(Integer value) 
    Sets the value of the port property.
 public  void setPortName(String value) 
    Sets the value of the portName property.
 public  void setProtocol(String value) 
    Sets the value of the protocol property.
 public  void setUri(String value) 
    Sets the value of the uri property.