org.ow2.jasmine.deployme.v2.generated
Class PoolParametersType

java.lang.Object
  extended by org.ow2.jasmine.deployme.v2.generated.PoolParametersType

public class PoolParametersType
extends Object

The

Java class for poolParametersType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="poolParametersType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="poolInit" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
       <attribute name="poolMin" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
       <attribute name="poolMax" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
       <attribute name="pstmtMax" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
       <attribute name="pstmtCachePolicy">
         <simpleType>
           <restriction base="{http://www.w3.org/2001/XMLSchema}token">
             <enumeration value="List"/>
             <enumeration value="Map"/>
           </restriction>
         </simpleType>
       </attribute>
       <attribute name="poolMaxOpenTime" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
       <attribute name="poolMaxWaiters" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
       <attribute name="poolMaxWaitingTime" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
       <attribute name="poolMaxAge" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
       <attribute name="poolSamplingPeriod" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  Long poolInit
           
protected  Long poolMax
           
protected  Long poolMaxAge
           
protected  Long poolMaxOpenTime
           
protected  Long poolMaxWaiters
           
protected  Long poolMaxWaitingTime
           
protected  Long poolMin
           
protected  Long poolSamplingPeriod
           
protected  String pstmtCachePolicy
           
protected  Long pstmtMax
           
 
Constructor Summary
PoolParametersType()
           
 
Method Summary
 Long getPoolInit()
          Gets the value of the poolInit property.
 Long getPoolMax()
          Gets the value of the poolMax property.
 Long getPoolMaxAge()
          Gets the value of the poolMaxAge property.
 Long getPoolMaxOpenTime()
          Gets the value of the poolMaxOpenTime property.
 Long getPoolMaxWaiters()
          Gets the value of the poolMaxWaiters property.
 Long getPoolMaxWaitingTime()
          Gets the value of the poolMaxWaitingTime property.
 Long getPoolMin()
          Gets the value of the poolMin property.
 Long getPoolSamplingPeriod()
          Gets the value of the poolSamplingPeriod property.
 String getPstmtCachePolicy()
          Gets the value of the pstmtCachePolicy property.
 Long getPstmtMax()
          Gets the value of the pstmtMax property.
 void setPoolInit(Long value)
          Sets the value of the poolInit property.
 void setPoolMax(Long value)
          Sets the value of the poolMax property.
 void setPoolMaxAge(Long value)
          Sets the value of the poolMaxAge property.
 void setPoolMaxOpenTime(Long value)
          Sets the value of the poolMaxOpenTime property.
 void setPoolMaxWaiters(Long value)
          Sets the value of the poolMaxWaiters property.
 void setPoolMaxWaitingTime(Long value)
          Sets the value of the poolMaxWaitingTime property.
 void setPoolMin(Long value)
          Sets the value of the poolMin property.
 void setPoolSamplingPeriod(Long value)
          Sets the value of the poolSamplingPeriod property.
 void setPstmtCachePolicy(String value)
          Sets the value of the pstmtCachePolicy property.
 void setPstmtMax(Long value)
          Sets the value of the pstmtMax property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

poolInit

protected Long poolInit

poolMin

protected Long poolMin

poolMax

protected Long poolMax

pstmtMax

protected Long pstmtMax

pstmtCachePolicy

protected String pstmtCachePolicy

poolMaxOpenTime

protected Long poolMaxOpenTime

poolMaxWaiters

protected Long poolMaxWaiters

poolMaxWaitingTime

protected Long poolMaxWaitingTime

poolMaxAge

protected Long poolMaxAge

poolSamplingPeriod

protected Long poolSamplingPeriod
Constructor Detail

PoolParametersType

public PoolParametersType()
Method Detail

getPoolInit

public Long getPoolInit()
Gets the value of the poolInit property.

Returns:
possible object is Long

setPoolInit

public void setPoolInit(Long value)
Sets the value of the poolInit property.

Parameters:
value - allowed object is Long

getPoolMin

public Long getPoolMin()
Gets the value of the poolMin property.

Returns:
possible object is Long

setPoolMin

public void setPoolMin(Long value)
Sets the value of the poolMin property.

Parameters:
value - allowed object is Long

getPoolMax

public Long getPoolMax()
Gets the value of the poolMax property.

Returns:
possible object is Long

setPoolMax

public void setPoolMax(Long value)
Sets the value of the poolMax property.

Parameters:
value - allowed object is Long

getPstmtMax

public Long getPstmtMax()
Gets the value of the pstmtMax property.

Returns:
possible object is Long

setPstmtMax

public void setPstmtMax(Long value)
Sets the value of the pstmtMax property.

Parameters:
value - allowed object is Long

getPstmtCachePolicy

public String getPstmtCachePolicy()
Gets the value of the pstmtCachePolicy property.

Returns:
possible object is String

setPstmtCachePolicy

public void setPstmtCachePolicy(String value)
Sets the value of the pstmtCachePolicy property.

Parameters:
value - allowed object is String

getPoolMaxOpenTime

public Long getPoolMaxOpenTime()
Gets the value of the poolMaxOpenTime property.

Returns:
possible object is Long

setPoolMaxOpenTime

public void setPoolMaxOpenTime(Long value)
Sets the value of the poolMaxOpenTime property.

Parameters:
value - allowed object is Long

getPoolMaxWaiters

public Long getPoolMaxWaiters()
Gets the value of the poolMaxWaiters property.

Returns:
possible object is Long

setPoolMaxWaiters

public void setPoolMaxWaiters(Long value)
Sets the value of the poolMaxWaiters property.

Parameters:
value - allowed object is Long

getPoolMaxWaitingTime

public Long getPoolMaxWaitingTime()
Gets the value of the poolMaxWaitingTime property.

Returns:
possible object is Long

setPoolMaxWaitingTime

public void setPoolMaxWaitingTime(Long value)
Sets the value of the poolMaxWaitingTime property.

Parameters:
value - allowed object is Long

getPoolMaxAge

public Long getPoolMaxAge()
Gets the value of the poolMaxAge property.

Returns:
possible object is Long

setPoolMaxAge

public void setPoolMaxAge(Long value)
Sets the value of the poolMaxAge property.

Parameters:
value - allowed object is Long

getPoolSamplingPeriod

public Long getPoolSamplingPeriod()
Gets the value of the poolSamplingPeriod property.

Returns:
possible object is Long

setPoolSamplingPeriod

public void setPoolSamplingPeriod(Long value)
Sets the value of the poolSamplingPeriod property.

Parameters:
value - allowed object is Long


Copyright © 2012 OW2 Consortium. All Rights Reserved.