net.opengis.wfs._2_1
Class GetFeatureWithLockType
java.lang.Object
net.opengis.wfs._2_1.BaseRequestType
net.opengis.wfs._2_1.GetFeatureType
net.opengis.wfs._2_1.GetFeatureWithLockType
public class GetFeatureWithLockType
- extends GetFeatureType
Classe Java pour GetFeatureWithLockType complex type.
Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe.
<complexType name="GetFeatureWithLockType">
<complexContent>
<extension base="{http://www.opengis.net/wfs/2.1}GetFeatureType">
<attribute name="expiry" type="{http://www.w3.org/2001/XMLSchema}positiveInteger" default="300" />
<attribute name="lockAction" type="{http://www.opengis.net/wfs/2.1}AllSomeType" default="ALL" />
</extension>
</complexContent>
</complexType>
| Methods inherited from class net.opengis.wfs._2_1.GetFeatureType |
getAbstractQueryExpression, getCount, getOutputFormat, getResolve, getResolveDepth, getResolveTimeout, getResultType, getStartIndex, isSetAbstractQueryExpression, isSetCount, isSetOutputFormat, isSetResolve, isSetResolveDepth, isSetResolveTimeout, isSetResultType, isSetStartIndex, setCount, setOutputFormat, setResolve, setResolveDepth, setResolveTimeout, setResultType, setStartIndex, unsetAbstractQueryExpression |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
expiry
protected BigInteger expiry
lockAction
protected AllSomeType lockAction
GetFeatureWithLockType
public GetFeatureWithLockType()
getExpiry
public BigInteger getExpiry()
- Obtient la valeur de la propriété expiry.
- Returns:
- possible object is
BigInteger
setExpiry
public void setExpiry(BigInteger value)
- Définit la valeur de la propriété expiry.
- Parameters:
value - allowed object is
BigInteger
isSetExpiry
public boolean isSetExpiry()
getLockAction
public AllSomeType getLockAction()
- Obtient la valeur de la propriété lockAction.
- Returns:
- possible object is
AllSomeType
setLockAction
public void setLockAction(AllSomeType value)
- Définit la valeur de la propriété lockAction.
- Parameters:
value - allowed object is
AllSomeType
isSetLockAction
public boolean isSetLockAction()
Copyright © 2014 IRSTV CNRS-FR-2488. All Rights Reserved.