|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.opengis.fes._2.AbstractQueryExpressionType
net.opengis.fes._2.AbstractAdhocQueryExpressionType
public abstract class AbstractAdhocQueryExpressionType
Classe Java pour AbstractAdhocQueryExpressionType complex type.
Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe.
<complexType name="AbstractAdhocQueryExpressionType">
<complexContent>
<extension base="{http://www.opengis.net/fes/2.1}AbstractQueryExpressionType">
<sequence>
<element ref="{http://www.opengis.net/fes/2.1}AbstractProjectionClause" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.opengis.net/fes/2.1}AbstractSelectionClause" minOccurs="0"/>
<element ref="{http://www.opengis.net/fes/2.1}AbstractSortingClause" minOccurs="0"/>
</sequence>
<attribute name="typeNames" use="required" type="{http://www.opengis.net/fes/2.1}TypeNamesListType" />
<attribute name="aliases" type="{http://www.opengis.net/fes/2.1}AliasesType" />
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected List<JAXBElement<?>> |
abstractProjectionClause
|
protected JAXBElement<?> |
abstractSelectionClause
|
protected JAXBElement<?> |
abstractSortingClause
|
protected List<String> |
aliases
|
protected List<String> |
typeNames
|
| Fields inherited from class net.opengis.fes._2.AbstractQueryExpressionType |
|---|
handle |
| Constructor Summary | |
|---|---|
AbstractAdhocQueryExpressionType()
|
|
| Method Summary | |
|---|---|
List<JAXBElement<?>> |
getAbstractProjectionClause()
Gets the value of the abstractProjectionClause property. |
JAXBElement<?> |
getAbstractSelectionClause()
Obtient la valeur de la propriété abstractSelectionClause. |
JAXBElement<?> |
getAbstractSortingClause()
Obtient la valeur de la propriété abstractSortingClause. |
List<String> |
getAliases()
Gets the value of the aliases property. |
List<String> |
getTypeNames()
Gets the value of the typeNames property. |
boolean |
isSetAbstractProjectionClause()
|
boolean |
isSetAbstractSelectionClause()
|
boolean |
isSetAbstractSortingClause()
|
boolean |
isSetAliases()
|
boolean |
isSetTypeNames()
|
void |
setAbstractSelectionClause(JAXBElement<?> value)
Définit la valeur de la propriété abstractSelectionClause. |
void |
setAbstractSortingClause(JAXBElement<?> value)
Définit la valeur de la propriété abstractSortingClause. |
void |
unsetAbstractProjectionClause()
|
void |
unsetAliases()
|
void |
unsetTypeNames()
|
| Methods inherited from class net.opengis.fes._2.AbstractQueryExpressionType |
|---|
getHandle, isSetHandle, setHandle |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected List<JAXBElement<?>> abstractProjectionClause
protected JAXBElement<?> abstractSelectionClause
protected JAXBElement<?> abstractSortingClause
protected List<String> typeNames
protected List<String> aliases
| Constructor Detail |
|---|
public AbstractAdhocQueryExpressionType()
| Method Detail |
|---|
public List<JAXBElement<?>> getAbstractProjectionClause()
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 abstractProjectionClause property.
For example, to add a new item, do as follows:
getAbstractProjectionClause().add(newItem);
Objects of the following type(s) are allowed in the list
JAXBElement<PropertyName>
JAXBElement<Object>
public boolean isSetAbstractProjectionClause()
public void unsetAbstractProjectionClause()
public JAXBElement<?> getAbstractSelectionClause()
JAXBElement<FilterType>
JAXBElement<Object>public void setAbstractSelectionClause(JAXBElement<?> value)
value - allowed object is
JAXBElement<FilterType>
JAXBElement<Object>public boolean isSetAbstractSelectionClause()
public JAXBElement<?> getAbstractSortingClause()
JAXBElement<SortByType>
JAXBElement<Object>public void setAbstractSortingClause(JAXBElement<?> value)
value - allowed object is
JAXBElement<SortByType>
JAXBElement<Object>public boolean isSetAbstractSortingClause()
public List<String> getTypeNames()
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 typeNames property.
For example, to add a new item, do as follows:
getTypeNames().add(newItem);
Objects of the following type(s) are allowed in the list
String
public boolean isSetTypeNames()
public void unsetTypeNames()
public List<String> getAliases()
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 aliases property.
For example, to add a new item, do as follows:
getAliases().add(newItem);
Objects of the following type(s) are allowed in the list
String
public boolean isSetAliases()
public void unsetAliases()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||