public class FuzzyLabel extends Object
Java class for fuzzyLabel complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="fuzzyLabel">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<all>
<element name="description" type="{http://www.decision-deck.org/2019/XMCDA-2.2.3}description" minOccurs="0"/>
<element name="label" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="fuzzyNumber" type="{http://www.decision-deck.org/2019/XMCDA-2.2.3}fuzzyNumber"/>
</all>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Description |
description |
protected FuzzyNumber |
fuzzyNumber |
protected String |
label |
| Constructor and Description |
|---|
FuzzyLabel() |
| Modifier and Type | Method and Description |
|---|---|
Description |
getDescription()
Gets the value of the description property.
|
FuzzyNumber |
getFuzzyNumber()
Gets the value of the fuzzyNumber property.
|
String |
getLabel()
Gets the value of the label property.
|
void |
setDescription(Description value)
Sets the value of the description property.
|
void |
setFuzzyNumber(FuzzyNumber value)
Sets the value of the fuzzyNumber property.
|
void |
setLabel(String value)
Sets the value of the label property.
|
protected Description description
protected String label
protected FuzzyNumber fuzzyNumber
public Description getDescription()
Descriptionpublic void setDescription(Description value)
value - allowed object is
Descriptionpublic String getLabel()
Stringpublic void setLabel(String value)
value - allowed object is
Stringpublic FuzzyNumber getFuzzyNumber()
FuzzyNumberpublic void setFuzzyNumber(FuzzyNumber value)
value - allowed object is
FuzzyNumberCopyright © 2013–2021 Sébastien Bigaret, Patrick Meyer. All rights reserved.