public class JaxbHbmFilterParameterType
extends java.lang.Object
implements java.io.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>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
parameterName |
protected java.lang.String |
parameterValueTypeName |
| Constructor and Description |
|---|
JaxbHbmFilterParameterType() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getParameterName()
Gets the value of the parameterName property.
|
java.lang.String |
getParameterValueTypeName()
Gets the value of the parameterValueTypeName property.
|
void |
setParameterName(java.lang.String value)
Sets the value of the parameterName property.
|
void |
setParameterValueTypeName(java.lang.String value)
Sets the value of the parameterValueTypeName property.
|
protected java.lang.String parameterName
protected java.lang.String parameterValueTypeName
public java.lang.String getParameterName()
Stringpublic void setParameterName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getParameterValueTypeName()
Stringpublic void setParameterValueTypeName(java.lang.String value)
value - allowed object is
StringCopyright © 2001-2018 Red Hat, Inc. All Rights Reserved.