|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.opengis.fes._2.AbstractQueryExpressionType
net.opengis.wfs._2_1.StoredQueryType
public class StoredQueryType
Classe Java pour StoredQueryType complex type.
Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe.
<complexType name="StoredQueryType">
<complexContent>
<extension base="{http://www.opengis.net/fes/2.1}AbstractQueryExpressionType">
<sequence>
<element name="Parameter" type="{http://www.opengis.net/wfs/2.1}ParameterType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected String |
id
|
protected List<ParameterType> |
parameter
|
| Fields inherited from class net.opengis.fes._2.AbstractQueryExpressionType |
|---|
handle |
| Constructor Summary | |
|---|---|
StoredQueryType()
|
|
| Method Summary | |
|---|---|
String |
getId()
Obtient la valeur de la propriété id. |
List<ParameterType> |
getParameter()
Gets the value of the parameter property. |
boolean |
isSetId()
|
boolean |
isSetParameter()
|
void |
setId(String value)
Définit la valeur de la propriété id. |
void |
unsetParameter()
|
| Methods inherited from class net.opengis.fes._2.AbstractQueryExpressionType |
|---|
getHandle, isSetHandle, setHandle |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected List<ParameterType> parameter
protected String id
| Constructor Detail |
|---|
public StoredQueryType()
| Method Detail |
|---|
public List<ParameterType> 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
ParameterType
public boolean isSetParameter()
public void unsetParameter()
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 | |||||||||