Class JaxbHbmFilterParameterType

java.lang.Object
org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFilterParameterType
All Implemented Interfaces:
Serializable

public class JaxbHbmFilterParameterType extends Object implements Serializable

Java 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:
  • Field Details

    • parameterName

      protected String parameterName
    • parameterValueTypeName

      protected String parameterValueTypeName
  • Constructor Details

    • JaxbHbmFilterParameterType

      public JaxbHbmFilterParameterType()
  • Method Details

    • getParameterName

      public String getParameterName()
      Gets the value of the parameterName property.
      Returns:
      possible object is String
    • setParameterName

      public void setParameterName(String value)
      Sets the value of the parameterName property.
      Parameters:
      value - allowed object is String
    • getParameterValueTypeName

      public String getParameterValueTypeName()
      Gets the value of the parameterValueTypeName property.
      Returns:
      possible object is String
    • setParameterValueTypeName

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