net.opengis.wfs._2_1
Class GetFeatureWithLockType

java.lang.Object
  extended by net.opengis.wfs._2_1.BaseRequestType
      extended by net.opengis.wfs._2_1.GetFeatureType
          extended by 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>
 


Field Summary
protected  BigInteger expiry
           
protected  AllSomeType lockAction
           
 
Fields inherited from class net.opengis.wfs._2_1.GetFeatureType
abstractQueryExpression, count, outputFormat, resolve, resolveDepth, resolveTimeout, resultType, startIndex
 
Fields inherited from class net.opengis.wfs._2_1.BaseRequestType
handle, SERVICE, VERSION
 
Constructor Summary
GetFeatureWithLockType()
           
 
Method Summary
 BigInteger getExpiry()
          Obtient la valeur de la propriété expiry.
 AllSomeType getLockAction()
          Obtient la valeur de la propriété lockAction.
 boolean isSetExpiry()
           
 boolean isSetLockAction()
           
 void setExpiry(BigInteger value)
          Définit la valeur de la propriété expiry.
 void setLockAction(AllSomeType value)
          Définit la valeur de la propriété lockAction.
 
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 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

expiry

protected BigInteger expiry

lockAction

protected AllSomeType lockAction
Constructor Detail

GetFeatureWithLockType

public GetFeatureWithLockType()
Method Detail

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.