net.opengis.wfs._2_1
Class StoredQueryType

java.lang.Object
  extended by net.opengis.fes._2.AbstractQueryExpressionType
      extended by net.opengis.wfs._2_1.StoredQueryType

public class StoredQueryType
extends AbstractQueryExpressionType

Classe Java pour StoredQueryType complex type.

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

 <complexType name="StoredQueryType">
   <complexContent>
     <extension base="{http://www.opengis.net/fes/2.1}AbstractQueryExpressionType">
       <sequence>
         <element name="Parameter" type="{http://www.opengis.net/wfs/2.1}ParameterType" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
       <attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  String id
           
protected  List<ParameterType> parameter
           
 
Fields inherited from class net.opengis.fes._2.AbstractQueryExpressionType
handle
 
Constructor Summary
StoredQueryType()
           
 
Method Summary
 String getId()
          Obtient la valeur de la propriété id.
 List<ParameterType> getParameter()
          Gets the value of the parameter property.
 boolean isSetId()
           
 boolean isSetParameter()
           
 void setId(String value)
          Définit la valeur de la propriété id.
 void unsetParameter()
           
 
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

parameter

protected List<ParameterType> parameter

id

protected String id
Constructor Detail

StoredQueryType

public StoredQueryType()
Method Detail

getParameter

public List<ParameterType> getParameter()
Gets the value of the parameter 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 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 ParameterType


isSetParameter

public boolean isSetParameter()

unsetParameter

public void unsetParameter()

getId

public String getId()
Obtient la valeur de la propriété id.

Returns:
possible object is String

setId

public void setId(String value)
Définit la valeur de la propriété id.

Parameters:
value - allowed object is String

isSetId

public boolean isSetId()


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