public static class AlternativesMatrix.Row.Column extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<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"/>
<choice>
<element name="alternativeID" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="alternativesSetID" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="alternativesSet" type="{http://www.decision-deck.org/2019/XMCDA-2.2.3}alternativesSet"/>
</choice>
<element name="value" type="{http://www.decision-deck.org/2019/XMCDA-2.2.3}value" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
alternativeID |
protected AlternativesSet |
alternativesSet |
protected String |
alternativesSetID |
protected Description |
description |
protected Value |
value |
| Constructor and Description |
|---|
Column() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAlternativeID()
Gets the value of the alternativeID property.
|
AlternativesSet |
getAlternativesSet()
Gets the value of the alternativesSet property.
|
String |
getAlternativesSetID()
Gets the value of the alternativesSetID property.
|
Description |
getDescription()
Gets the value of the description property.
|
Value |
getValue()
Gets the value of the value property.
|
void |
setAlternativeID(String value)
Sets the value of the alternativeID property.
|
void |
setAlternativesSet(AlternativesSet value)
Sets the value of the alternativesSet property.
|
void |
setAlternativesSetID(String value)
Sets the value of the alternativesSetID property.
|
void |
setDescription(Description value)
Sets the value of the description property.
|
void |
setValue(Value value)
Sets the value of the value property.
|
protected Description description
protected String alternativeID
protected String alternativesSetID
protected AlternativesSet alternativesSet
protected Value value
public Description getDescription()
Descriptionpublic void setDescription(Description value)
value - allowed object is
Descriptionpublic String getAlternativeID()
Stringpublic void setAlternativeID(String value)
value - allowed object is
Stringpublic String getAlternativesSetID()
Stringpublic void setAlternativesSetID(String value)
value - allowed object is
Stringpublic AlternativesSet getAlternativesSet()
AlternativesSetpublic void setAlternativesSet(AlternativesSet value)
value - allowed object is
AlternativesSetpublic Value getValue()
ValueCopyright © 2013–2021 Sébastien Bigaret, Patrick Meyer. All rights reserved.