Package org.hibernate.boot.jaxb.mapping
Class JaxbFilterDef.JaxbFilterParam
java.lang.Object
org.hibernate.boot.jaxb.mapping.JaxbFilterDef.JaxbFilterParam
- All Implemented Interfaces:
Serializable
- Enclosing class:
- JaxbFilterDef
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetName()Gets the value of the name property.Gets the value of the resolver property.getType()Gets the value of the type property.voidSets the value of the name property.voidsetResolver(String value) Sets the value of the resolver property.voidSets the value of the type property.
-
Field Details
-
name
-
type
-
resolver
-
-
Constructor Details
-
JaxbFilterParam
public JaxbFilterParam()
-
-
Method Details
-
getName
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
Sets the value of the name property.- Parameters:
value- allowed object isString
-
getType
Gets the value of the type property.- Returns:
- possible object is
String
-
setType
Sets the value of the type property.- Parameters:
value- allowed object isString
-
getResolver
Gets the value of the resolver property.- Returns:
- possible object is
String
-
setResolver
Sets the value of the resolver property.- Parameters:
value- allowed object isString
-