public class Group 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="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element ref="{http://www.appng.org/schema/appngizer}roles" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
description |
protected Roles |
roles |
| Constructor and Description |
|---|
Group() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Gets the value of the description property.
|
Roles |
getRoles()
Gets the value of the roles property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setRoles(Roles value)
Sets the value of the roles property.
|
public String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
Stringpublic Roles getRoles()
RolesCopyright © 2011–2019 aiticon GmbH. All rights reserved.