public class Query 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">
<sequence>
<element ref="{http://www.iorga.com/xml/ns/ivif-views}from" minOccurs="0"/>
<element ref="{http://www.iorga.com/xml/ns/ivif-views}where" minOccurs="0"/>
<element ref="{http://www.iorga.com/xml/ns/ivif-views}default-order-by" minOccurs="0"/>
<element ref="{http://www.iorga.com/xml/ns/ivif-views}parameter" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
defaultOrderBy |
protected String |
from |
protected List<Parameter> |
parameter |
protected String |
where |
| Constructor and Description |
|---|
Query() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDefaultOrderBy()
Obtient la valeur de la propriété defaultOrderBy.
|
String |
getFrom()
Obtient la valeur de la propriété from.
|
List<Parameter> |
getParameter()
Gets the value of the parameter property.
|
String |
getWhere()
Obtient la valeur de la propriété where.
|
void |
setDefaultOrderBy(String value)
Définit la valeur de la propriété defaultOrderBy.
|
void |
setFrom(String value)
Définit la valeur de la propriété from.
|
void |
setWhere(String value)
Définit la valeur de la propriété where.
|
protected String from
protected String where
protected String defaultOrderBy
public String getFrom()
Stringpublic void setFrom(String value)
value - allowed object is
Stringpublic String getWhere()
Stringpublic void setWhere(String value)
value - allowed object is
Stringpublic String getDefaultOrderBy()
Stringpublic void setDefaultOrderBy(String value)
value - allowed object is
Stringpublic List<Parameter> getParameter()
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 parameter property.
For example, to add a new item, do as follows:
getParameter().add(newItem);
Objects of the following type(s) are allowed in the list
Parameter
Copyright © 2015. All rights reserved.