public class JaxbHbmCacheType extends Object implements Serializable
Java class for CacheType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CacheType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="include" type="{http://www.hibernate.org/xsd/orm/hbm}CacheInclusionEnum" default="all" />
<attribute name="region" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="usage" use="required" type="{http://www.hibernate.org/xsd/orm/hbm}CacheUsageEnum" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected JaxbHbmCacheInclusionEnum |
include |
protected String |
region |
protected AccessType |
usage |
| Constructor and Description |
|---|
JaxbHbmCacheType() |
| Modifier and Type | Method and Description |
|---|---|
JaxbHbmCacheInclusionEnum |
getInclude()
Gets the value of the include property.
|
String |
getRegion()
Gets the value of the region property.
|
AccessType |
getUsage()
Gets the value of the usage property.
|
void |
setInclude(JaxbHbmCacheInclusionEnum value)
Sets the value of the include property.
|
void |
setRegion(String value)
Sets the value of the region property.
|
void |
setUsage(AccessType value)
Sets the value of the usage property.
|
protected JaxbHbmCacheInclusionEnum include
protected String region
protected AccessType usage
public JaxbHbmCacheInclusionEnum getInclude()
JaxbHbmCacheInclusionEnumpublic void setInclude(JaxbHbmCacheInclusionEnum value)
value - allowed object is
JaxbHbmCacheInclusionEnumpublic String getRegion()
Stringpublic void setRegion(String value)
value - allowed object is
Stringpublic AccessType getUsage()
Stringpublic void setUsage(AccessType value)
value - allowed object is
StringCopyright © 2001-2021 Red Hat, Inc. All Rights Reserved.