public abstract class CriterionParameter extends Object
Java class for CriterionParameter complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CriterionParameter">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="CriterionParameter.Type" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
criterionParameterType |
| Constructor and Description |
|---|
CriterionParameter() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCriterionParameterType()
Gets the value of the criterionParameterType property.
|
void |
setCriterionParameterType(String value)
Sets the value of the criterionParameterType property.
|
Copyright © 2023. All rights reserved.