
public static class DeploymentUnit.ContainerUnit.Karaf extends Object implements Serializable
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="embedding" type="{http://www.universaal.org/aal-uapp/v1.0.2}embeddingType"/>
<element ref="{http://karaf.apache.org/xmlns/features/v1.0.0}features"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected EmbeddingType |
embedding |
protected FeaturesRoot |
features |
| Constructor and Description |
|---|
Karaf() |
| Modifier and Type | Method and Description |
|---|---|
EmbeddingType |
getEmbedding()
Gets the value of the embedding property.
|
FeaturesRoot |
getFeatures()
Gets the value of the features property.
|
boolean |
isSetEmbedding() |
boolean |
isSetFeatures() |
void |
setEmbedding(EmbeddingType value)
Sets the value of the embedding property.
|
void |
setFeatures(FeaturesRoot value)
Sets the value of the features property.
|
protected EmbeddingType embedding
protected FeaturesRoot features
public EmbeddingType getEmbedding()
EmbeddingTypepublic void setEmbedding(EmbeddingType value)
value - allowed object is EmbeddingTypepublic boolean isSetEmbedding()
public FeaturesRoot getFeatures()
FeaturesRootpublic void setFeatures(FeaturesRoot value)
value - allowed object is FeaturesRootpublic boolean isSetFeatures()
Copyright © 2018 universAAL Consortium. All rights reserved.