|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.ehcache.config.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}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 |
|---|
protected ResourceType heap
protected ResourceType offheap
protected PersistableResourceType disk
protected java.lang.Object any
| Constructor Detail |
|---|
public ResourcesType()
| Method Detail |
|---|
public ResourceType getHeap()
ResourceTypepublic void setHeap(ResourceType value)
value - allowed object is
ResourceTypepublic ResourceType getOffheap()
ResourceTypepublic void setOffheap(ResourceType value)
value - allowed object is
ResourceTypepublic PersistableResourceType getDisk()
PersistableResourceTypepublic void setDisk(PersistableResourceType value)
value - allowed object is
PersistableResourceTypepublic java.lang.Object getAny()
Objectpublic 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 | ||||||||