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, setVersion
protected Roles roles
protected Permissions permissions
protected Properties properties
protected Datasources datasources
public Roles getRoles()
Roles
public void setRoles(Roles value)
value
- allowed object is
Roles
public Permissions getPermissions()
Permissions
public void setPermissions(Permissions value)
value
- allowed object is
Permissions
public Properties getProperties()
Properties
public void setProperties(Properties value)
value
- allowed object is
Properties
public Datasources getDatasources()
Datasources
public void setDatasources(Datasources value)
value
- allowed object is
Datasources
Copyright © 2011–2017 aiticon GmbH. All rights reserved.