Class JaxbHbmFilterParameterType
java.lang.Object
org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFilterParameterType
- All Implemented Interfaces:
Serializable
<p>Java class for FilterParameterType complex type</p>.
<p>The following schema fragment specifies the expected content contained within this class.</p>
<pre>{@code
<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>
}</pre>
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the parameterName property.Gets the value of the parameterValueTypeName property.voidsetParameterName(String value) Sets the value of the parameterName property.voidsetParameterValueTypeName(String value) Sets the value of the parameterValueTypeName property.
-
Field Details
-
parameterName
-
parameterValueTypeName
-
-
Constructor Details
-
JaxbHbmFilterParameterType
public JaxbHbmFilterParameterType()
-
-
Method Details
-
getParameterName
-
setParameterName
-
getParameterValueTypeName
-
setParameterValueTypeName
-