public static class JaxbHibernateConfiguration.JaxbSessionFactory.JaxbCollectionCache
extends java.lang.Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <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/hibernate-configuration}usage-attribute" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
collection |
protected java.lang.String |
region |
protected JaxbUsageAttribute |
usage |
Constructor and Description |
---|
JaxbHibernateConfiguration.JaxbSessionFactory.JaxbCollectionCache() |
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.
|
JaxbUsageAttribute |
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(JaxbUsageAttribute value)
Sets the value of the usage property.
|
protected java.lang.String collection
protected java.lang.String region
protected JaxbUsageAttribute usage
public JaxbHibernateConfiguration.JaxbSessionFactory.JaxbCollectionCache()
public java.lang.String getCollection()
String
public void setCollection(java.lang.String value)
value
- allowed object is
String
public java.lang.String getRegion()
String
public void setRegion(java.lang.String value)
value
- allowed object is
String
public JaxbUsageAttribute getUsage()
JaxbUsageAttribute
public void setUsage(JaxbUsageAttribute value)
value
- allowed object is
JaxbUsageAttribute
Copyright © 2001-2013 Red Hat, Inc. All Rights Reserved.