
public class Feature extends Object implements Serializable
Java class for feature complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="feature">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice maxOccurs="unbounded" minOccurs="0">
<element name="details" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="config" type="{http://karaf.apache.org/xmlns/features/v1.0.0}config"/>
<element name="configfile" type="{http://karaf.apache.org/xmlns/features/v1.0.0}configFile"/>
<element name="feature" type="{http://karaf.apache.org/xmlns/features/v1.0.0}dependency"/>
<element name="bundle" type="{http://karaf.apache.org/xmlns/features/v1.0.0}bundle"/>
</choice>
<attribute name="name" use="required" type="{http://karaf.apache.org/xmlns/features/v1.0.0}featureName" />
<attribute name="version" type="{http://www.w3.org/2001/XMLSchema}string" default="0.0.0" />
<attribute name="description" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="resolver" type="{http://karaf.apache.org/xmlns/features/v1.0.0}resolver" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
description |
protected List<Serializable> |
detailsOrConfigOrConfigfile |
protected String |
name |
protected String |
resolver |
protected String |
version |
| Constructor and Description |
|---|
Feature() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Gets the value of the description property.
|
List<Serializable> |
getDetailsOrConfigOrConfigfile()
Gets the value of the detailsOrConfigOrConfigfile property.
|
String |
getName()
Gets the value of the name property.
|
String |
getResolver()
Gets the value of the resolver property.
|
String |
getVersion()
Gets the value of the version property.
|
boolean |
isSetDescription() |
boolean |
isSetDetailsOrConfigOrConfigfile() |
boolean |
isSetName() |
boolean |
isSetResolver() |
boolean |
isSetVersion() |
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setResolver(String value)
Sets the value of the resolver property.
|
void |
setVersion(String value)
Sets the value of the version property.
|
void |
unsetDetailsOrConfigOrConfigfile() |
protected List<Serializable> detailsOrConfigOrConfigfile
protected String name
protected String version
protected String description
protected String resolver
public List<Serializable> getDetailsOrConfigOrConfigfile()
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 detailsOrConfigOrConfigfile property.
For example, to add a new item, do as follows:
getDetailsOrConfigOrConfigfile().add(newItem);
Objects of the following type(s) are allowed in the list String
Config ConfigFile Dependency Bundle
public boolean isSetDetailsOrConfigOrConfigfile()
public void unsetDetailsOrConfigOrConfigfile()
public String getName()
Stringpublic void setName(String value)
value - allowed object is Stringpublic boolean isSetName()
public String getVersion()
Stringpublic void setVersion(String value)
value - allowed object is Stringpublic boolean isSetVersion()
public String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is Stringpublic boolean isSetDescription()
public String getResolver()
Stringpublic void setResolver(String value)
value - allowed object is Stringpublic boolean isSetResolver()
Copyright © 2018 universAAL Consortium. All rights reserved.