public class Role 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.appng.org/schema/appngizer}stringNotBlank"/>
<element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element ref="{http://www.appng.org/schema/appngizer}permissions" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
application |
protected String |
description |
protected Permissions |
permissions |
| Constructor and Description |
|---|
Role() |
| Modifier and Type | Method and Description |
|---|---|
String |
getApplication()
Gets the value of the application property.
|
String |
getDescription()
Gets the value of the description property.
|
Permissions |
getPermissions()
Gets the value of the permissions property.
|
void |
setApplication(String value)
Sets the value of the application property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setPermissions(Permissions value)
Sets the value of the permissions property.
|
protected String application
protected String description
protected Permissions permissions
public String getApplication()
Stringpublic void setApplication(String value)
value - allowed object is
Stringpublic String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
Stringpublic Permissions getPermissions()
Permissionspublic void setPermissions(Permissions value)
value - allowed object is
PermissionsCopyright © 2011–2023 aiticon GmbH. All rights reserved.