Class JaxbFilterDef.JaxbFilterParam

java.lang.Object
org.hibernate.boot.jaxb.mapping.JaxbFilterDef.JaxbFilterParam
All Implemented Interfaces:
Serializable
Enclosing class:
JaxbFilterDef

public static class JaxbFilterDef.JaxbFilterParam extends Object implements Serializable
Used to identify all bind parameters in the condition elemement

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="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="type" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="resolver" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

    • name

      protected String name
    • type

      protected String type
    • resolver

      protected String resolver
  • Constructor Details

    • JaxbFilterParam

      public JaxbFilterParam()
  • Method Details

    • getName

      public String getName()
      Gets the value of the name property.
      Returns:
      possible object is String
    • setName

      public void setName(String value)
      Sets the value of the name property.
      Parameters:
      value - allowed object is String
    • getType

      public String getType()
      Gets the value of the type property.
      Returns:
      possible object is String
    • setType

      public void setType(String value)
      Sets the value of the type property.
      Parameters:
      value - allowed object is String
    • getResolver

      public String getResolver()
      Gets the value of the resolver property.
      Returns:
      possible object is String
    • setResolver

      public void setResolver(String value)
      Sets the value of the resolver property.
      Parameters:
      value - allowed object is String