public static class CategoriesSet.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>
<element name="description" type="{http://www.decision-deck.org/2019/XMCDA-2.2.3}description" minOccurs="0"/>
<element name="categoryID" type="{http://www.w3.org/2001/XMLSchema}string"/>
<choice maxOccurs="unbounded" minOccurs="0">
<element name="rank" type="{http://www.decision-deck.org/2019/XMCDA-2.2.3}value"/>
<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 String |
categoryID |
protected Description |
description |
protected List<JAXBElement<?>> |
rankOrValueOrValues |
| Constructor and Description |
|---|
Element() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCategoryID()
Gets the value of the categoryID property.
|
Description |
getDescription()
Gets the value of the description property.
|
List<JAXBElement<?>> |
getRankOrValueOrValues()
Gets the value of the rankOrValueOrValues property.
|
void |
setCategoryID(String value)
Sets the value of the categoryID property.
|
void |
setDescription(Description value)
Sets the value of the description property.
|
protected Description description
protected String categoryID
protected List<JAXBElement<?>> rankOrValueOrValues
public Description getDescription()
Descriptionpublic void setDescription(Description value)
value - allowed object is
Descriptionpublic String getCategoryID()
Stringpublic void setCategoryID(String value)
value - allowed object is
Stringpublic List<JAXBElement<?>> getRankOrValueOrValues()
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 rankOrValueOrValues property.
For example, to add a new item, do as follows:
getRankOrValueOrValues().add(newItem);
Objects of the following type(s) are allowed in the list
JAXBElement<Values>
JAXBElement<Value>
JAXBElement<Value>
Copyright © 2013–2021 Sébastien Bigaret, Patrick Meyer. All rights reserved.