net.opengis.wfs._2_1
Class CreateStoredQueryType

java.lang.Object
  extended by net.opengis.wfs._2_1.BaseRequestType
      extended by net.opengis.wfs._2_1.CreateStoredQueryType

public class CreateStoredQueryType
extends BaseRequestType

Classe Java pour CreateStoredQueryType complex type.

Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe.

 <complexType name="CreateStoredQueryType">
   <complexContent>
     <extension base="{http://www.opengis.net/wfs/2.1}BaseRequestType">
       <sequence>
         <element name="StoredQueryDefinition" type="{http://www.opengis.net/wfs/2.1}StoredQueryDescriptionType" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  List<StoredQueryDescriptionType> storedQueryDefinition
           
 
Fields inherited from class net.opengis.wfs._2_1.BaseRequestType
handle, SERVICE, VERSION
 
Constructor Summary
CreateStoredQueryType()
           
 
Method Summary
 List<StoredQueryDescriptionType> getStoredQueryDefinition()
          Gets the value of the storedQueryDefinition property.
 boolean isSetStoredQueryDefinition()
           
 void unsetStoredQueryDefinition()
           
 
Methods inherited from class net.opengis.wfs._2_1.BaseRequestType
getHandle, isSetHandle, setHandle
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

storedQueryDefinition

protected List<StoredQueryDescriptionType> storedQueryDefinition
Constructor Detail

CreateStoredQueryType

public CreateStoredQueryType()
Method Detail

getStoredQueryDefinition

public List<StoredQueryDescriptionType> getStoredQueryDefinition()
Gets the value of the storedQueryDefinition 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 storedQueryDefinition property.

For example, to add a new item, do as follows:

    getStoredQueryDefinition().add(newItem);
 

Objects of the following type(s) are allowed in the list StoredQueryDescriptionType


isSetStoredQueryDefinition

public boolean isSetStoredQueryDefinition()

unsetStoredQueryDefinition

public void unsetStoredQueryDefinition()


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