public class StructureDef extends BaseObject implements Serializable
PageDefinition
.Modifier and Type | Field and Description |
---|---|
protected List<SectionDef> |
section |
Constructor and Description |
---|
StructureDef() |
Modifier and Type | Method and Description |
---|---|
List<SectionDef> |
getSection()
Gets the value of the section property.
|
protected List<SectionDef> section
public List<SectionDef> getSection()
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 section property.
For example, to add a new item, do as follows:
getSection().add(newItem);
Objects of the following type(s) are allowed in the list
SectionDef
Copyright © 2011–2017 aiticon GmbH. All rights reserved.