Class 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>
     
    • 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