public static class AalUapp.App 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="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>
Modifier and Type | Class and Description |
---|---|
static class |
AalUapp.App.Licenses
Java class for anonymous complex type.
|
static class |
AalUapp.App.MenuEntry
Java class for anonymous complex type.
|
Modifier and Type | Field and Description |
---|---|
protected String |
appId |
protected String |
applicationOntology |
protected String |
applicationProfile |
protected ContactType |
applicationProvider |
protected String |
description |
protected List<AalUapp.App.Licenses> |
licenses |
protected AalUapp.App.MenuEntry |
menuEntry |
protected boolean |
multipart |
protected String |
name |
protected String |
tags |
protected VersionType |
version |
Constructor and Description |
---|
App() |
Modifier and Type | Method and Description |
---|---|
String |
getAppId()
Gets the value of the appId property.
|
String |
getApplicationOntology()
Gets the value of the applicationOntology property.
|
String |
getApplicationProfile()
Gets the value of the applicationProfile property.
|
ContactType |
getApplicationProvider()
Gets the value of the applicationProvider property.
|
String |
getDescription()
Gets the value of the description property.
|
List<AalUapp.App.Licenses> |
getLicenses()
Gets the value of the licenses property.
|
AalUapp.App.MenuEntry |
getMenuEntry()
Gets the value of the menuEntry property.
|
String |
getName()
Gets the value of the name property.
|
String |
getTags()
Gets the value of the tags property.
|
VersionType |
getVersion()
Gets the value of the version property.
|
boolean |
isMultipart()
Gets the value of the multipart property.
|
boolean |
isSetAppId() |
boolean |
isSetApplicationOntology() |
boolean |
isSetApplicationProfile() |
boolean |
isSetApplicationProvider() |
boolean |
isSetDescription() |
boolean |
isSetLicenses() |
boolean |
isSetMenuEntry() |
boolean |
isSetMultipart() |
boolean |
isSetName() |
boolean |
isSetTags() |
boolean |
isSetVersion() |
void |
setAppId(String value)
Sets the value of the appId property.
|
void |
setApplicationOntology(String value)
Sets the value of the applicationOntology property.
|
void |
setApplicationProfile(String value)
Sets the value of the applicationProfile property.
|
void |
setApplicationProvider(ContactType value)
Sets the value of the applicationProvider property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setMenuEntry(AalUapp.App.MenuEntry value)
Sets the value of the menuEntry property.
|
void |
setMultipart(boolean value)
Sets the value of the multipart property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setTags(String value)
Sets the value of the tags property.
|
void |
setVersion(VersionType value)
Sets the value of the version property.
|
void |
unsetLicenses() |
protected String name
protected VersionType version
protected String appId
protected String description
protected boolean multipart
protected String tags
protected ContactType applicationProvider
protected List<AalUapp.App.Licenses> licenses
protected String applicationProfile
protected String applicationOntology
protected AalUapp.App.MenuEntry menuEntry
public String getName()
String
public void setName(String value)
value
- allowed object is String
public boolean isSetName()
public VersionType getVersion()
VersionType
public void setVersion(VersionType value)
value
- allowed object is VersionType
public boolean isSetVersion()
public String getAppId()
String
public void setAppId(String value)
value
- allowed object is String
public boolean isSetAppId()
public String getDescription()
String
public void setDescription(String value)
value
- allowed object is String
public boolean isSetDescription()
public boolean isMultipart()
public void setMultipart(boolean value)
public boolean isSetMultipart()
public String getTags()
String
public void setTags(String value)
value
- allowed object is String
public boolean isSetTags()
public ContactType getApplicationProvider()
ContactType
public void setApplicationProvider(ContactType value)
value
- allowed object is ContactType
public boolean isSetApplicationProvider()
public List<AalUapp.App.Licenses> getLicenses()
This accessor method returns a reference to the live list, not a
snapshot. Therefore any modification you make to the returned list
will be present inside the JAXB object. This is why there is not a
set
method for the licenses property.
For example, to add a new item, do as follows:
getLicenses().add(newItem);
Objects of the following type(s) are allowed in the list
AalUapp.App.Licenses
public boolean isSetLicenses()
public void unsetLicenses()
public String getApplicationProfile()
String
public void setApplicationProfile(String value)
value
- allowed object is String
public boolean isSetApplicationProfile()
public String getApplicationOntology()
String
public void setApplicationOntology(String value)
value
- allowed object is String
public boolean isSetApplicationOntology()
public AalUapp.App.MenuEntry getMenuEntry()
AalUapp.App.MenuEntry
public void setMenuEntry(AalUapp.App.MenuEntry value)
value
- allowed object is AalUapp.App.MenuEntry
public boolean isSetMenuEntry()
Copyright © 2018 universAAL Consortium. All rights reserved.