
public class ConfigurationInstance extends Object
Java class for ConfigurationInstance complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ConfigurationInstance">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="configOption" type="{http://uaal.cas.de/uaalconfiguration}ConfigOption" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
<attribute name="usecaseid" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="version" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="author" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="active" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="isPrimary" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="isSecondary" type="{http://www.w3.org/2001/XMLSchema}boolean" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
active |
protected String |
author |
protected List<ConfigOption> |
configOption |
protected String |
id |
protected Boolean |
isPrimary |
protected Boolean |
isSecondary |
protected String |
usecaseid |
protected String |
version |
| Constructor and Description |
|---|
ConfigurationInstance() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAuthor()
Gets the value of the author property.
|
List<ConfigOption> |
getConfigOption()
Gets the value of the configOption property.
|
String |
getId()
Gets the value of the id property.
|
String |
getUsecaseid()
Gets the value of the usecaseid property.
|
String |
getVersion()
Gets the value of the version property.
|
Boolean |
isActive()
Gets the value of the active property.
|
Boolean |
isIsPrimary()
Gets the value of the isPrimary property.
|
Boolean |
isIsSecondary()
Gets the value of the isSecondary property.
|
void |
setActive(Boolean value)
Sets the value of the active property.
|
void |
setAuthor(String value)
Sets the value of the author property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setIsPrimary(Boolean value)
Sets the value of the isPrimary property.
|
void |
setIsSecondary(Boolean value)
Sets the value of the isSecondary property.
|
void |
setUsecaseid(String value)
Sets the value of the usecaseid property.
|
void |
setVersion(String value)
Sets the value of the version property.
|
String |
toString() |
protected List<ConfigOption> configOption
protected String id
protected String usecaseid
protected String version
protected String author
protected Boolean active
protected Boolean isPrimary
protected Boolean isSecondary
public List<ConfigOption> getConfigOption()
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 configOption property.
For example, to add a new item, do as follows:
getConfigOption().add(newItem);
Objects of the following type(s) are allowed in the list
ConfigOption
public void setId(String value)
value - allowed object is Stringpublic String getUsecaseid()
Stringpublic void setUsecaseid(String value)
value - allowed object is Stringpublic String getVersion()
Stringpublic void setVersion(String value)
value - allowed object is Stringpublic String getAuthor()
Stringpublic void setAuthor(String value)
value - allowed object is Stringpublic Boolean isActive()
Booleanpublic void setActive(Boolean value)
value - allowed object is Booleanpublic Boolean isIsPrimary()
Booleanpublic void setIsPrimary(Boolean value)
value - allowed object is Booleanpublic Boolean isIsSecondary()
Booleanpublic void setIsSecondary(Boolean value)
value - allowed object is BooleanCopyright © 2018 universAAL Consortium. All rights reserved.