public class CriterionReference extends Object
Java class for criterionReference complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="criterionReference">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice>
<element name="criterionID" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="criteriaSetID" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="criteriaSet" type="{http://www.decision-deck.org/2019/XMCDA-2.2.3}criteriaSet"/>
</choice>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CriteriaSet |
criteriaSet |
protected String |
criteriaSetID |
protected String |
criterionID |
| Constructor and Description |
|---|
CriterionReference() |
| Modifier and Type | Method and Description |
|---|---|
CriteriaSet |
getCriteriaSet()
Gets the value of the criteriaSet property.
|
String |
getCriteriaSetID()
Gets the value of the criteriaSetID property.
|
String |
getCriterionID()
Gets the value of the criterionID property.
|
void |
setCriteriaSet(CriteriaSet value)
Sets the value of the criteriaSet property.
|
void |
setCriteriaSetID(String value)
Sets the value of the criteriaSetID property.
|
void |
setCriterionID(String value)
Sets the value of the criterionID property.
|
protected String criterionID
protected String criteriaSetID
protected CriteriaSet criteriaSet
public String getCriterionID()
Stringpublic void setCriterionID(String value)
value - allowed object is
Stringpublic String getCriteriaSetID()
Stringpublic void setCriteriaSetID(String value)
value - allowed object is
Stringpublic CriteriaSet getCriteriaSet()
CriteriaSetpublic void setCriteriaSet(CriteriaSet value)
value - allowed object is
CriteriaSetCopyright © 2013–2021 Sébastien Bigaret, Patrick Meyer. All rights reserved.