public class JaxbHbmNaturalIdCacheType extends Object implements Serializable
Java class for NaturalIdCacheType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="NaturalIdCacheType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="region" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
Constructor and Description |
---|
JaxbHbmNaturalIdCacheType() |
Modifier and Type | Method and Description |
---|---|
String |
getRegion()
Gets the value of the region property.
|
void |
setRegion(String value)
Sets the value of the region property.
|
protected String region
Copyright © 2001-2017 Red Hat, Inc. All Rights Reserved.