public static class AlternativesComparisons.Pairs.Pair 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"/>
<element name="initial" type="{http://www.decision-deck.org/2019/XMCDA-2.2.3}alternativeReference"/>
<element name="terminal" type="{http://www.decision-deck.org/2019/XMCDA-2.2.3}alternativeReference"/>
<element name="value" type="{http://www.decision-deck.org/2019/XMCDA-2.2.3}value" maxOccurs="unbounded" minOccurs="0"/>
<element name="values" type="{http://www.decision-deck.org/2019/XMCDA-2.2.3}values" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Description |
description |
protected AlternativeReference |
initial |
protected AlternativeReference |
terminal |
protected List<Value> |
value |
protected List<Values> |
values |
| Constructor and Description |
|---|
Pair() |
| Modifier and Type | Method and Description |
|---|---|
Description |
getDescription()
Gets the value of the description property.
|
AlternativeReference |
getInitial()
Gets the value of the initial property.
|
AlternativeReference |
getTerminal()
Gets the value of the terminal property.
|
List<Value> |
getValue()
Gets the value of the value property.
|
List<Values> |
getValues()
Gets the value of the values property.
|
void |
setDescription(Description value)
Sets the value of the description property.
|
void |
setInitial(AlternativeReference value)
Sets the value of the initial property.
|
void |
setTerminal(AlternativeReference value)
Sets the value of the terminal property.
|
protected Description description
protected AlternativeReference initial
protected AlternativeReference terminal
public Description getDescription()
Descriptionpublic void setDescription(Description value)
value - allowed object is
Descriptionpublic AlternativeReference getInitial()
AlternativeReferencepublic void setInitial(AlternativeReference value)
value - allowed object is
AlternativeReferencepublic AlternativeReference getTerminal()
AlternativeReferencepublic void setTerminal(AlternativeReference value)
value - allowed object is
AlternativeReferencepublic List<Value> getValue()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the value property.
For example, to add a new item, do as follows:
getValue().add(newItem);
Objects of the following type(s) are allowed in the list
Value
public List<Values> getValues()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the values property.
For example, to add a new item, do as follows:
getValues().add(newItem);
Objects of the following type(s) are allowed in the list
Values
Copyright © 2013–2021 Sébastien Bigaret, Patrick Meyer. All rights reserved.