public class Views extends Object
Classe Java pour anonymous complex type.
Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice maxOccurs="unbounded">
<element ref="{http://www.iorga.com/xml/ns/ivif-views}grid"/>
<element ref="{http://www.iorga.com/xml/ns/ivif-views}form"/>
<element ref="{http://www.iorga.com/xml/ns/ivif-views}action-open-view"/>
</choice>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<Object> |
gridOrFormOrActionOpenView |
| Constructor and Description |
|---|
Views() |
| Modifier and Type | Method and Description |
|---|---|
List<Object> |
getGridOrFormOrActionOpenView()
Gets the value of the gridOrFormOrActionOpenView property.
|
public List<Object> getGridOrFormOrActionOpenView()
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 gridOrFormOrActionOpenView property.
For example, to add a new item, do as follows:
getGridOrFormOrActionOpenView().add(newItem);
Objects of the following type(s) are allowed in the list
Grid
Form
ActionOpenView
Copyright © 2015. All rights reserved.