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

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

public static class DeploymentUnit.ContainerUnit
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">
       <choice>
         <element name="karaf">
           <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>
         </element>
         <element name="android">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
                   <element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
                   <element name="location" type="{http://www.w3.org/2001/XMLSchema}anyURI" maxOccurs="unbounded"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="tomcat" type="{http://www.w3.org/2001/XMLSchema}anyType"/>
         <element name="equinox" type="{http://www.w3.org/2001/XMLSchema}anyType"/>
         <element name="felix" type="{http://www.w3.org/2001/XMLSchema}anyType"/>
         <element name="osgi-android" type="{http://www.w3.org/2001/XMLSchema}anyType"/>
       </choice>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Nested Class Summary
static class DeploymentUnit.ContainerUnit.Android
          Java class for anonymous complex type.
static class DeploymentUnit.ContainerUnit.Karaf
          Java class for anonymous complex type.
 
Field Summary
protected  DeploymentUnit.ContainerUnit.Android android
           
protected  Object equinox
           
protected  Object felix
           
protected  DeploymentUnit.ContainerUnit.Karaf karaf
           
protected  Object osgiAndroid
           
protected  Object tomcat
           
 
Constructor Summary
DeploymentUnit.ContainerUnit()
           
 
Method Summary
 DeploymentUnit.ContainerUnit.Android getAndroid()
          Gets the value of the android property.
 Object getEquinox()
          Gets the value of the equinox property.
 Object getFelix()
          Gets the value of the felix property.
 DeploymentUnit.ContainerUnit.Karaf getKaraf()
          Gets the value of the karaf property.
 Object getOsgiAndroid()
          Gets the value of the osgiAndroid property.
 Object getTomcat()
          Gets the value of the tomcat property.
 boolean isSetAndroid()
           
 boolean isSetEquinox()
           
 boolean isSetFelix()
           
 boolean isSetKaraf()
           
 boolean isSetOsgiAndroid()
           
 boolean isSetTomcat()
           
 void setAndroid(DeploymentUnit.ContainerUnit.Android value)
          Sets the value of the android property.
 void setEquinox(Object value)
          Sets the value of the equinox property.
 void setFelix(Object value)
          Sets the value of the felix property.
 void setKaraf(DeploymentUnit.ContainerUnit.Karaf value)
          Sets the value of the karaf property.
 void setOsgiAndroid(Object value)
          Sets the value of the osgiAndroid property.
 void setTomcat(Object value)
          Sets the value of the tomcat property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

karaf

protected DeploymentUnit.ContainerUnit.Karaf karaf

android

protected DeploymentUnit.ContainerUnit.Android android

tomcat

protected Object tomcat

equinox

protected Object equinox

felix

protected Object felix

osgiAndroid

protected Object osgiAndroid
Constructor Detail

DeploymentUnit.ContainerUnit

public DeploymentUnit.ContainerUnit()
Method Detail

getKaraf

public DeploymentUnit.ContainerUnit.Karaf getKaraf()
Gets the value of the karaf property.

Returns:
possible object is DeploymentUnit.ContainerUnit.Karaf

setKaraf

public void setKaraf(DeploymentUnit.ContainerUnit.Karaf value)
Sets the value of the karaf property.

Parameters:
value - allowed object is DeploymentUnit.ContainerUnit.Karaf

isSetKaraf

public boolean isSetKaraf()

getAndroid

public DeploymentUnit.ContainerUnit.Android getAndroid()
Gets the value of the android property.

Returns:
possible object is DeploymentUnit.ContainerUnit.Android

setAndroid

public void setAndroid(DeploymentUnit.ContainerUnit.Android value)
Sets the value of the android property.

Parameters:
value - allowed object is DeploymentUnit.ContainerUnit.Android

isSetAndroid

public boolean isSetAndroid()

getTomcat

public Object getTomcat()
Gets the value of the tomcat property.

Returns:
possible object is Object

setTomcat

public void setTomcat(Object value)
Sets the value of the tomcat property.

Parameters:
value - allowed object is Object

isSetTomcat

public boolean isSetTomcat()

getEquinox

public Object getEquinox()
Gets the value of the equinox property.

Returns:
possible object is Object

setEquinox

public void setEquinox(Object value)
Sets the value of the equinox property.

Parameters:
value - allowed object is Object

isSetEquinox

public boolean isSetEquinox()

getFelix

public Object getFelix()
Gets the value of the felix property.

Returns:
possible object is Object

setFelix

public void setFelix(Object value)
Sets the value of the felix property.

Parameters:
value - allowed object is Object

isSetFelix

public boolean isSetFelix()

getOsgiAndroid

public Object getOsgiAndroid()
Gets the value of the osgiAndroid property.

Returns:
possible object is Object

setOsgiAndroid

public void setOsgiAndroid(Object value)
Sets the value of the osgiAndroid property.

Parameters:
value - allowed object is Object

isSetOsgiAndroid

public boolean isSetOsgiAndroid()


Copyright © 2014 universAAL Consortium. All Rights Reserved.