public class ActionOpenView 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 minOccurs="0">
<element ref="{http://www.iorga.com/xml/ns/ivif-views}query"/>
</choice>
<attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="grid-name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="roles-allowed" type="{http://www.iorga.com/xml/ns/ivif-views}stringListType" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
gridName |
protected String |
name |
protected Query |
query |
protected List<String> |
rolesAllowed |
| Constructor and Description |
|---|
ActionOpenView() |
| Modifier and Type | Method and Description |
|---|---|
String |
getGridName()
Obtient la valeur de la propriété gridName.
|
String |
getName()
Obtient la valeur de la propriété name.
|
Query |
getQuery()
Obtient la valeur de la propriété query.
|
List<String> |
getRolesAllowed()
Gets the value of the rolesAllowed property.
|
void |
setGridName(String value)
Définit la valeur de la propriété gridName.
|
void |
setName(String value)
Définit la valeur de la propriété name.
|
void |
setQuery(Query value)
Définit la valeur de la propriété query.
|
protected Query query
protected String name
protected String gridName
public Query getQuery()
Querypublic void setQuery(Query value)
value - allowed object is
Querypublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getGridName()
Stringpublic void setGridName(String value)
value - allowed object is
Stringpublic List<String> getRolesAllowed()
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 rolesAllowed property.
For example, to add a new item, do as follows:
getRolesAllowed().add(newItem);
Objects of the following type(s) are allowed in the list
String
Copyright © 2015. All rights reserved.