public class JaxbHbmFilterParameterType extends Object implements Serializable
<p>Java class for FilterParameterType complex type.
<p>The following schema fragment specifies the expected content contained within this class.
<pre> <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>
| Modifier and Type | Field and Description |
|---|---|
protected String |
parameterName |
protected String |
parameterValueTypeName |
| Constructor and Description |
|---|
JaxbHbmFilterParameterType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getParameterName()
Gets the value of the parameterName property.
|
String |
getParameterValueTypeName()
Gets the value of the parameterValueTypeName property.
|
void |
setParameterName(String value)
Sets the value of the parameterName property.
|
void |
setParameterValueTypeName(String value)
Sets the value of the parameterValueTypeName property.
|
protected String parameterName
protected String parameterValueTypeName
public String getParameterName()
Gets the value of the parameterName property.
Stringpublic void setParameterName(String value)
Sets the value of the parameterName property.
value - allowed object is
Stringpublic String getParameterValueTypeName()
Gets the value of the parameterValueTypeName property.
StringCopyright © 2001-2018 Red Hat, Inc. All Rights Reserved.