Class JaxbHbmFilterAliasMappingType

  • All Implemented Interfaces:
    java.io.Serializable

    public class JaxbHbmFilterAliasMappingType
    extends java.lang.Object
    implements java.io.Serializable

    Java class for filter-alias-mapping-type complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="filter-alias-mapping-type">
       <simpleContent>
         <extension base="<http://www.w3.org/2001/XMLSchema>string">
           <attribute name="alias" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="table" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="entity" type="{http://www.w3.org/2001/XMLSchema}string" />
         </extension>
       </simpleContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.String alias  
      protected java.lang.String entity  
      protected java.lang.String table  
      protected java.lang.String value  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getAlias()
      Gets the value of the alias property.
      java.lang.String getEntity()
      Gets the value of the entity property.
      java.lang.String getTable()
      Gets the value of the table property.
      java.lang.String getValue()
      Gets the value of the value property.
      void setAlias​(java.lang.String value)
      Sets the value of the alias property.
      void setEntity​(java.lang.String value)
      Sets the value of the entity property.
      void setTable​(java.lang.String value)
      Sets the value of the table property.
      void setValue​(java.lang.String value)
      Sets the value of the value property.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • value

        protected java.lang.String value
      • alias

        protected java.lang.String alias
      • table

        protected java.lang.String table
      • entity

        protected java.lang.String entity
    • Constructor Detail

      • JaxbHbmFilterAliasMappingType

        public JaxbHbmFilterAliasMappingType()
    • Method Detail

      • getValue

        public java.lang.String getValue()
        Gets the value of the value property.
        Returns:
        possible object is String
      • setValue

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

        public java.lang.String getAlias()
        Gets the value of the alias property.
        Returns:
        possible object is String
      • setAlias

        public void setAlias​(java.lang.String value)
        Sets the value of the alias property.
        Parameters:
        value - allowed object is String
      • getTable

        public java.lang.String getTable()
        Gets the value of the table property.
        Returns:
        possible object is String
      • setTable

        public void setTable​(java.lang.String value)
        Sets the value of the table property.
        Parameters:
        value - allowed object is String
      • getEntity

        public java.lang.String getEntity()
        Gets the value of the entity property.
        Returns:
        possible object is String
      • setEntity

        public void setEntity​(java.lang.String value)
        Sets the value of the entity property.
        Parameters:
        value - allowed object is String