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