public class ApplicationInfo extends PackageInfo
Java class for applicationInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="applicationInfo">
<complexContent>
<extension base="{http://www.appng.org/schema/application}packageInfo">
<sequence>
<element name="roles" type="{http://www.appng.org/schema/application}roles" minOccurs="0"/>
<element name="permissions" type="{http://www.appng.org/schema/application}permissions" minOccurs="0"/>
<element name="properties" type="{http://www.appng.org/schema/application}properties" minOccurs="0"/>
<element name="datasources" type="{http://www.appng.org/schema/application}datasources" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Datasources |
datasources |
protected Permissions |
permissions |
protected Properties |
properties |
protected Roles |
roles |
appngVersion, description, displayName, longDescription, name, timestamp, version| Constructor and Description |
|---|
ApplicationInfo() |
| Modifier and Type | Method and Description |
|---|---|
Datasources |
getDatasources()
Gets the value of the datasources property.
|
Permissions |
getPermissions()
Gets the value of the permissions property.
|
Properties |
getProperties()
Gets the value of the properties property.
|
Roles |
getRoles()
Gets the value of the roles property.
|
void |
setDatasources(Datasources value)
Sets the value of the datasources property.
|
void |
setPermissions(Permissions value)
Sets the value of the permissions property.
|
void |
setProperties(Properties value)
Sets the value of the properties property.
|
void |
setRoles(Roles value)
Sets the value of the roles property.
|
getAppngVersion, getDescription, getDisplayName, getLongDescription, getName, getTimestamp, getVersion, setAppngVersion, setDescription, setDisplayName, setLongDescription, setName, setTimestamp, setVersionprotected Roles roles
protected Permissions permissions
protected Properties properties
protected Datasources datasources
public Roles getRoles()
Rolespublic void setRoles(Roles value)
value - allowed object is
Rolespublic Permissions getPermissions()
Permissionspublic void setPermissions(Permissions value)
value - allowed object is
Permissionspublic Properties getProperties()
Propertiespublic void setProperties(Properties value)
value - allowed object is
Propertiespublic Datasources getDatasources()
Datasourcespublic void setDatasources(Datasources value)
value - allowed object is
DatasourcesCopyright © 2011–2017 aiticon GmbH. All rights reserved.