public class JaxbCacheElement extends Object
Java class for cache-element complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="cache-element">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="include" default="all">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}token">
<enumeration value="all"/>
<enumeration value="non-lazy"/>
</restriction>
</simpleType>
</attribute>
<attribute name="region" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="usage" use="required">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}token">
<enumeration value="nonstrict-read-write"/>
<enumeration value="read-only"/>
<enumeration value="read-write"/>
<enumeration value="transactional"/>
</restriction>
</simpleType>
</attribute>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
include |
protected String |
region |
protected String |
usage |
| Constructor and Description |
|---|
JaxbCacheElement() |
| Modifier and Type | Method and Description |
|---|---|
String |
getInclude()
Gets the value of the include property.
|
String |
getRegion()
Gets the value of the region property.
|
String |
getUsage()
Gets the value of the usage property.
|
void |
setInclude(String value)
Sets the value of the include property.
|
void |
setRegion(String value)
Sets the value of the region property.
|
void |
setUsage(String value)
Sets the value of the usage property.
|
protected String include
protected String region
protected String usage
public String getInclude()
Stringpublic void setInclude(String value)
value - allowed object is
Stringpublic String getRegion()
Stringpublic void setRegion(String value)
value - allowed object is
Stringpublic String getUsage()
StringCopyright © 2012 JBoss by Red Hat. All Rights Reserved.