public class CategoryProfileBound extends Object
Java class for categoryProfileBound complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="categoryProfileBound">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="categoryID" type="{http://www.w3.org/2001/XMLSchema}string"/>
<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 String |
categoryID |
protected List<Object> |
valueOrValues |
| Constructor and Description |
|---|
CategoryProfileBound() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCategoryID()
Gets the value of the categoryID property.
|
List<Object> |
getValueOrValues()
Gets the value of the valueOrValues property.
|
void |
setCategoryID(String value)
Sets the value of the categoryID property.
|
protected String categoryID
public String getCategoryID()
Stringpublic void setCategoryID(String value)
value - allowed object is
Stringpublic 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.