public class Permission extends Nameable
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<extension base="{http://www.appng.org/schema/appngizer}nameable">
<sequence>
<element name="application" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
application |
protected String |
description |
| Constructor and Description |
|---|
Permission() |
| Modifier and Type | Method and Description |
|---|---|
String |
getApplication()
Gets the value of the application property.
|
String |
getDescription()
Gets the value of the description property.
|
void |
setApplication(String value)
Sets the value of the application property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
public String getApplication()
Stringpublic void setApplication(String value)
value - allowed object is
Stringpublic String getDescription()
StringCopyright © 2011–2021 aiticon GmbH. All rights reserved.