public class ConfigOption extends Object
Java class for ConfigOption complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ConfigOption"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="value" type="{http://uaal.cas.de/uaalconfiguration}Value" maxOccurs="unbounded" minOccurs="0"/> </sequence> <attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}ID" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
id |
protected List<Value> |
value |
Constructor and Description |
---|
ConfigOption() |
Modifier and Type | Method and Description |
---|---|
String |
getId()
Gets the value of the id property.
|
List<Value> |
getValue()
Gets the value of the value property.
|
void |
setId(String value)
Sets the value of the id property.
|
public 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
Copyright © 2018 universAAL Consortium. All rights reserved.