|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ehcache.xml.model.ResourcesType
public class ResourcesType
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}memory-type" minOccurs="0"/> <element name="disk" type="{http://www.ehcache.org/v3}persistable-memory-type" minOccurs="0"/> <any namespace='##other' minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected java.lang.Object |
any
|
protected PersistableMemoryType |
disk
|
protected ResourceType |
heap
|
protected MemoryType |
offheap
|
Constructor Summary | |
---|---|
ResourcesType()
|
Method Summary | |
---|---|
java.lang.Object |
getAny()
Gets the value of the any property. |
PersistableMemoryType |
getDisk()
Gets the value of the disk property. |
ResourceType |
getHeap()
Gets the value of the heap property. |
MemoryType |
getOffheap()
Gets the value of the offheap property. |
void |
setAny(java.lang.Object value)
Sets the value of the any property. |
void |
setDisk(PersistableMemoryType value)
Sets the value of the disk property. |
void |
setHeap(ResourceType value)
Sets the value of the heap property. |
void |
setOffheap(MemoryType 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 |
---|
protected ResourceType heap
protected MemoryType offheap
protected PersistableMemoryType disk
protected java.lang.Object any
Constructor Detail |
---|
public ResourcesType()
Method Detail |
---|
public ResourceType getHeap()
ResourceType
public void setHeap(ResourceType value)
value
- allowed object is
ResourceType
public MemoryType getOffheap()
MemoryType
public void setOffheap(MemoryType value)
value
- allowed object is
MemoryType
public PersistableMemoryType getDisk()
PersistableMemoryType
public void setDisk(PersistableMemoryType value)
value
- allowed object is
PersistableMemoryType
public java.lang.Object getAny()
Object
public void setAny(java.lang.Object value)
value
- allowed object is
Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |