public class SectionConfig extends BaseObject implements Serializable
Java class for sectionConfig complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="sectionConfig"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="title" type="{http://www.appng.org/schema/platform}label" minOccurs="0"/> <element name="textelements" type="{http://www.appng.org/schema/platform}textelements" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected Textelements |
textelements |
protected Label |
title |
Constructor and Description |
---|
SectionConfig() |
Modifier and Type | Method and Description |
---|---|
Textelements |
getTextelements()
Gets the value of the textelements property.
|
Label |
getTitle()
Gets the value of the title 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 Textelements textelements
public Label getTitle()
Label
public void setTitle(Label value)
value
- allowed object is
Label
public Textelements getTextelements()
Textelements
public void setTextelements(Textelements value)
value
- allowed object is
Textelements
Copyright © 2011–2021 aiticon GmbH. All rights reserved.