|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.ehcache.xml.model.ThreadPoolsType.ThreadPool
public static class ThreadPoolsType.ThreadPool
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 |
|---|
protected java.lang.String alias
protected java.lang.Boolean _default
protected java.math.BigInteger minSize
protected java.math.BigInteger maxSize
| Constructor Detail |
|---|
public ThreadPoolsType.ThreadPool()
| Method Detail |
|---|
public java.lang.String getAlias()
Stringpublic void setAlias(java.lang.String value)
value - allowed object is
Stringpublic boolean isDefault()
Booleanpublic void setDefault(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.math.BigInteger getMinSize()
BigIntegerpublic void setMinSize(java.math.BigInteger value)
value - allowed object is
BigIntegerpublic java.math.BigInteger getMaxSize()
BigIntegerpublic void setMaxSize(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 | ||||||||