net.opengis.wfs._2_1
Class StoredQueryDescriptionType

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

public class StoredQueryDescriptionType
extends Object

Classe Java pour StoredQueryDescriptionType complex type.

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

 <complexType name="StoredQueryDescriptionType">
   <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 ref="{http://www.opengis.net/wfs/2.1}Abstract" maxOccurs="unbounded" minOccurs="0"/>
         <element ref="{http://www.opengis.net/ows/2.0}Metadata" maxOccurs="unbounded" minOccurs="0"/>
         <element name="Parameter" type="{http://www.opengis.net/wfs/2.1}ParameterExpressionType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="QueryExpressionText" type="{http://www.opengis.net/wfs/2.1}QueryExpressionTextType" maxOccurs="unbounded"/>
       </sequence>
       <attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  List<Abstract> _abstract
           
protected  String id
           
protected  List<MetadataType> metadata
           
protected  List<ParameterExpressionType> parameter
           
protected  List<QueryExpressionTextType> queryExpressionText
           
protected  List<Title> title
           
 
Constructor Summary
StoredQueryDescriptionType()
           
 
Method Summary
 List<Abstract> getAbstract()
          Gets the value of the abstract property.
 String getId()
          Obtient la valeur de la propriété id.
 List<MetadataType> getMetadata()
          Gets the value of the metadata property.
 List<ParameterExpressionType> getParameter()
          Gets the value of the parameter property.
 List<QueryExpressionTextType> getQueryExpressionText()
          Gets the value of the queryExpressionText property.
 List<Title> getTitle()
          Gets the value of the title property.
 boolean isSetAbstract()
           
 boolean isSetId()
           
 boolean isSetMetadata()
           
 boolean isSetParameter()
           
 boolean isSetQueryExpressionText()
           
 boolean isSetTitle()
           
 void setId(String value)
          Définit la valeur de la propriété id.
 void unsetAbstract()
           
 void unsetMetadata()
           
 void unsetParameter()
           
 void unsetQueryExpressionText()
           
 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

_abstract

protected List<Abstract> _abstract

metadata

protected List<MetadataType> metadata

parameter

protected List<ParameterExpressionType> parameter

queryExpressionText

protected List<QueryExpressionTextType> queryExpressionText

id

protected String id
Constructor Detail

StoredQueryDescriptionType

public StoredQueryDescriptionType()
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()

getAbstract

public List<Abstract> getAbstract()
Gets the value of the abstract 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 abstract property.

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

    getAbstract().add(newItem);
 

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


isSetAbstract

public boolean isSetAbstract()

unsetAbstract

public void unsetAbstract()

getMetadata

public List<MetadataType> getMetadata()
Gets the value of the metadata 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 metadata property.

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

    getMetadata().add(newItem);
 

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


isSetMetadata

public boolean isSetMetadata()

unsetMetadata

public void unsetMetadata()

getParameter

public List<ParameterExpressionType> 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 ParameterExpressionType


isSetParameter

public boolean isSetParameter()

unsetParameter

public void unsetParameter()

getQueryExpressionText

public List<QueryExpressionTextType> getQueryExpressionText()
Gets the value of the queryExpressionText 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 queryExpressionText property.

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

    getQueryExpressionText().add(newItem);
 

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


isSetQueryExpressionText

public boolean isSetQueryExpressionText()

unsetQueryExpressionText

public void unsetQueryExpressionText()

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.