Package org.hibernate.boot.jaxb.hbm.spi
Class JaxbHbmFilterParameterType
- java.lang.Object
-
- org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFilterParameterType
-
- All Implemented Interfaces:
java.io.Serializable
public class JaxbHbmFilterParameterType extends java.lang.Object implements java.io.SerializableJava class for FilterParameterType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FilterParameterType"> <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" /> </restriction> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.StringparameterNameprotected java.lang.StringparameterValueTypeName
-
Constructor Summary
Constructors Constructor Description JaxbHbmFilterParameterType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetParameterName()Gets the value of the parameterName property.java.lang.StringgetParameterValueTypeName()Gets the value of the parameterValueTypeName property.voidsetParameterName(java.lang.String value)Sets the value of the parameterName property.voidsetParameterValueTypeName(java.lang.String value)Sets the value of the parameterValueTypeName property.
-
-
-
Method Detail
-
getParameterName
public java.lang.String getParameterName()
Gets the value of the parameterName property.- Returns:
- possible object is
String
-
setParameterName
public void setParameterName(java.lang.String value)
Sets the value of the parameterName property.- Parameters:
value- allowed object isString
-
getParameterValueTypeName
public java.lang.String getParameterValueTypeName()
Gets the value of the parameterValueTypeName property.- Returns:
- possible object is
String
-
setParameterValueTypeName
public void setParameterValueTypeName(java.lang.String value)
Sets the value of the parameterValueTypeName property.- Parameters:
value- allowed object isString
-
-