
public class Dependency extends Object implements Serializable
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>
| Modifier and Type | Field and Description |
|---|---|
protected String |
value |
protected String |
version |
| Constructor and Description |
|---|
Dependency() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
public String getValue()
Stringpublic void setValue(String value)
value - allowed object is Stringpublic boolean isSetValue()
public String getVersion()
Stringpublic void setVersion(String value)
value - allowed object is Stringpublic boolean isSetVersion()
Copyright © 2018 universAAL Consortium. All rights reserved.