Class JaxbHbmNaturalIdCacheType

  • All Implemented Interfaces:
    Serializable

    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>
     
    See Also:
    Serialized Form
    • Field Detail

      • region

        protected String region
    • Constructor Detail

      • JaxbHbmNaturalIdCacheType

        public JaxbHbmNaturalIdCacheType()
    • Method Detail

      • getRegion

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

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