|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.eu.miscedautils.ipxact.DesignConfig.PortTransactionalType.Connection
public static class PortTransactionalType.Connection
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>
Constructor Summary | |
---|---|
PortTransactionalType.Connection()
|
Method Summary | |
---|---|
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 |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PortTransactionalType.Connection()
Method Detail |
---|
public java.math.BigInteger getMaxConnections()
BigInteger
public void setMaxConnections(java.math.BigInteger value)
value
- allowed object is
BigInteger
public java.math.BigInteger getMinConnections()
BigInteger
public void setMinConnections(java.math.BigInteger value)
value
- allowed object is
BigInteger
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |