|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.opengis.wfs._2_1.StoredQueryDescriptionType
public class StoredQueryDescriptionType
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 |
|---|
protected List<Title> title
protected List<Abstract> _abstract
protected List<MetadataType> metadata
protected List<ParameterExpressionType> parameter
protected List<QueryExpressionTextType> queryExpressionText
protected String id
| Constructor Detail |
|---|
public StoredQueryDescriptionType()
| Method Detail |
|---|
public List<Title> getTitle()
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
public boolean isSetTitle()
public void unsetTitle()
public List<Abstract> getAbstract()
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
public boolean isSetAbstract()
public void unsetAbstract()
public List<MetadataType> getMetadata()
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
public boolean isSetMetadata()
public void unsetMetadata()
public List<ParameterExpressionType> getParameter()
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
public boolean isSetParameter()
public void unsetParameter()
public List<QueryExpressionTextType> getQueryExpressionText()
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
public boolean isSetQueryExpressionText()
public void unsetQueryExpressionText()
public String getId()
Stringpublic void setId(String value)
value - allowed object is
Stringpublic boolean isSetId()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||