public static class AttributesComparisons.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}attributeReference"/>
<element name="terminal" type="{http://www.decision-deck.org/2019/XMCDA-2.2.3}attributeReference"/>
<choice maxOccurs="unbounded" minOccurs="0">
<element name="value" type="{http://www.decision-deck.org/2019/XMCDA-2.2.3}value"/>
<element name="values" type="{http://www.decision-deck.org/2019/XMCDA-2.2.3}values"/>
</choice>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Description |
description |
protected AttributeReference |
initial |
protected AttributeReference |
terminal |
protected List<Object> |
valueOrValues |
| Constructor and Description |
|---|
Pair() |
| Modifier and Type | Method and Description |
|---|---|
Description |
getDescription()
Gets the value of the description property.
|
AttributeReference |
getInitial()
Gets the value of the initial property.
|
AttributeReference |
getTerminal()
Gets the value of the terminal property.
|
List<Object> |
getValueOrValues()
Gets the value of the valueOrValues property.
|
void |
setDescription(Description value)
Sets the value of the description property.
|
void |
setInitial(AttributeReference value)
Sets the value of the initial property.
|
void |
setTerminal(AttributeReference value)
Sets the value of the terminal property.
|
protected Description description
protected AttributeReference initial
protected AttributeReference terminal
public Description getDescription()
Descriptionpublic void setDescription(Description value)
value - allowed object is
Descriptionpublic AttributeReference getInitial()
AttributeReferencepublic void setInitial(AttributeReference value)
value - allowed object is
AttributeReferencepublic AttributeReference getTerminal()
AttributeReferencepublic void setTerminal(AttributeReference value)
value - allowed object is
AttributeReferencepublic List<Object> getValueOrValues()
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 valueOrValues property.
For example, to add a new item, do as follows:
getValueOrValues().add(newItem);
Objects of the following type(s) are allowed in the list
Value
Values
Copyright © 2013–2021 Sébastien Bigaret, Patrick Meyer. All rights reserved.