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>
Modifier and Type | Class and Description |
---|---|
static class |
DeploymentUnit.ContainerUnit.Android
Java class for anonymous complex type.
|
static class |
DeploymentUnit.ContainerUnit.Karaf
Java class for anonymous complex type.
|
Modifier and Type | Field and Description |
---|---|
protected DeploymentUnit.ContainerUnit.Android |
android |
protected Object |
equinox |
protected Object |
felix |
protected DeploymentUnit.ContainerUnit.Karaf |
karaf |
protected Object |
osgiAndroid |
protected Object |
tomcat |
Constructor and Description |
---|
ContainerUnit() |
Modifier and Type | Method and Description |
---|---|
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.
|
protected DeploymentUnit.ContainerUnit.Karaf karaf
protected DeploymentUnit.ContainerUnit.Android android
protected Object tomcat
protected Object equinox
protected Object felix
protected Object osgiAndroid
public DeploymentUnit.ContainerUnit.Karaf getKaraf()
DeploymentUnit.ContainerUnit.Karaf
public void setKaraf(DeploymentUnit.ContainerUnit.Karaf value)
value
- allowed object is
DeploymentUnit.ContainerUnit.Karaf
public boolean isSetKaraf()
public DeploymentUnit.ContainerUnit.Android getAndroid()
DeploymentUnit.ContainerUnit.Android
public void setAndroid(DeploymentUnit.ContainerUnit.Android value)
value
- allowed object is
DeploymentUnit.ContainerUnit.Android
public boolean isSetAndroid()
public Object getTomcat()
Object
public void setTomcat(Object value)
value
- allowed object is Object
public boolean isSetTomcat()
public Object getEquinox()
Object
public void setEquinox(Object value)
value
- allowed object is Object
public boolean isSetEquinox()
public Object getFelix()
Object
public void setFelix(Object value)
value
- allowed object is Object
public boolean isSetFelix()
public Object getOsgiAndroid()
Object
public void setOsgiAndroid(Object value)
value
- allowed object is Object
public boolean isSetOsgiAndroid()
Copyright © 2018 universAAL Consortium. All rights reserved.