|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.opengis.wfs._2_1.QueryExpressionTextType
public class QueryExpressionTextType
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 |
|---|
protected List<Object> content
protected List<QName> returnFeatureTypes
protected String language
protected Boolean isPrivate
| Constructor Detail |
|---|
public QueryExpressionTextType()
| Method Detail |
|---|
public List<Object> getContent()
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
public boolean isSetContent()
public void unsetContent()
public List<QName> getReturnFeatureTypes()
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
public boolean isSetReturnFeatureTypes()
public void unsetReturnFeatureTypes()
public String getLanguage()
Stringpublic void setLanguage(String value)
value - allowed object is
Stringpublic boolean isSetLanguage()
public boolean isIsPrivate()
Booleanpublic void setIsPrivate(boolean value)
value - allowed object is
Booleanpublic boolean isSetIsPrivate()
public void unsetIsPrivate()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||