org.universAAL.middleware.interfaces.mpa.model
Class Dependency

Package class diagram package Dependency
java.lang.Object
  extended by org.universAAL.middleware.interfaces.mpa.model.Dependency
All Implemented Interfaces:
Serializable

public class Dependency
extends Object
implements Serializable

Dependency of feature.

Java class for dependency complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="dependency">
   <simpleContent>
     <extension base="<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" />
     </extension>
   </simpleContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  String value
           
protected  String version
           
 
Constructor Summary
Dependency()
           
 
Method Summary
 String getValue()
          Feature name should be non empty string.
 String getVersion()
          Gets the value of the version property.
 boolean isSetValue()
           
 boolean isSetVersion()
           
 void setValue(String value)
          Sets the value of the value property.
 void setVersion(String value)
          Sets the value of the version property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

value

protected String value

version

protected String version
Constructor Detail

Dependency

public Dependency()
Method Detail

getValue

public String getValue()
Feature name should be non empty string.

Returns:
possible object is String

setValue

public void setValue(String value)
Sets the value of the value property.

Parameters:
value - allowed object is String

isSetValue

public boolean isSetValue()

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()


Copyright © 2014 universAAL Consortium. All Rights Reserved.