Class JaxbHbmFilter.JaxbAliases

  • All Implemented Interfaces:
    Serializable
    Enclosing class:
    JaxbHbmFilter

    public static class JaxbHbmFilter.JaxbAliases
    extends Object
    implements Serializable

    Java class for anonymous complex type.

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

    
     <complexType>
       <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
    • Constructor Detail

      • JaxbAliases

        public JaxbAliases()
    • Method Detail

      • getValue

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

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

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

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

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

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

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

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