org.ehcache.config.xml.model
Class ResourcesType

java.lang.Object
  extended by org.ehcache.config.xml.model.ResourcesType

public class ResourcesType
extends java.lang.Object

Java class for resources-type complex type.

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

 <complexType name="resources-type">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="heap" type="{http://www.ehcache.org/v3}resource-type" minOccurs="0"/>
         <element name="offheap" type="{http://www.ehcache.org/v3}resource-type" minOccurs="0"/>
         <element name="disk" type="{http://www.ehcache.org/v3}persistable-resource-type" minOccurs="0"/>
         <any namespace='##other' minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.Object any
           
protected  PersistableResourceType disk
           
protected  ResourceType heap
           
protected  ResourceType offheap
           
 
Constructor Summary
ResourcesType()
           
 
Method Summary
 java.lang.Object getAny()
          Gets the value of the any property.
 PersistableResourceType getDisk()
          Gets the value of the disk property.
 ResourceType getHeap()
          Gets the value of the heap property.
 ResourceType getOffheap()
          Gets the value of the offheap property.
 void setAny(java.lang.Object value)
          Sets the value of the any property.
 void setDisk(PersistableResourceType value)
          Sets the value of the disk property.
 void setHeap(ResourceType value)
          Sets the value of the heap property.
 void setOffheap(ResourceType value)
          Sets the value of the offheap property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

heap

protected ResourceType heap

offheap

protected ResourceType offheap

disk

protected PersistableResourceType disk

any

protected java.lang.Object any
Constructor Detail

ResourcesType

public ResourcesType()
Method Detail

getHeap

public ResourceType getHeap()
Gets the value of the heap property.

Returns:
possible object is ResourceType

setHeap

public void setHeap(ResourceType value)
Sets the value of the heap property.

Parameters:
value - allowed object is ResourceType

getOffheap

public ResourceType getOffheap()
Gets the value of the offheap property.

Returns:
possible object is ResourceType

setOffheap

public void setOffheap(ResourceType value)
Sets the value of the offheap property.

Parameters:
value - allowed object is ResourceType

getDisk

public PersistableResourceType getDisk()
Gets the value of the disk property.

Returns:
possible object is PersistableResourceType

setDisk

public void setDisk(PersistableResourceType value)
Sets the value of the disk property.

Parameters:
value - allowed object is PersistableResourceType

getAny

public java.lang.Object getAny()
Gets the value of the any property.

Returns:
possible object is Object

setAny

public void setAny(java.lang.Object value)
Sets the value of the any property.

Parameters:
value - allowed object is Object