public class Value extends Object
Java class for value complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="value">
<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"/>
<choice>
<element name="integer" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="real" type="{http://www.w3.org/2001/XMLSchema}double"/>
<element name="interval" type="{http://www.decision-deck.org/2019/XMCDA-2.2.3}interval"/>
<element name="rational" type="{http://www.decision-deck.org/2019/XMCDA-2.2.3}rational"/>
<element name="label" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="rankedLabel" type="{http://www.decision-deck.org/2019/XMCDA-2.2.3}rankedLabel"/>
<element name="boolean" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="NA" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="image" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/>
<element name="imageRef" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="fuzzyNumber" type="{http://www.decision-deck.org/2019/XMCDA-2.2.3}fuzzyNumber"/>
<element name="fuzzyLabel" type="{http://www.decision-deck.org/2019/XMCDA-2.2.3}fuzzyLabel"/>
</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 Boolean |
_boolean |
protected Description |
description |
protected FuzzyLabel |
fuzzyLabel |
protected FuzzyNumber |
fuzzyNumber |
protected String |
id |
protected byte[] |
image |
protected String |
imageRef |
protected Integer |
integer |
protected Interval |
interval |
protected String |
label |
protected String |
mcdaConcept |
protected String |
na |
protected String |
name |
protected RankedLabel |
rankedLabel |
protected Rational |
rational |
protected Double |
real |
| Constructor and Description |
|---|
Value() |
| Modifier and Type | Method and Description |
|---|---|
Description |
getDescription()
Gets the value of the description property.
|
FuzzyLabel |
getFuzzyLabel()
Gets the value of the fuzzyLabel property.
|
FuzzyNumber |
getFuzzyNumber()
Gets the value of the fuzzyNumber property.
|
String |
getId()
Gets the value of the id property.
|
byte[] |
getImage()
Gets the value of the image property.
|
String |
getImageRef()
Gets the value of the imageRef property.
|
Integer |
getInteger()
Gets the value of the integer property.
|
Interval |
getInterval()
Gets the value of the interval property.
|
String |
getLabel()
Gets the value of the label property.
|
String |
getMcdaConcept()
Gets the value of the mcdaConcept property.
|
String |
getNA()
Gets the value of the na property.
|
String |
getName()
Gets the value of the name property.
|
RankedLabel |
getRankedLabel()
Gets the value of the rankedLabel property.
|
Rational |
getRational()
Gets the value of the rational property.
|
Double |
getReal()
Gets the value of the real property.
|
Boolean |
isBoolean()
Gets the value of the boolean property.
|
void |
setBoolean(Boolean value)
Sets the value of the boolean property.
|
void |
setDescription(Description value)
Sets the value of the description property.
|
void |
setFuzzyLabel(FuzzyLabel value)
Sets the value of the fuzzyLabel property.
|
void |
setFuzzyNumber(FuzzyNumber value)
Sets the value of the fuzzyNumber property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setImage(byte[] value)
Sets the value of the image property.
|
void |
setImageRef(String value)
Sets the value of the imageRef property.
|
void |
setInteger(Integer value)
Sets the value of the integer property.
|
void |
setInterval(Interval value)
Sets the value of the interval property.
|
void |
setLabel(String value)
Sets the value of the label property.
|
void |
setMcdaConcept(String value)
Sets the value of the mcdaConcept property.
|
void |
setNA(String value)
Sets the value of the na property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setRankedLabel(RankedLabel value)
Sets the value of the rankedLabel property.
|
void |
setRational(Rational value)
Sets the value of the rational property.
|
void |
setReal(Double value)
Sets the value of the real property.
|
protected Description description
protected Integer integer
protected Double real
protected Interval interval
protected Rational rational
protected String label
protected RankedLabel rankedLabel
protected Boolean _boolean
protected String na
protected byte[] image
protected String imageRef
protected FuzzyNumber fuzzyNumber
protected FuzzyLabel fuzzyLabel
protected String id
protected String name
protected String mcdaConcept
public Description getDescription()
Descriptionpublic void setDescription(Description value)
value - allowed object is
Descriptionpublic Integer getInteger()
Integerpublic void setInteger(Integer value)
value - allowed object is
Integerpublic Double getReal()
Doublepublic void setReal(Double value)
value - allowed object is
Doublepublic Interval getInterval()
Intervalpublic void setInterval(Interval value)
value - allowed object is
Intervalpublic Rational getRational()
Rationalpublic void setRational(Rational value)
value - allowed object is
Rationalpublic String getLabel()
Stringpublic void setLabel(String value)
value - allowed object is
Stringpublic RankedLabel getRankedLabel()
RankedLabelpublic void setRankedLabel(RankedLabel value)
value - allowed object is
RankedLabelpublic Boolean isBoolean()
Booleanpublic void setBoolean(Boolean value)
value - allowed object is
Booleanpublic void setNA(String value)
value - allowed object is
Stringpublic byte[] getImage()
public void setImage(byte[] value)
value - allowed object is
byte[]public String getImageRef()
Stringpublic void setImageRef(String value)
value - allowed object is
Stringpublic FuzzyNumber getFuzzyNumber()
FuzzyNumberpublic void setFuzzyNumber(FuzzyNumber value)
value - allowed object is
FuzzyNumberpublic FuzzyLabel getFuzzyLabel()
FuzzyLabelpublic void setFuzzyLabel(FuzzyLabel value)
value - allowed object is
FuzzyLabelpublic 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.