Class PortTransactionalType.Connection

  • Enclosing class:
    PortTransactionalType

    @Generated(value="com.sun.tools.xjc.Driver",
               comments="JAXB RI v2.3.8",
               date="2026-01-14T04:58:58Z")
    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.accellera.org/XMLSchema/IPXACT/1685-2014}unsignedIntExpression" minOccurs="0"/>
             <element name="minConnections" type="{http://www.accellera.org/XMLSchema/IPXACT/1685-2014}unsignedIntExpression" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Detail

      • maxConnections

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.8",
                   date="2026-01-14T04:58:58Z")
        protected UnsignedIntExpression maxConnections
      • minConnections

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.8",
                   date="2026-01-14T04:58:58Z")
        protected UnsignedIntExpression minConnections
    • Constructor Detail

      • Connection

        public Connection()
    • Method Detail

      • getMaxConnections

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

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

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

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