public class AlternativesComparisons extends Object
Java class for alternativesComparisons complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="alternativesComparisons">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="description" type="{http://www.decision-deck.org/2019/XMCDA-2.2.3}description" minOccurs="0"/>
<element name="valuation" type="{http://www.decision-deck.org/2019/XMCDA-2.2.3}scale" minOccurs="0"/>
<element name="comparisonType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="criterionID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="pairs">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="description" type="{http://www.decision-deck.org/2019/XMCDA-2.2.3}description" minOccurs="0"/>
<element name="pair" maxOccurs="unbounded" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="description" type="{http://www.decision-deck.org/2019/XMCDA-2.2.3}description" minOccurs="0"/>
<element name="initial" type="{http://www.decision-deck.org/2019/XMCDA-2.2.3}alternativeReference"/>
<element name="terminal" type="{http://www.decision-deck.org/2019/XMCDA-2.2.3}alternativeReference"/>
<element name="value" type="{http://www.decision-deck.org/2019/XMCDA-2.2.3}value" maxOccurs="unbounded" minOccurs="0"/>
<element name="values" type="{http://www.decision-deck.org/2019/XMCDA-2.2.3}values" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
<attGroup ref="{http://www.decision-deck.org/2019/XMCDA-2.2.3}defaultAttributes"/>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
AlternativesComparisons.Pairs
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected String |
comparisonType |
protected String |
criterionID |
protected Description |
description |
protected String |
id |
protected String |
mcdaConcept |
protected String |
name |
protected AlternativesComparisons.Pairs |
pairs |
protected Scale |
valuation |
| Constructor and Description |
|---|
AlternativesComparisons() |
| Modifier and Type | Method and Description |
|---|---|
String |
getComparisonType()
Gets the value of the comparisonType property.
|
String |
getCriterionID()
Gets the value of the criterionID property.
|
Description |
getDescription()
Gets the value of the description property.
|
String |
getId()
Gets the value of the id property.
|
String |
getMcdaConcept()
Gets the value of the mcdaConcept property.
|
String |
getName()
Gets the value of the name property.
|
AlternativesComparisons.Pairs |
getPairs()
Gets the value of the pairs property.
|
Scale |
getValuation()
Gets the value of the valuation property.
|
void |
setComparisonType(String value)
Sets the value of the comparisonType property.
|
void |
setCriterionID(String value)
Sets the value of the criterionID property.
|
void |
setDescription(Description value)
Sets the value of the description property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setMcdaConcept(String value)
Sets the value of the mcdaConcept property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setPairs(AlternativesComparisons.Pairs value)
Sets the value of the pairs property.
|
void |
setValuation(Scale value)
Sets the value of the valuation property.
|
protected Description description
protected Scale valuation
protected String comparisonType
protected String criterionID
protected AlternativesComparisons.Pairs pairs
protected String id
protected String name
protected String mcdaConcept
public Description getDescription()
Descriptionpublic void setDescription(Description value)
value - allowed object is
Descriptionpublic Scale getValuation()
Scalepublic void setValuation(Scale value)
value - allowed object is
Scalepublic String getComparisonType()
Stringpublic void setComparisonType(String value)
value - allowed object is
Stringpublic String getCriterionID()
Stringpublic void setCriterionID(String value)
value - allowed object is
Stringpublic AlternativesComparisons.Pairs getPairs()
AlternativesComparisons.Pairspublic void setPairs(AlternativesComparisons.Pairs value)
value - allowed object is
AlternativesComparisons.Pairspublic void setId(String value)
value - allowed object is
Stringpublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getMcdaConcept()
StringCopyright © 2013–2021 Sébastien Bigaret, Patrick Meyer. All rights reserved.