Uses of Interface
net.opengis.wfs20.LockFeatureResponseType
Packages that use LockFeatureResponseType
Package
Description
-
Uses of LockFeatureResponseType in net.opengis.wfs20
Methods in net.opengis.wfs20 that return LockFeatureResponseTypeModifier and TypeMethodDescriptionWfs20Factory.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.wfs20 with parameters of type LockFeatureResponseTypeModifier and TypeMethodDescriptionvoidDocumentRoot.setLockFeatureResponse(LockFeatureResponseType value) Sets the value of the 'Lock Feature Response' containment reference. -
Uses of LockFeatureResponseType in net.opengis.wfs20.impl
Classes in net.opengis.wfs20.impl that implement LockFeatureResponseTypeModifier and TypeClassDescriptionclassAn implementation of the model object 'Lock Feature Response Type'.Methods in net.opengis.wfs20.impl that return LockFeatureResponseTypeModifier and TypeMethodDescriptionWfs20FactoryImpl.createLockFeatureResponseType()DocumentRootImpl.getLockFeatureResponse()Methods in net.opengis.wfs20.impl with parameters of type LockFeatureResponseTypeModifier and TypeMethodDescriptionNotificationChainDocumentRootImpl.basicSetLockFeatureResponse(LockFeatureResponseType newLockFeatureResponse, NotificationChain msgs) voidDocumentRootImpl.setLockFeatureResponse(LockFeatureResponseType newLockFeatureResponse) -
Uses of LockFeatureResponseType in net.opengis.wfs20.util
Methods in net.opengis.wfs20.util with parameters of type LockFeatureResponseTypeModifier and TypeMethodDescriptionWfs20Switch.caseLockFeatureResponseType(LockFeatureResponseType object) Returns the result of interpreting the object as an instance of 'Lock Feature Response Type'.booleanWfs20Validator.validateLockFeatureResponseType(LockFeatureResponseType lockFeatureResponseType, DiagnosticChain diagnostics, Map<Object, Object> context) -
Uses of LockFeatureResponseType in net.opengis.wfs20.validation
Methods in net.opengis.wfs20.validation with parameters of type LockFeatureResponseTypeModifier and TypeMethodDescriptionbooleanDocumentRootValidator.validateLockFeatureResponse(LockFeatureResponseType value)