org.universAAL.middleware.deploymanager.uapp.model
Class ExecutionUnit

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

public class ExecutionUnit
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="deploymentUnit" type="{http://www.w3.org/2001/XMLSchema}IDREF"/>
         <element name="configFiles" type="{http://www.w3.org/2001/XMLSchema}anyType"/>
         <element name="spaceStartLevel" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  Object configFiles
           
protected  Object deploymentUnit
           
protected  Object spaceStartLevel
           
 
Constructor Summary
ExecutionUnit()
           
 
Method Summary
 Object getConfigFiles()
          Gets the value of the configFiles property.
 Object getDeploymentUnit()
          Gets the value of the deploymentUnit property.
 Object getSpaceStartLevel()
          Gets the value of the spaceStartLevel property.
 boolean isSetConfigFiles()
           
 boolean isSetDeploymentUnit()
           
 boolean isSetSpaceStartLevel()
           
 void setConfigFiles(Object value)
          Sets the value of the configFiles property.
 void setDeploymentUnit(Object value)
          Sets the value of the deploymentUnit property.
 void setSpaceStartLevel(Object value)
          Sets the value of the spaceStartLevel property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

deploymentUnit

protected Object deploymentUnit

configFiles

protected Object configFiles

spaceStartLevel

protected Object spaceStartLevel
Constructor Detail

ExecutionUnit

public ExecutionUnit()
Method Detail

getDeploymentUnit

public Object getDeploymentUnit()
Gets the value of the deploymentUnit property.

Returns:
possible object is Object

setDeploymentUnit

public void setDeploymentUnit(Object value)
Sets the value of the deploymentUnit property.

Parameters:
value - allowed object is Object

isSetDeploymentUnit

public boolean isSetDeploymentUnit()

getConfigFiles

public Object getConfigFiles()
Gets the value of the configFiles property.

Returns:
possible object is Object

setConfigFiles

public void setConfigFiles(Object value)
Sets the value of the configFiles property.

Parameters:
value - allowed object is Object

isSetConfigFiles

public boolean isSetConfigFiles()

getSpaceStartLevel

public Object getSpaceStartLevel()
Gets the value of the spaceStartLevel property.

Returns:
possible object is Object

setSpaceStartLevel

public void setSpaceStartLevel(Object value)
Sets the value of the spaceStartLevel property.

Parameters:
value - allowed object is Object

isSetSpaceStartLevel

public boolean isSetSpaceStartLevel()


Copyright © 2014 universAAL Consortium. All Rights Reserved.