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>
Modifier and Type | Field and Description |
---|---|
protected Object |
configFiles |
protected Object |
deploymentUnit |
protected Object |
spaceStartLevel |
Constructor and Description |
---|
ExecutionUnit() |
Modifier and Type | Method and Description |
---|---|
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.
|
protected Object deploymentUnit
protected Object configFiles
protected Object spaceStartLevel
public Object getDeploymentUnit()
Object
public void setDeploymentUnit(Object value)
value
- allowed object is Object
public boolean isSetDeploymentUnit()
public Object getConfigFiles()
Object
public void setConfigFiles(Object value)
value
- allowed object is Object
public boolean isSetConfigFiles()
public Object getSpaceStartLevel()
Object
public void setSpaceStartLevel(Object value)
value
- allowed object is Object
public boolean isSetSpaceStartLevel()
Copyright © 2018 universAAL Consortium. All rights reserved.