org.universAAL.middleware.deploymanager.uapp.model
Class DeploymentUnit.ContainerUnit.Karaf

Package class diagram package DeploymentUnit.ContainerUnit.Karaf
java.lang.Object
  extended by org.universAAL.middleware.deploymanager.uapp.model.DeploymentUnit.ContainerUnit.Karaf
All Implemented Interfaces:
Serializable
Enclosing class:
DeploymentUnit.ContainerUnit

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>
 

See Also:
Serialized Form

Field Summary
protected  EmbeddingType embedding
           
protected  FeaturesRoot features
           
 
Constructor Summary
DeploymentUnit.ContainerUnit.Karaf()
           
 
Method Summary
 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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

embedding

protected EmbeddingType embedding

features

protected FeaturesRoot features
Constructor Detail

DeploymentUnit.ContainerUnit.Karaf

public DeploymentUnit.ContainerUnit.Karaf()
Method Detail

getEmbedding

public EmbeddingType getEmbedding()
Gets the value of the embedding property.

Returns:
possible object is EmbeddingType

setEmbedding

public void setEmbedding(EmbeddingType value)
Sets the value of the embedding property.

Parameters:
value - allowed object is EmbeddingType

isSetEmbedding

public boolean isSetEmbedding()

getFeatures

public FeaturesRoot getFeatures()
Gets the value of the features property.

Returns:
possible object is FeaturesRoot

setFeatures

public void setFeatures(FeaturesRoot value)
Sets the value of the features property.

Parameters:
value - allowed object is FeaturesRoot

isSetFeatures

public boolean isSetFeatures()


Copyright © 2014 universAAL Consortium. All Rights Reserved.