Class JaxbHbmCacheType

  • All Implemented Interfaces:
    java.io.Serializable

    public class JaxbHbmCacheType
    extends java.lang.Object
    implements java.io.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>
     
    See Also:
    Serialized Form
    • Constructor Detail

      • JaxbHbmCacheType

        public JaxbHbmCacheType()
    • Method Detail

      • getRegion

        public java.lang.String getRegion()
        Gets the value of the region property.
        Returns:
        possible object is String
      • setRegion

        public void setRegion​(java.lang.String value)
        Sets the value of the region property.
        Parameters:
        value - allowed object is String
      • getUsage

        public AccessType getUsage()
        Gets the value of the usage property.
        Returns:
        possible object is String
      • setUsage

        public void setUsage​(AccessType value)
        Sets the value of the usage property.
        Parameters:
        value - allowed object is String