org.ehcache.xml.model
Class ThreadPoolReferenceType

java.lang.Object
  extended by org.ehcache.xml.model.ThreadPoolReferenceType

public class ThreadPoolReferenceType
extends java.lang.Object

Java class for thread-pool-reference-type complex type.

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

 <complexType name="thread-pool-reference-type">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="thread-pool" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.String threadPool
           
 
Constructor Summary
ThreadPoolReferenceType()
           
 
Method Summary
 java.lang.String getThreadPool()
          Gets the value of the threadPool property.
 void setThreadPool(java.lang.String value)
          Sets the value of the threadPool property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

threadPool

protected java.lang.String threadPool
Constructor Detail

ThreadPoolReferenceType

public ThreadPoolReferenceType()
Method Detail

getThreadPool

public java.lang.String getThreadPool()
Gets the value of the threadPool property.

Returns:
possible object is String

setThreadPool

public void setThreadPool(java.lang.String value)
Sets the value of the threadPool property.

Parameters:
value - allowed object is String