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

Package class diagram package DeploymentUnit.ContainerUnit
java.lang.Object
  extended by org.universAAL.middleware.interfaces.mpa.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>
                   <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>
         </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"/>
       </choice>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Nested Class Summary
static class DeploymentUnit.ContainerUnit.Karaf
           Java class for anonymous complex type.
 
Field Summary
protected  Object equinox
           
protected  Object felix
           
protected  DeploymentUnit.ContainerUnit.Karaf karaf
           
protected  Object tomcat
           
 
Constructor Summary
DeploymentUnit.ContainerUnit()
           
 
Method Summary
 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 getTomcat()
          Gets the value of the tomcat property.
 boolean isSetEquinox()
           
 boolean isSetFelix()
           
 boolean isSetKaraf()
           
 boolean isSetTomcat()
           
 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 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

tomcat

protected Object tomcat

equinox

protected Object equinox

felix

protected Object felix
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()

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


Copyright © 2014 universAAL Consortium. All Rights Reserved.