public class Configuration extends Object
Java class for Configuration complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Configuration">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="category" type="{http://universaal.cas.de}Category" maxOccurs="unbounded"/>
</sequence>
<attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}ID" />
<attribute name="bundlename" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="version" use="required">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<pattern value="([0-9]+.{0,1})+[0-9]+"/>
</restriction>
</simpleType>
</attribute>
<attribute name="author" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
author |
protected String |
bundlename |
protected List<Category> |
category |
protected String |
id |
protected String |
version |
| Constructor and Description |
|---|
Configuration() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAuthor()
Gets the value of the author property.
|
String |
getBundlename()
Gets the value of the bundlename property.
|
List<Category> |
getCategory()
Gets the value of the category property.
|
String |
getId()
Gets the value of the id property.
|
String |
getVersion()
Gets the value of the version property.
|
void |
setAuthor(String value)
Sets the value of the author property.
|
void |
setBundlename(String value)
Sets the value of the bundlename property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setVersion(String value)
Sets the value of the version property.
|
String |
toString() |
protected String id
protected String bundlename
protected String version
protected String author
public List<Category> getCategory()
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 category property.
For example, to add a new item, do as follows:
getCategory().add(newItem);
Objects of the following type(s) are allowed in the list Category
public void setId(String value)
value - allowed object is Stringpublic String getBundlename()
Stringpublic void setBundlename(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 StringCopyright © 2018 universAAL Consortium. All rights reserved.