public class DeploymentUnit 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="osUnit" type="{http://www.universaal.org/aal-uapp/v1.0.2}osType"/>
<element name="platformUnit" type="{http://www.universaal.org/aal-uapp/v1.0.2}platformType"/>
<element name="containerUnit">
<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>
</element>
</choice>
<attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
DeploymentUnit.ContainerUnit
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected DeploymentUnit.ContainerUnit |
containerUnit |
protected String |
id |
protected OsType |
osUnit |
protected PlatformType |
platformUnit |
| Constructor and Description |
|---|
DeploymentUnit() |
| Modifier and Type | Method and Description |
|---|---|
DeploymentUnit.ContainerUnit |
getContainerUnit()
Gets the value of the containerUnit property.
|
String |
getId()
Gets the value of the id property.
|
OsType |
getOsUnit()
Gets the value of the osUnit property.
|
PlatformType |
getPlatformUnit()
Gets the value of the platformUnit property.
|
boolean |
isSetContainerUnit() |
boolean |
isSetId() |
boolean |
isSetOsUnit() |
boolean |
isSetPlatformUnit() |
void |
setContainerUnit(DeploymentUnit.ContainerUnit value)
Sets the value of the containerUnit property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setOsUnit(OsType value)
Sets the value of the osUnit property.
|
void |
setPlatformUnit(PlatformType value)
Sets the value of the platformUnit property.
|
protected OsType osUnit
protected PlatformType platformUnit
protected DeploymentUnit.ContainerUnit containerUnit
protected String id
public OsType getOsUnit()
OsTypepublic void setOsUnit(OsType value)
value - allowed object is OsTypepublic boolean isSetOsUnit()
public PlatformType getPlatformUnit()
PlatformTypepublic void setPlatformUnit(PlatformType value)
value - allowed object is PlatformTypepublic boolean isSetPlatformUnit()
public DeploymentUnit.ContainerUnit getContainerUnit()
DeploymentUnit.ContainerUnitpublic void setContainerUnit(DeploymentUnit.ContainerUnit value)
value - allowed object is DeploymentUnit.ContainerUnitpublic boolean isSetContainerUnit()
public void setId(String value)
value - allowed object is Stringpublic boolean isSetId()
Copyright © 2018 universAAL Consortium. All rights reserved.