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