public class JaxbCfgCollectionCacheType
extends java.lang.Object
Java class for CollectionCacheType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CollectionCacheType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="collection" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="region" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="usage" use="required" type="{http://www.hibernate.org/xsd/orm/cfg}CacheUsageEnum" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
collection |
protected java.lang.String |
region |
protected JaxbCfgCacheUsageEnum |
usage |
| Constructor and Description |
|---|
JaxbCfgCollectionCacheType() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCollection()
Gets the value of the collection property.
|
java.lang.String |
getRegion()
Gets the value of the region property.
|
JaxbCfgCacheUsageEnum |
getUsage()
Gets the value of the usage property.
|
void |
setCollection(java.lang.String value)
Sets the value of the collection property.
|
void |
setRegion(java.lang.String value)
Sets the value of the region property.
|
void |
setUsage(JaxbCfgCacheUsageEnum value)
Sets the value of the usage property.
|
protected java.lang.String collection
protected java.lang.String region
protected JaxbCfgCacheUsageEnum usage
public java.lang.String getCollection()
Stringpublic void setCollection(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 JaxbCfgCacheUsageEnum getUsage()
JaxbCfgCacheUsageEnumpublic void setUsage(JaxbCfgCacheUsageEnum value)
value - allowed object is
JaxbCfgCacheUsageEnumCopyright © 2001-2018 Red Hat, Inc. All Rights Reserved.