public class GroupCriterionElement extends AbstractRealTimeDto implements Serializable
Java class for groupCriterionElement complex type.
The following schema fragment specifies the expected content contained within this class.
| Modifier and Type | Field and Description |
|---|---|
protected String |
criterionName |
protected String |
elementName |
protected int |
rank |
| Constructor and Description |
|---|
GroupCriterionElement() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCriterionName()
Gets the value of the criterionName property.
|
String |
getElementName()
Gets the value of the elementName property.
|
int |
getRank()
Gets the value of the rank property.
|
void |
setCriterionName(String value)
Sets the value of the criterionName property.
|
void |
setElementName(String value)
Sets the value of the elementName property.
|
void |
setRank(int value)
Sets the value of the rank property.
|
protected String criterionName
protected String elementName
protected int rank
public String getCriterionName()
Stringpublic void setCriterionName(String value)
value - allowed object is
Stringpublic String getElementName()
Stringpublic void setElementName(String value)
value - allowed object is
Stringpublic int getRank()
public void setRank(int value)
Copyright © 2021. All rights reserved.