|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.opengis.wfs._2_1.BaseRequestType
net.opengis.wfs._2_1.GetFeatureType
public class GetFeatureType
Classe Java pour GetFeatureType complex type.
Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe.
<complexType name="GetFeatureType">
<complexContent>
<extension base="{http://www.opengis.net/wfs/2.1}BaseRequestType">
<sequence>
<element ref="{http://www.opengis.net/fes/2.1}AbstractQueryExpression" maxOccurs="unbounded"/>
</sequence>
<attGroup ref="{http://www.opengis.net/wfs/2.1}StandardPresentationParameters"/>
<attGroup ref="{http://www.opengis.net/wfs/2.1}StandardResolveParameters"/>
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected List<JAXBElement<? extends AbstractQueryExpressionType>> |
abstractQueryExpression
|
protected BigInteger |
count
|
protected String |
outputFormat
|
protected ResolveValueType |
resolve
|
protected String |
resolveDepth
|
protected BigInteger |
resolveTimeout
|
protected ResultTypeType |
resultType
|
protected BigInteger |
startIndex
|
| Fields inherited from class net.opengis.wfs._2_1.BaseRequestType |
|---|
handle, SERVICE, VERSION |
| Constructor Summary | |
|---|---|
GetFeatureType()
|
|
| Method Summary | |
|---|---|
List<JAXBElement<? extends AbstractQueryExpressionType>> |
getAbstractQueryExpression()
Gets the value of the abstractQueryExpression property. |
BigInteger |
getCount()
Obtient la valeur de la propriété count. |
String |
getOutputFormat()
Obtient la valeur de la propriété outputFormat. |
ResolveValueType |
getResolve()
Obtient la valeur de la propriété resolve. |
String |
getResolveDepth()
Obtient la valeur de la propriété resolveDepth. |
BigInteger |
getResolveTimeout()
Obtient la valeur de la propriété resolveTimeout. |
ResultTypeType |
getResultType()
Obtient la valeur de la propriété resultType. |
BigInteger |
getStartIndex()
Obtient la valeur de la propriété startIndex. |
boolean |
isSetAbstractQueryExpression()
|
boolean |
isSetCount()
|
boolean |
isSetOutputFormat()
|
boolean |
isSetResolve()
|
boolean |
isSetResolveDepth()
|
boolean |
isSetResolveTimeout()
|
boolean |
isSetResultType()
|
boolean |
isSetStartIndex()
|
void |
setCount(BigInteger value)
Définit la valeur de la propriété count. |
void |
setOutputFormat(String value)
Définit la valeur de la propriété outputFormat. |
void |
setResolve(ResolveValueType value)
Définit la valeur de la propriété resolve. |
void |
setResolveDepth(String value)
Définit la valeur de la propriété resolveDepth. |
void |
setResolveTimeout(BigInteger value)
Définit la valeur de la propriété resolveTimeout. |
void |
setResultType(ResultTypeType value)
Définit la valeur de la propriété resultType. |
void |
setStartIndex(BigInteger value)
Définit la valeur de la propriété startIndex. |
void |
unsetAbstractQueryExpression()
|
| Methods inherited from class net.opengis.wfs._2_1.BaseRequestType |
|---|
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<JAXBElement<? extends AbstractQueryExpressionType>> abstractQueryExpression
protected BigInteger startIndex
protected BigInteger count
protected ResultTypeType resultType
protected String outputFormat
protected ResolveValueType resolve
protected String resolveDepth
protected BigInteger resolveTimeout
| Constructor Detail |
|---|
public GetFeatureType()
| Method Detail |
|---|
public List<JAXBElement<? extends AbstractQueryExpressionType>> getAbstractQueryExpression()
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 abstractQueryExpression property.
For example, to add a new item, do as follows:
getAbstractQueryExpression().add(newItem);
Objects of the following type(s) are allowed in the list
JAXBElement<QueryType>
JAXBElement<AbstractQueryExpressionType>
JAXBElement<AbstractAdhocQueryExpressionType>
JAXBElement<StoredQueryType>
public boolean isSetAbstractQueryExpression()
public void unsetAbstractQueryExpression()
public BigInteger getStartIndex()
BigIntegerpublic void setStartIndex(BigInteger value)
value - allowed object is
BigIntegerpublic boolean isSetStartIndex()
public BigInteger getCount()
BigIntegerpublic void setCount(BigInteger value)
value - allowed object is
BigIntegerpublic boolean isSetCount()
public ResultTypeType getResultType()
ResultTypeTypepublic void setResultType(ResultTypeType value)
value - allowed object is
ResultTypeTypepublic boolean isSetResultType()
public String getOutputFormat()
Stringpublic void setOutputFormat(String value)
value - allowed object is
Stringpublic boolean isSetOutputFormat()
public ResolveValueType getResolve()
ResolveValueTypepublic void setResolve(ResolveValueType value)
value - allowed object is
ResolveValueTypepublic boolean isSetResolve()
public String getResolveDepth()
Stringpublic void setResolveDepth(String value)
value - allowed object is
Stringpublic boolean isSetResolveDepth()
public BigInteger getResolveTimeout()
BigIntegerpublic void setResolveTimeout(BigInteger value)
value - allowed object is
BigIntegerpublic boolean isSetResolveTimeout()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||