public class Node extends Object
Java class for node complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="node">
<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 minOccurs="0">
<element name="attributeID" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="attributeSetID" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="attributesSet" type="{http://www.decision-deck.org/2019/XMCDA-2.2.3}attributesSet"/>
<element name="criterionID" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="criteriaSetID" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="criteriaSet" type="{http://www.decision-deck.org/2019/XMCDA-2.2.3}criteriaSet"/>
<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="categoryID" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="categoriesSetID" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="categoriesSet" type="{http://www.decision-deck.org/2019/XMCDA-2.2.3}categoriesSet"/>
</choice>
<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"/>
<element name="node" type="{http://www.decision-deck.org/2019/XMCDA-2.2.3}node" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attGroup ref="{http://www.decision-deck.org/2019/XMCDA-2.2.3}defaultAttributes"/>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
alternativeID |
protected AlternativesSet |
alternativesSet |
protected String |
alternativesSetID |
protected String |
attributeID |
protected String |
attributeSetID |
protected AttributesSet |
attributesSet |
protected CategoriesSet |
categoriesSet |
protected String |
categoriesSetID |
protected String |
categoryID |
protected CriteriaSet |
criteriaSet |
protected String |
criteriaSetID |
protected String |
criterionID |
protected Description |
description |
protected String |
id |
protected String |
mcdaConcept |
protected String |
name |
protected List<Node> |
node |
protected List<Value> |
value |
protected List<Values> |
values |
| Constructor and Description |
|---|
Node() |
| 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.
|
String |
getAttributeID()
Gets the value of the attributeID property.
|
String |
getAttributeSetID()
Gets the value of the attributeSetID property.
|
AttributesSet |
getAttributesSet()
Gets the value of the attributesSet property.
|
CategoriesSet |
getCategoriesSet()
Gets the value of the categoriesSet property.
|
String |
getCategoriesSetID()
Gets the value of the categoriesSetID property.
|
String |
getCategoryID()
Gets the value of the categoryID property.
|
CriteriaSet |
getCriteriaSet()
Gets the value of the criteriaSet property.
|
String |
getCriteriaSetID()
Gets the value of the criteriaSetID property.
|
String |
getCriterionID()
Gets the value of the criterionID property.
|
Description |
getDescription()
Gets the value of the description property.
|
String |
getId()
Gets the value of the id property.
|
String |
getMcdaConcept()
Gets the value of the mcdaConcept property.
|
String |
getName()
Gets the value of the name property.
|
List<Node> |
getNode()
Gets the value of the node property.
|
List<Value> |
getValue()
Gets the value of the value property.
|
List<Values> |
getValues()
Gets the value of the values 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 |
setAttributeID(String value)
Sets the value of the attributeID property.
|
void |
setAttributeSetID(String value)
Sets the value of the attributeSetID property.
|
void |
setAttributesSet(AttributesSet value)
Sets the value of the attributesSet property.
|
void |
setCategoriesSet(CategoriesSet value)
Sets the value of the categoriesSet property.
|
void |
setCategoriesSetID(String value)
Sets the value of the categoriesSetID property.
|
void |
setCategoryID(String value)
Sets the value of the categoryID property.
|
void |
setCriteriaSet(CriteriaSet value)
Sets the value of the criteriaSet property.
|
void |
setCriteriaSetID(String value)
Sets the value of the criteriaSetID property.
|
void |
setCriterionID(String value)
Sets the value of the criterionID property.
|
void |
setDescription(Description value)
Sets the value of the description property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setMcdaConcept(String value)
Sets the value of the mcdaConcept property.
|
void |
setName(String value)
Sets the value of the name property.
|
protected Description description
protected String attributeID
protected String attributeSetID
protected AttributesSet attributesSet
protected String criterionID
protected String criteriaSetID
protected CriteriaSet criteriaSet
protected String alternativeID
protected String alternativesSetID
protected AlternativesSet alternativesSet
protected String categoryID
protected String categoriesSetID
protected CategoriesSet categoriesSet
protected String id
protected String name
protected String mcdaConcept
public Description getDescription()
Descriptionpublic void setDescription(Description value)
value - allowed object is
Descriptionpublic String getAttributeID()
Stringpublic void setAttributeID(String value)
value - allowed object is
Stringpublic String getAttributeSetID()
Stringpublic void setAttributeSetID(String value)
value - allowed object is
Stringpublic AttributesSet getAttributesSet()
AttributesSetpublic void setAttributesSet(AttributesSet value)
value - allowed object is
AttributesSetpublic String getCriterionID()
Stringpublic void setCriterionID(String value)
value - allowed object is
Stringpublic String getCriteriaSetID()
Stringpublic void setCriteriaSetID(String value)
value - allowed object is
Stringpublic CriteriaSet getCriteriaSet()
CriteriaSetpublic void setCriteriaSet(CriteriaSet value)
value - allowed object is
CriteriaSetpublic 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 String getCategoryID()
Stringpublic void setCategoryID(String value)
value - allowed object is
Stringpublic String getCategoriesSetID()
Stringpublic void setCategoriesSetID(String value)
value - allowed object is
Stringpublic CategoriesSet getCategoriesSet()
CategoriesSetpublic void setCategoriesSet(CategoriesSet value)
value - allowed object is
CategoriesSetpublic 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
public List<Node> getNode()
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 node property.
For example, to add a new item, do as follows:
getNode().add(newItem);
Objects of the following type(s) are allowed in the list
Node
public void setId(String value)
value - allowed object is
Stringpublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getMcdaConcept()
StringCopyright © 2013–2021 Sébastien Bigaret, Patrick Meyer. All rights reserved.