net.opengis.wfs._2_1
Class LockFeatureResponseType

java.lang.Object
  extended by net.opengis.wfs._2_1.LockFeatureResponseType

public class LockFeatureResponseType
extends Object

Classe Java pour LockFeatureResponseType complex type.

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

 <complexType name="LockFeatureResponseType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="FeaturesLocked" type="{http://www.opengis.net/wfs/2.1}FeaturesLockedType" minOccurs="0"/>
         <element name="FeaturesNotLocked" type="{http://www.opengis.net/wfs/2.1}FeaturesNotLockedType" minOccurs="0"/>
       </sequence>
       <attribute name="lockId" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  FeaturesLockedType featuresLocked
           
protected  FeaturesNotLockedType featuresNotLocked
           
protected  String lockId
           
 
Constructor Summary
LockFeatureResponseType()
           
 
Method Summary
 FeaturesLockedType getFeaturesLocked()
          Obtient la valeur de la propriété featuresLocked.
 FeaturesNotLockedType getFeaturesNotLocked()
          Obtient la valeur de la propriété featuresNotLocked.
 String getLockId()
          Obtient la valeur de la propriété lockId.
 boolean isSetFeaturesLocked()
           
 boolean isSetFeaturesNotLocked()
           
 boolean isSetLockId()
           
 void setFeaturesLocked(FeaturesLockedType value)
          Définit la valeur de la propriété featuresLocked.
 void setFeaturesNotLocked(FeaturesNotLockedType value)
          Définit la valeur de la propriété featuresNotLocked.
 void setLockId(String value)
          Définit la valeur de la propriété lockId.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

featuresLocked

protected FeaturesLockedType featuresLocked

featuresNotLocked

protected FeaturesNotLockedType featuresNotLocked

lockId

protected String lockId
Constructor Detail

LockFeatureResponseType

public LockFeatureResponseType()
Method Detail

getFeaturesLocked

public FeaturesLockedType getFeaturesLocked()
Obtient la valeur de la propriété featuresLocked.

Returns:
possible object is FeaturesLockedType

setFeaturesLocked

public void setFeaturesLocked(FeaturesLockedType value)
Définit la valeur de la propriété featuresLocked.

Parameters:
value - allowed object is FeaturesLockedType

isSetFeaturesLocked

public boolean isSetFeaturesLocked()

getFeaturesNotLocked

public FeaturesNotLockedType getFeaturesNotLocked()
Obtient la valeur de la propriété featuresNotLocked.

Returns:
possible object is FeaturesNotLockedType

setFeaturesNotLocked

public void setFeaturesNotLocked(FeaturesNotLockedType value)
Définit la valeur de la propriété featuresNotLocked.

Parameters:
value - allowed object is FeaturesNotLockedType

isSetFeaturesNotLocked

public boolean isSetFeaturesNotLocked()

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()


Copyright © 2014 IRSTV CNRS-FR-2488. All Rights Reserved.