public class Quantitative extends Object
Java class for quantitative complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="quantitative">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="preferenceDirection" type="{http://www.decision-deck.org/2019/XMCDA-2.2.3}preferenceDirection" minOccurs="0"/>
<element name="minimum" type="{http://www.decision-deck.org/2019/XMCDA-2.2.3}numericValue" minOccurs="0"/>
<element name="maximum" type="{http://www.decision-deck.org/2019/XMCDA-2.2.3}numericValue" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected NumericValue |
maximum |
protected NumericValue |
minimum |
protected PreferenceDirection |
preferenceDirection |
| Constructor and Description |
|---|
Quantitative() |
| Modifier and Type | Method and Description |
|---|---|
NumericValue |
getMaximum()
Gets the value of the maximum property.
|
NumericValue |
getMinimum()
Gets the value of the minimum property.
|
PreferenceDirection |
getPreferenceDirection()
Gets the value of the preferenceDirection property.
|
void |
setMaximum(NumericValue value)
Sets the value of the maximum property.
|
void |
setMinimum(NumericValue value)
Sets the value of the minimum property.
|
void |
setPreferenceDirection(PreferenceDirection value)
Sets the value of the preferenceDirection property.
|
protected PreferenceDirection preferenceDirection
protected NumericValue minimum
protected NumericValue maximum
public PreferenceDirection getPreferenceDirection()
PreferenceDirectionpublic void setPreferenceDirection(PreferenceDirection value)
value - allowed object is
PreferenceDirectionpublic NumericValue getMinimum()
NumericValuepublic void setMinimum(NumericValue value)
value - allowed object is
NumericValuepublic NumericValue getMaximum()
NumericValuepublic void setMaximum(NumericValue value)
value - allowed object is
NumericValueCopyright © 2013–2021 Sébastien Bigaret, Patrick Meyer. All rights reserved.