com.eu.miscedautils.ipxact.Abstractor
Class PortTransactionalType.Connection

java.lang.Object
  extended by com.eu.miscedautils.ipxact.Abstractor.PortTransactionalType.Connection
Enclosing class:
PortTransactionalType

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>
 


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

PortTransactionalType.Connection

public PortTransactionalType.Connection()
Method Detail

getMaxConnections

public java.math.BigInteger getMaxConnections()
Gets the value of the maxConnections property.

Returns:
possible object is BigInteger

setMaxConnections

public void setMaxConnections(java.math.BigInteger value)
Sets the value of the maxConnections property.

Parameters:
value - allowed object is BigInteger

getMinConnections

public java.math.BigInteger getMinConnections()
Gets the value of the minConnections property.

Returns:
possible object is BigInteger

setMinConnections

public void setMinConnections(java.math.BigInteger value)
Sets the value of the minConnections property.

Parameters:
value - allowed object is BigInteger