Class PortTransactionalType.Connection

  • Enclosing class:
    PortTransactionalType

    @Generated(value="com.sun.tools.xjc.Driver",
               comments="JAXB RI v3.0.2",
               date="2026-01-14T04:58:44Z")
    public static class PortTransactionalType.Connection
    extends java.lang.Object

    Java class for anonymous complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType>
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="maxConnections" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" minOccurs="0"/>
             <element name="minConnections" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.math.BigInteger maxConnections  
      protected java.math.BigInteger minConnections  
    • Constructor Summary

      Constructors 
      Constructor Description
      Connection()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.math.BigInteger getMaxConnections()
      Gets the value of the maxConnections property.
      java.math.BigInteger getMinConnections()
      Gets the value of the minConnections property.
      void setMaxConnections​(java.math.BigInteger value)
      Sets the value of the maxConnections property.
      void setMinConnections​(java.math.BigInteger value)
      Sets the value of the minConnections property.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • maxConnections

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v3.0.2",
                   date="2026-01-14T04:58:44Z")
        protected java.math.BigInteger maxConnections
      • minConnections

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v3.0.2",
                   date="2026-01-14T04:58:44Z")
        protected java.math.BigInteger minConnections
    • Constructor Detail

      • Connection

        public Connection()
    • Method Detail

      • getMaxConnections

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v3.0.2",
                   date="2026-01-14T04:58:44Z")
        public java.math.BigInteger getMaxConnections()
        Gets the value of the maxConnections property.
        Returns:
        possible object is BigInteger
      • setMaxConnections

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v3.0.2",
                   date="2026-01-14T04:58:44Z")
        public void setMaxConnections​(java.math.BigInteger value)
        Sets the value of the maxConnections property.
        Parameters:
        value - allowed object is BigInteger
      • getMinConnections

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v3.0.2",
                   date="2026-01-14T04:58:44Z")
        public java.math.BigInteger getMinConnections()
        Gets the value of the minConnections property.
        Returns:
        possible object is BigInteger
      • setMinConnections

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v3.0.2",
                   date="2026-01-14T04:58:44Z")
        public void setMinConnections​(java.math.BigInteger value)
        Sets the value of the minConnections property.
        Parameters:
        value - allowed object is BigInteger