Uses of Interface
net.opengis.wfs.LockFeatureResponseType
Packages that use LockFeatureResponseType
-
Uses of LockFeatureResponseType in net.opengis.wfs
Methods in net.opengis.wfs that return LockFeatureResponseTypeModifier and TypeMethodDescriptionWfsFactory.createLockFeatureResponseType()
Returns a new object of class 'Lock Feature Response Type'.DocumentRoot.getLockFeatureResponse()
Returns the value of the 'Lock Feature Response' containment reference.Methods in net.opengis.wfs with parameters of type LockFeatureResponseTypeModifier and TypeMethodDescriptionvoid
DocumentRoot.setLockFeatureResponse
(LockFeatureResponseType value) Sets the value of the 'Lock Feature Response
' containment reference. -
Uses of LockFeatureResponseType in net.opengis.wfs.impl
Classes in net.opengis.wfs.impl that implement LockFeatureResponseTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Lock Feature Response Type'.Methods in net.opengis.wfs.impl that return LockFeatureResponseTypeModifier and TypeMethodDescriptionWfsFactoryImpl.createLockFeatureResponseType()
DocumentRootImpl.getLockFeatureResponse()
Methods in net.opengis.wfs.impl with parameters of type LockFeatureResponseTypeModifier and TypeMethodDescriptionNotificationChain
DocumentRootImpl.basicSetLockFeatureResponse
(LockFeatureResponseType newLockFeatureResponse, NotificationChain msgs) void
DocumentRootImpl.setLockFeatureResponse
(LockFeatureResponseType newLockFeatureResponse) -
Uses of LockFeatureResponseType in net.opengis.wfs.validation
Methods in net.opengis.wfs.validation with parameters of type LockFeatureResponseTypeModifier and TypeMethodDescriptionboolean
DocumentRootValidator.validateLockFeatureResponse
(LockFeatureResponseType value)