net.opengis.wfs._2_1
Class StoredQueryListItemType

java.lang.Object
  extended by net.opengis.wfs._2_1.StoredQueryListItemType

public class StoredQueryListItemType
extends Object

Classe Java pour StoredQueryListItemType complex type.

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

 <complexType name="StoredQueryListItemType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{http://www.opengis.net/wfs/2.1}Title" maxOccurs="unbounded" minOccurs="0"/>
         <element name="ReturnFeatureType" type="{http://www.w3.org/2001/XMLSchema}QName" maxOccurs="unbounded"/>
       </sequence>
       <attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  String id
           
protected  List<QName> returnFeatureType
           
protected  List<Title> title
           
 
Constructor Summary
StoredQueryListItemType()
           
 
Method Summary
 String getId()
          Obtient la valeur de la propriété id.
 List<QName> getReturnFeatureType()
          Gets the value of the returnFeatureType property.
 List<Title> getTitle()
          Gets the value of the title property.
 boolean isSetId()
           
 boolean isSetReturnFeatureType()
           
 boolean isSetTitle()
           
 void setId(String value)
          Définit la valeur de la propriété id.
 void unsetReturnFeatureType()
           
 void unsetTitle()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

title

protected List<Title> title

returnFeatureType

protected List<QName> returnFeatureType

id

protected String id
Constructor Detail

StoredQueryListItemType

public StoredQueryListItemType()
Method Detail

getTitle

public List<Title> getTitle()
Gets the value of the title 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 title property.

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

    getTitle().add(newItem);
 

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


isSetTitle

public boolean isSetTitle()

unsetTitle

public void unsetTitle()

getReturnFeatureType

public List<QName> getReturnFeatureType()
Gets the value of the returnFeatureType 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 returnFeatureType property.

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

    getReturnFeatureType().add(newItem);
 

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


isSetReturnFeatureType

public boolean isSetReturnFeatureType()

unsetReturnFeatureType

public void unsetReturnFeatureType()

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.