public static class AlternativesLinearConstraints.Constraint.Element 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>
<choice minOccurs="0">
<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"/>
<element name="variable" type="{http://www.decision-deck.org/2019/XMCDA-2.2.3}variable"/>
</choice>
<element name="coefficient" type="{http://www.decision-deck.org/2019/XMCDA-2.2.3}numericValue"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
alternativeID |
protected AlternativesSet |
alternativesSet |
protected String |
alternativesSetID |
protected NumericValue |
coefficient |
protected Variable |
variable |
| Constructor and Description |
|---|
Element() |
| 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.
|
NumericValue |
getCoefficient()
Gets the value of the coefficient property.
|
Variable |
getVariable()
Gets the value of the variable 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 |
setCoefficient(NumericValue value)
Sets the value of the coefficient property.
|
void |
setVariable(Variable value)
Sets the value of the variable property.
|
protected String alternativeID
protected String alternativesSetID
protected AlternativesSet alternativesSet
protected Variable variable
protected NumericValue coefficient
public 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 Variable getVariable()
Variablepublic void setVariable(Variable value)
value - allowed object is
Variablepublic NumericValue getCoefficient()
NumericValuepublic void setCoefficient(NumericValue value)
value - allowed object is
NumericValueCopyright © 2013–2021 Sébastien Bigaret, Patrick Meyer. All rights reserved.