net.opengis.wfs._2_1
Class LockFeatureType

java.lang.Object
  extended by net.opengis.wfs._2_1.BaseRequestType
      extended by net.opengis.wfs._2_1.LockFeatureType

public class LockFeatureType
extends BaseRequestType

Classe Java pour LockFeatureType complex type.

Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe.

 <complexType name="LockFeatureType">
   <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>
       <attribute name="lockId" type="{http://www.w3.org/2001/XMLSchema}string" />
       <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  List<JAXBElement<? extends AbstractQueryExpressionType>> abstractQueryExpression
           
protected  BigInteger expiry
           
protected  AllSomeType lockAction
           
protected  String lockId
           
 
Fields inherited from class net.opengis.wfs._2_1.BaseRequestType
handle, SERVICE, VERSION
 
Constructor Summary
LockFeatureType()
           
 
Method Summary
 List<JAXBElement<? extends AbstractQueryExpressionType>> getAbstractQueryExpression()
          Gets the value of the abstractQueryExpression property.
 BigInteger getExpiry()
          Obtient la valeur de la propriété expiry.
 AllSomeType getLockAction()
          Obtient la valeur de la propriété lockAction.
 String getLockId()
          Obtient la valeur de la propriété lockId.
 boolean isSetAbstractQueryExpression()
           
 boolean isSetExpiry()
           
 boolean isSetLockAction()
           
 boolean isSetLockId()
           
 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.
 void setLockId(String value)
          Définit la valeur de la propriété lockId.
 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

abstractQueryExpression

protected List<JAXBElement<? extends AbstractQueryExpressionType>> abstractQueryExpression

lockId

protected String lockId

expiry

protected BigInteger expiry

lockAction

protected AllSomeType lockAction
Constructor Detail

LockFeatureType

public LockFeatureType()
Method Detail

getAbstractQueryExpression

public List<JAXBElement<? extends AbstractQueryExpressionType>> getAbstractQueryExpression()
Gets the value of the abstractQueryExpression property.

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>


isSetAbstractQueryExpression

public boolean isSetAbstractQueryExpression()

unsetAbstractQueryExpression

public void unsetAbstractQueryExpression()

getLockId

public String getLockId()
Obtient la valeur de la propriété lockId.

Returns:
possible object is String

setLockId

public void setLockId(String value)
Définit la valeur de la propriété lockId.

Parameters:
value - allowed object is String

isSetLockId

public boolean isSetLockId()

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.