org.universAAL.middleware.interfaces.mpa.model
Class DeploymentUnit.ContainerUnit.Karaf

Package class diagram package DeploymentUnit.ContainerUnit.Karaf
java.lang.Object
  extended by org.universAAL.middleware.interfaces.mpa.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>
         <sequence>
           <element name="embedding" type="{http://universaal.org/aal-mpa/v1.0.0}EmbeddingType"/>
           <element name="embeddingName" type="{http://www.w3.org/2001/XMLSchema}string"/>
         </sequence>
         <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  String embeddingName
           
protected  FeaturesRoot features
           
 
Constructor Summary
DeploymentUnit.ContainerUnit.Karaf()
           
 
Method Summary
 EmbeddingType getEmbedding()
          Gets the value of the embedding property.
 String getEmbeddingName()
          Gets the value of the embeddingName property.
 FeaturesRoot getFeatures()
          Gets the value of the features property.
 boolean isSetEmbedding()
           
 boolean isSetEmbeddingName()
           
 boolean isSetFeatures()
           
 void setEmbedding(EmbeddingType value)
          Sets the value of the embedding property.
 void setEmbeddingName(String value)
          Sets the value of the embeddingName 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

embeddingName

protected String embeddingName

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

getEmbeddingName

public String getEmbeddingName()
Gets the value of the embeddingName property.

Returns:
possible object is String

setEmbeddingName

public void setEmbeddingName(String value)
Sets the value of the embeddingName property.

Parameters:
value - allowed object is String

isSetEmbeddingName

public boolean isSetEmbeddingName()

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.