Package org.accellera.IPXACT_1685_2014
Class PortTransactionalType.Connection
- java.lang.Object
-
- org.accellera.IPXACT_1685_2014.PortTransactionalType.Connection
-
- Enclosing class:
- PortTransactionalType
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:49Z") 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.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 Summary
Fields Modifier and Type Field Description protected UnsignedIntExpressionmaxConnectionsprotected UnsignedIntExpressionminConnections
-
Constructor Summary
Constructors Constructor Description Connection()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UnsignedIntExpressiongetMaxConnections()Gets the value of the maxConnections property.UnsignedIntExpressiongetMinConnections()Gets the value of the minConnections property.voidsetMaxConnections(UnsignedIntExpression value)Sets the value of the maxConnections property.voidsetMinConnections(UnsignedIntExpression value)Sets the value of the minConnections property.
-
-
-
Field Detail
-
maxConnections
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:49Z") protected UnsignedIntExpression maxConnections
-
minConnections
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:49Z") protected UnsignedIntExpression minConnections
-
-
Method Detail
-
getMaxConnections
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:49Z") 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 v3.0.2", date="2026-01-14T04:58:49Z") public void setMaxConnections(UnsignedIntExpression value)Sets the value of the maxConnections property.- Parameters:
value- allowed object isUnsignedIntExpression
-
getMinConnections
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:49Z") 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 v3.0.2", date="2026-01-14T04:58:49Z") public void setMinConnections(UnsignedIntExpression value)Sets the value of the minConnections property.- Parameters:
value- allowed object isUnsignedIntExpression
-
-