org.ehcache.xml.model
Class ThreadPoolsType.ThreadPool

java.lang.Object
  extended by org.ehcache.xml.model.ThreadPoolsType.ThreadPool
Enclosing class:
ThreadPoolsType

public static class ThreadPoolsType.ThreadPool
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">
       <attribute name="alias" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="default" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
       <attribute name="min-size" use="required" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" />
       <attribute name="max-size" use="required" type="{http://www.w3.org/2001/XMLSchema}positiveInteger" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.Boolean _default
           
protected  java.lang.String alias
           
protected  java.math.BigInteger maxSize
           
protected  java.math.BigInteger minSize
           
 
Constructor Summary
ThreadPoolsType.ThreadPool()
           
 
Method Summary
 java.lang.String getAlias()
          Gets the value of the alias property.
 java.math.BigInteger getMaxSize()
          Gets the value of the maxSize property.
 java.math.BigInteger getMinSize()
          Gets the value of the minSize property.
 boolean isDefault()
          Gets the value of the default property.
 void setAlias(java.lang.String value)
          Sets the value of the alias property.
 void setDefault(java.lang.Boolean value)
          Sets the value of the default property.
 void setMaxSize(java.math.BigInteger value)
          Sets the value of the maxSize property.
 void setMinSize(java.math.BigInteger value)
          Sets the value of the minSize property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

alias

protected java.lang.String alias

_default

protected java.lang.Boolean _default

minSize

protected java.math.BigInteger minSize

maxSize

protected java.math.BigInteger maxSize
Constructor Detail

ThreadPoolsType.ThreadPool

public ThreadPoolsType.ThreadPool()
Method Detail

getAlias

public java.lang.String getAlias()
Gets the value of the alias property.

Returns:
possible object is String

setAlias

public void setAlias(java.lang.String value)
Sets the value of the alias property.

Parameters:
value - allowed object is String

isDefault

public boolean isDefault()
Gets the value of the default property.

Returns:
possible object is Boolean

setDefault

public void setDefault(java.lang.Boolean value)
Sets the value of the default property.

Parameters:
value - allowed object is Boolean

getMinSize

public java.math.BigInteger getMinSize()
Gets the value of the minSize property.

Returns:
possible object is BigInteger

setMinSize

public void setMinSize(java.math.BigInteger value)
Sets the value of the minSize property.

Parameters:
value - allowed object is BigInteger

getMaxSize

public java.math.BigInteger getMaxSize()
Gets the value of the maxSize property.

Returns:
possible object is BigInteger

setMaxSize

public void setMaxSize(java.math.BigInteger value)
Sets the value of the maxSize property.

Parameters:
value - allowed object is BigInteger