
public class FeaturesRoot extends Object implements Serializable
Java class for featuresRoot complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="featuresRoot">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice maxOccurs="unbounded" minOccurs="0">
<element name="repository" type="{http://www.w3.org/2001/XMLSchema}anyURI"/>
<element name="feature" type="{http://karaf.apache.org/xmlns/features/v1.0.0}feature"/>
</choice>
<attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
name |
protected List<Serializable> |
repositoryOrFeature |
| Constructor and Description |
|---|
FeaturesRoot() |
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Gets the value of the name property.
|
List<Serializable> |
getRepositoryOrFeature()
Gets the value of the repositoryOrFeature property.
|
boolean |
isSetName() |
boolean |
isSetRepositoryOrFeature() |
void |
setName(String value)
Sets the value of the name property.
|
void |
unsetRepositoryOrFeature() |
protected List<Serializable> repositoryOrFeature
protected String name
public List<Serializable> getRepositoryOrFeature()
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 repositoryOrFeature property.
For example, to add a new item, do as follows:
getRepositoryOrFeature().add(newItem);
Objects of the following type(s) are allowed in the list String
Feature
public boolean isSetRepositoryOrFeature()
public void unsetRepositoryOrFeature()
public String getName()
Stringpublic void setName(String value)
value - allowed object is Stringpublic boolean isSetName()
Copyright © 2018 universAAL Consortium. All rights reserved.