net.opengis.fes._2
Class AbstractAdhocQueryExpressionType

java.lang.Object
  extended by net.opengis.fes._2.AbstractQueryExpressionType
      extended by net.opengis.fes._2.AbstractAdhocQueryExpressionType
Direct Known Subclasses:
QueryType

public abstract class AbstractAdhocQueryExpressionType
extends AbstractQueryExpressionType

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

abstractProjectionClause

protected List<JAXBElement<?>> abstractProjectionClause

abstractSelectionClause

protected JAXBElement<?> abstractSelectionClause

abstractSortingClause

protected JAXBElement<?> abstractSortingClause

typeNames

protected List<String> typeNames

aliases

protected List<String> aliases
Constructor Detail

AbstractAdhocQueryExpressionType

public AbstractAdhocQueryExpressionType()
Method Detail

getAbstractProjectionClause

public List<JAXBElement<?>> getAbstractProjectionClause()
Gets the value of the abstractProjectionClause property.

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>


isSetAbstractProjectionClause

public boolean isSetAbstractProjectionClause()

unsetAbstractProjectionClause

public void unsetAbstractProjectionClause()

getAbstractSelectionClause

public JAXBElement<?> getAbstractSelectionClause()
Obtient la valeur de la propriété abstractSelectionClause.

Returns:
possible object is JAXBElement<FilterType> JAXBElement<Object>

setAbstractSelectionClause

public void setAbstractSelectionClause(JAXBElement<?> value)
Définit la valeur de la propriété abstractSelectionClause.

Parameters:
value - allowed object is JAXBElement<FilterType> JAXBElement<Object>

isSetAbstractSelectionClause

public boolean isSetAbstractSelectionClause()

getAbstractSortingClause

public JAXBElement<?> getAbstractSortingClause()
Obtient la valeur de la propriété abstractSortingClause.

Returns:
possible object is JAXBElement<SortByType> JAXBElement<Object>

setAbstractSortingClause

public void setAbstractSortingClause(JAXBElement<?> value)
Définit la valeur de la propriété abstractSortingClause.

Parameters:
value - allowed object is JAXBElement<SortByType> JAXBElement<Object>

isSetAbstractSortingClause

public boolean isSetAbstractSortingClause()

getTypeNames

public List<String> getTypeNames()
Gets the value of the typeNames property.

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


isSetTypeNames

public boolean isSetTypeNames()

unsetTypeNames

public void unsetTypeNames()

getAliases

public List<String> getAliases()
Gets the value of the aliases property.

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


isSetAliases

public boolean isSetAliases()

unsetAliases

public void unsetAliases()


Copyright © 2014 IRSTV CNRS-FR-2488. All Rights Reserved.