public class Structure extends BaseObject implements Serializable
PageDefinition.| Constructor and Description |
|---|
Structure() |
| Modifier and Type | Method and Description |
|---|---|
List<Section> |
getSection()
Gets the value of the section property.
|
public List<Section> 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
Section
Copyright © 2011–2020 aiticon GmbH. All rights reserved.