Interface LockFeatureResponseType

    • Method Detail

      • getLockId

        String getLockId()
        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.
        Returns:
        the value of the 'Lock Id' attribute.
        See Also:
        setLockId(String), WfsPackage.getLockFeatureResponseType_LockId()
      • setLockId

        void setLockId​(String value)
        Sets the value of the 'Lock Id' attribute.
        Parameters:
        value - the new value of the 'Lock Id' attribute.
        See Also:
        getLockId()
      • getFeaturesLocked

        FeaturesLockedType 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. 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.
        Returns:
        the value of the 'Features Locked' containment reference.
        See Also:
        setFeaturesLocked(FeaturesLockedType), WfsPackage.getLockFeatureResponseType_FeaturesLocked()