Class PortTransactionalType.Connection
- java.lang.Object
-
- org.spiritconsortium.SPIRIT_1685_2009.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.ObjectJava 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.BigIntegermaxConnectionsprotected java.math.BigIntegerminConnections
-
Constructor Summary
Constructors Constructor Description Connection()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.math.BigIntegergetMaxConnections()Gets the value of the maxConnections property.java.math.BigIntegergetMinConnections()Gets the value of the minConnections property.voidsetMaxConnections(java.math.BigInteger value)Sets the value of the maxConnections property.voidsetMinConnections(java.math.BigInteger value)Sets the value of the minConnections property.
-
-
-
Field Detail
-
maxConnections
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2026-01-14T04:58:58Z") protected java.math.BigInteger maxConnections
-
minConnections
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2026-01-14T04:58:58Z") protected java.math.BigInteger minConnections
-
-
Method Detail
-
getMaxConnections
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2026-01-14T04:58:58Z") 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 v2.3.8", date="2026-01-14T04:58:58Z") public void setMaxConnections(java.math.BigInteger value)Sets the value of the maxConnections property.- Parameters:
value- allowed object isBigInteger
-
getMinConnections
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2026-01-14T04:58:58Z") 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 v2.3.8", date="2026-01-14T04:58:58Z") public void setMinConnections(java.math.BigInteger value)Sets the value of the minConnections property.- Parameters:
value- allowed object isBigInteger
-
-