public class AalUapp 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="app"> <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="version" type="{http://www.universaal.org/aal-uapp/v1.0.2}versionType"/> <element name="appId" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="description" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="multipart" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="tags" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="applicationProvider" type="{http://www.universaal.org/aal-uapp/v1.0.2}contactType"/> <element name="licenses" maxOccurs="unbounded" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="license" type="{http://www.universaal.org/aal-uapp/v1.0.2}licenseType" maxOccurs="unbounded" minOccurs="0"/> <element name="sla" minOccurs="0"> <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="link" type="{http://www.w3.org/2001/XMLSchema}anyURI"/> </sequence> </restriction> </complexContent> </complexType> </element> </sequence> </restriction> </complexContent> </complexType> </element> <element name="applicationProfile" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="applicationOntology" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="menuEntry" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="menuName" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="serviceUri" type="{http://www.w3.org/2001/XMLSchema}anyURI"/> <element name="icon" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <choice> <element name="path" type="{http://www.w3.org/2001/XMLSchema}anyURI"/> <element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/> </choice> </restriction> </complexContent> </complexType> </element> </sequence> </restriction> </complexContent> </complexType> </element> </sequence> </restriction> </complexContent> </complexType> </element> <element name="applicationCapabilities" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="capability" type="{http://www.universaal.org/aal-uapp/v1.0.2}capabilityType" maxOccurs="unbounded"/> </sequence> </restriction> </complexContent> </complexType> </element> <element name="applicationRequirements" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="requirement" type="{http://www.universaal.org/aal-uapp/v1.0.2}reqType" maxOccurs="unbounded"/> </sequence> </restriction> </complexContent> </complexType> </element> <element name="applicationManagement" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="contactPoint" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="remoteManagement" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="protocols" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded"/> <element name="software" type="{http://www.universaal.org/aal-uapp/v1.0.2}artifactType"/> </sequence> </restriction> </complexContent> </complexType> </element> </sequence> </restriction> </complexContent> </complexType> </element> <element name="applicationPart"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{http://www.universaal.org/aal-uapp/v1.0.2}part" maxOccurs="unbounded"/> </sequence> </restriction> </complexContent> </complexType> </element> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Class and Description |
---|---|
static class |
AalUapp.App
Java class for anonymous complex type.
|
static class |
AalUapp.ApplicationCapabilities
Java class for anonymous complex type.
|
static class |
AalUapp.ApplicationManagement
Java class for anonymous complex type.
|
static class |
AalUapp.ApplicationPart
Java class for anonymous complex type.
|
static class |
AalUapp.ApplicationRequirements
Java class for anonymous complex type.
|
Modifier and Type | Field and Description |
---|---|
protected AalUapp.App |
app |
protected AalUapp.ApplicationCapabilities |
applicationCapabilities |
protected AalUapp.ApplicationManagement |
applicationManagement |
protected AalUapp.ApplicationPart |
applicationPart |
protected AalUapp.ApplicationRequirements |
applicationRequirements |
Constructor and Description |
---|
AalUapp() |
Modifier and Type | Method and Description |
---|---|
AalUapp.App |
getApp()
Gets the value of the app property.
|
AalUapp.ApplicationCapabilities |
getApplicationCapabilities()
Gets the value of the applicationCapabilities property.
|
AalUapp.ApplicationManagement |
getApplicationManagement()
Gets the value of the applicationManagement property.
|
AalUapp.ApplicationPart |
getApplicationPart()
Gets the value of the applicationPart property.
|
AalUapp.ApplicationRequirements |
getApplicationRequirements()
Gets the value of the applicationRequirements property.
|
boolean |
isSetApp() |
boolean |
isSetApplicationCapabilities() |
boolean |
isSetApplicationManagement() |
boolean |
isSetApplicationPart() |
boolean |
isSetApplicationRequirements() |
void |
setApp(AalUapp.App value)
Sets the value of the app property.
|
void |
setApplicationCapabilities(AalUapp.ApplicationCapabilities value)
Sets the value of the applicationCapabilities property.
|
void |
setApplicationManagement(AalUapp.ApplicationManagement value)
Sets the value of the applicationManagement property.
|
void |
setApplicationPart(AalUapp.ApplicationPart value)
Sets the value of the applicationPart property.
|
void |
setApplicationRequirements(AalUapp.ApplicationRequirements value)
Sets the value of the applicationRequirements property.
|
protected AalUapp.App app
protected AalUapp.ApplicationCapabilities applicationCapabilities
protected AalUapp.ApplicationRequirements applicationRequirements
protected AalUapp.ApplicationManagement applicationManagement
protected AalUapp.ApplicationPart applicationPart
public AalUapp.App getApp()
AalUapp.App
public void setApp(AalUapp.App value)
value
- allowed object is AalUapp.App
public boolean isSetApp()
public AalUapp.ApplicationCapabilities getApplicationCapabilities()
AalUapp.ApplicationCapabilities
public void setApplicationCapabilities(AalUapp.ApplicationCapabilities value)
value
- allowed object is AalUapp.ApplicationCapabilities
public boolean isSetApplicationCapabilities()
public AalUapp.ApplicationRequirements getApplicationRequirements()
AalUapp.ApplicationRequirements
public void setApplicationRequirements(AalUapp.ApplicationRequirements value)
value
- allowed object is AalUapp.ApplicationRequirements
public boolean isSetApplicationRequirements()
public AalUapp.ApplicationManagement getApplicationManagement()
AalUapp.ApplicationManagement
public void setApplicationManagement(AalUapp.ApplicationManagement value)
value
- allowed object is AalUapp.ApplicationManagement
public boolean isSetApplicationManagement()
public AalUapp.ApplicationPart getApplicationPart()
AalUapp.ApplicationPart
public void setApplicationPart(AalUapp.ApplicationPart value)
value
- allowed object is AalUapp.ApplicationPart
public boolean isSetApplicationPart()
Copyright © 2018 universAAL Consortium. All rights reserved.