net.opengis.wfs._2_1
Class CreateStoredQueryType
java.lang.Object
net.opengis.wfs._2_1.BaseRequestType
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>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
storedQueryDefinition
protected List<StoredQueryDescriptionType> storedQueryDefinition
CreateStoredQueryType
public CreateStoredQueryType()
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.