public interface LockFeatureResponseType extends EObject(Code)
A representation of the model object 'Lock Feature Response Type'.
The LockFeatureResponseType is used to define an
element to contains the response to a LockFeature
operation.
getFeaturesLocked() Returns the value of the 'Features Locked' containment reference.
The LockFeature or GetFeatureWithLock operations
identify and attempt to lock a set of feature
instances that satisfy the constraints specified
in the request.
Returns the value of the 'Features Locked' containment reference.
The LockFeature or GetFeatureWithLock operations
identify and attempt to lock a set of feature
instances that satisfy the constraints specified
in the request. In the event that the lockAction
attribute (on the LockFeature or GetFeatureWithLock
elements) is set to SOME, a Web Feature Service will
attempt to lock as many of the feature instances from
the result set as possible.
The FeaturesLocked element contains list of ogc:FeatureId
elements enumerating the feature instances that a WFS
actually managed to lock.
the value of the 'Features Locked' containment reference. See Also:LockFeatureResponseType.setFeaturesLocked(FeaturesLockedType) See Also:net.opengis.wfs.WfsPackage.getLockFeatureResponseType_FeaturesLocked
Returns the value of the 'Lock Id' attribute.
The LockFeatureResponse includes a LockId element
that contains a lock identifier. The lock identifier
can be used by a client, in subsequent operations, to
operate upon the locked feature instances.
the value of the 'Lock Id' attribute. See Also:LockFeatureResponseType.setLockId(String) See Also:net.opengis.wfs.WfsPackage.getLockFeatureResponseType_LockId