public class Config extends BaseObject implements Serializable
| Modifier and Type | Field and Description |
|---|---|
protected Label |
description |
protected Labels |
labels |
protected Permissions |
permissions |
protected List<Template> |
templates |
protected Textelements |
textelements |
protected Label |
title |
| Constructor and Description |
|---|
Config() |
| Modifier and Type | Method and Description |
|---|---|
Label |
getDescription()
Gets the value of the description property.
|
Labels |
getLabels()
Gets the value of the labels property.
|
Permissions |
getPermissions()
Gets the value of the permissions property.
|
List<Template> |
getTemplates()
Gets the value of the templates property.
|
Textelements |
getTextelements()
Gets the value of the textelements property.
|
Label |
getTitle()
Gets the value of the title property.
|
void |
setDescription(Label value)
Sets the value of the description property.
|
void |
setLabels(Labels value)
Sets the value of the labels property.
|
void |
setPermissions(Permissions value)
Sets the value of the permissions property.
|
void |
setTextelements(Textelements value)
Sets the value of the textelements property.
|
void |
setTitle(Label value)
Sets the value of the title property.
|
protected Label title
protected Label description
protected Permissions permissions
protected Labels labels
protected Textelements textelements
public Label getTitle()
Labelpublic void setTitle(Label value)
value - allowed object is
Labelpublic Label getDescription()
Labelpublic void setDescription(Label value)
value - allowed object is
Labelpublic List<Template> getTemplates()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the templates property.
For example, to add a new item, do as follows:
getTemplates().add(newItem);
Objects of the following type(s) are allowed in the list
Template
public Permissions getPermissions()
Permissionspublic void setPermissions(Permissions value)
value - allowed object is
Permissionspublic Labels getLabels()
Labelspublic void setLabels(Labels value)
value - allowed object is
Labelspublic Textelements getTextelements()
Textelementspublic void setTextelements(Textelements value)
value - allowed object is
TextelementsCopyright © 2011–2020 aiticon GmbH. All rights reserved.