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>
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()
String
public void setParameterName(String value)
value
- allowed object is
String
public String getParameterValueTypeName()
String
Copyright © 2001-2017 Red Hat, Inc. All Rights Reserved.