org.universAAL.middleware.connectors.deploy.karaf.model
Class Feature

Package class diagram package Feature
java.lang.Object
  extended by org.universAAL.middleware.connectors.deploy.karaf.model.Feature
All Implemented Interfaces:
Serializable

public class Feature
extends Object
implements Serializable

Definition of the Feature.

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>
 

See Also:
Serialized Form

Field Summary
protected  String description
           
protected  List<Serializable> detailsOrConfigOrConfigfile
           
protected  String name
           
protected  String resolver
           
protected  String version
           
 
Constructor Summary
Feature()
           
 
Method Summary
 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()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

detailsOrConfigOrConfigfile

protected List<Serializable> detailsOrConfigOrConfigfile

name

protected String name

version

protected String version

description

protected String description

resolver

protected String resolver
Constructor Detail

Feature

public Feature()
Method Detail

getDetailsOrConfigOrConfigfile

public List<Serializable> getDetailsOrConfigOrConfigfile()
Gets the value of the detailsOrConfigOrConfigfile property.

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


isSetDetailsOrConfigOrConfigfile

public boolean isSetDetailsOrConfigOrConfigfile()

unsetDetailsOrConfigOrConfigfile

public void unsetDetailsOrConfigOrConfigfile()

getName

public String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

public void setName(String value)
Sets the value of the name property.

Parameters:
value - allowed object is String

isSetName

public boolean isSetName()

getVersion

public String getVersion()
Gets the value of the version property.

Returns:
possible object is String

setVersion

public void setVersion(String value)
Sets the value of the version property.

Parameters:
value - allowed object is String

isSetVersion

public boolean isSetVersion()

getDescription

public String getDescription()
Gets the value of the description property.

Returns:
possible object is String

setDescription

public void setDescription(String value)
Sets the value of the description property.

Parameters:
value - allowed object is String

isSetDescription

public boolean isSetDescription()

getResolver

public String getResolver()
Gets the value of the resolver property.

Returns:
possible object is String

setResolver

public void setResolver(String value)
Sets the value of the resolver property.

Parameters:
value - allowed object is String

isSetResolver

public boolean isSetResolver()


Copyright © 2014 universAAL Consortium. All Rights Reserved.