net.opengis.wfs._2_1
Class QueryExpressionTextType

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

public class QueryExpressionTextType
extends Object

Classe Java pour QueryExpressionTextType complex type.

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

 <complexType name="QueryExpressionTextType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice>
         <any processContents='skip' namespace='##other' maxOccurs="unbounded" minOccurs="0"/>
         <any processContents='skip' namespace='http://www.opengis.net/wfs/2.1' maxOccurs="unbounded" minOccurs="0"/>
       </choice>
       <attribute name="returnFeatureTypes" use="required" type="{http://www.opengis.net/wfs/2.1}ReturnFeatureTypesListType" />
       <attribute name="language" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
       <attribute name="isPrivate" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  List<Object> content
           
protected  Boolean isPrivate
           
protected  String language
           
protected  List<QName> returnFeatureTypes
           
 
Constructor Summary
QueryExpressionTextType()
           
 
Method Summary
 List<Object> getContent()
          Gets the value of the content property.
 String getLanguage()
          Obtient la valeur de la propriété language.
 List<QName> getReturnFeatureTypes()
          Gets the value of the returnFeatureTypes property.
 boolean isIsPrivate()
          Obtient la valeur de la propriété isPrivate.
 boolean isSetContent()
           
 boolean isSetIsPrivate()
           
 boolean isSetLanguage()
           
 boolean isSetReturnFeatureTypes()
           
 void setIsPrivate(boolean value)
          Définit la valeur de la propriété isPrivate.
 void setLanguage(String value)
          Définit la valeur de la propriété language.
 void unsetContent()
           
 void unsetIsPrivate()
           
 void unsetReturnFeatureTypes()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

content

protected List<Object> content

returnFeatureTypes

protected List<QName> returnFeatureTypes

language

protected String language

isPrivate

protected Boolean isPrivate
Constructor Detail

QueryExpressionTextType

public QueryExpressionTextType()
Method Detail

getContent

public List<Object> getContent()
Gets the value of the content 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 content property.

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

    getContent().add(newItem);
 

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


isSetContent

public boolean isSetContent()

unsetContent

public void unsetContent()

getReturnFeatureTypes

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

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

    getReturnFeatureTypes().add(newItem);
 

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


isSetReturnFeatureTypes

public boolean isSetReturnFeatureTypes()

unsetReturnFeatureTypes

public void unsetReturnFeatureTypes()

getLanguage

public String getLanguage()
Obtient la valeur de la propriété language.

Returns:
possible object is String

setLanguage

public void setLanguage(String value)
Définit la valeur de la propriété language.

Parameters:
value - allowed object is String

isSetLanguage

public boolean isSetLanguage()

isIsPrivate

public boolean isIsPrivate()
Obtient la valeur de la propriété isPrivate.

Returns:
possible object is Boolean

setIsPrivate

public void setIsPrivate(boolean value)
Définit la valeur de la propriété isPrivate.

Parameters:
value - allowed object is Boolean

isSetIsPrivate

public boolean isSetIsPrivate()

unsetIsPrivate

public void unsetIsPrivate()


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