public class JaxbCacheElement
extends java.lang.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 java.lang.String |
include |
protected java.lang.String |
region |
protected java.lang.String |
usage |
| Constructor and Description |
|---|
JaxbCacheElement() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getInclude()
Gets the value of the include property.
|
java.lang.String |
getRegion()
Gets the value of the region property.
|
java.lang.String |
getUsage()
Gets the value of the usage property.
|
void |
setInclude(java.lang.String value)
Sets the value of the include property.
|
void |
setRegion(java.lang.String value)
Sets the value of the region property.
|
void |
setUsage(java.lang.String value)
Sets the value of the usage property.
|
protected java.lang.String include
protected java.lang.String region
protected java.lang.String usage
public java.lang.String getInclude()
Stringpublic void setInclude(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getRegion()
Stringpublic void setRegion(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getUsage()
Stringpublic void setUsage(java.lang.String value)
value - allowed object is
StringCopyright © 2001-2013 Red Hat, Inc. All Rights Reserved.