public class Scale extends Object
Java class for scale complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="scale">
<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="valuationType" type="{http://www.decision-deck.org/2019/XMCDA-2.2.3}valuationType" minOccurs="0"/>
<choice>
<element name="nominal" type="{http://www.decision-deck.org/2019/XMCDA-2.2.3}nominal"/>
<element name="qualitative" type="{http://www.decision-deck.org/2019/XMCDA-2.2.3}qualitative"/>
<element name="quantitative" type="{http://www.decision-deck.org/2019/XMCDA-2.2.3}quantitative"/>
</choice>
</sequence>
<attGroup ref="{http://www.decision-deck.org/2019/XMCDA-2.2.3}defaultAttributes"/>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Description |
description |
protected String |
id |
protected String |
mcdaConcept |
protected String |
name |
protected Nominal |
nominal |
protected Qualitative |
qualitative |
protected Quantitative |
quantitative |
protected ValuationType |
valuationType |
| Constructor and Description |
|---|
Scale() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
Nominal |
getNominal()
Gets the value of the nominal property.
|
Qualitative |
getQualitative()
Gets the value of the qualitative property.
|
Quantitative |
getQuantitative()
Gets the value of the quantitative property.
|
ValuationType |
getValuationType()
Gets the value of the valuationType 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 |
setNominal(Nominal value)
Sets the value of the nominal property.
|
void |
setQualitative(Qualitative value)
Sets the value of the qualitative property.
|
void |
setQuantitative(Quantitative value)
Sets the value of the quantitative property.
|
void |
setValuationType(ValuationType value)
Sets the value of the valuationType property.
|
protected Description description
protected ValuationType valuationType
protected Nominal nominal
protected Qualitative qualitative
protected Quantitative quantitative
protected String id
protected String name
protected String mcdaConcept
public Description getDescription()
Descriptionpublic void setDescription(Description value)
value - allowed object is
Descriptionpublic ValuationType getValuationType()
ValuationTypepublic void setValuationType(ValuationType value)
value - allowed object is
ValuationTypepublic Nominal getNominal()
Nominalpublic void setNominal(Nominal value)
value - allowed object is
Nominalpublic Qualitative getQualitative()
Qualitativepublic void setQualitative(Qualitative value)
value - allowed object is
Qualitativepublic Quantitative getQuantitative()
Quantitativepublic void setQuantitative(Quantitative value)
value - allowed object is
Quantitativepublic 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.