Uses of Interface
net.opengis.wfs20.LockFeatureResponseType
- 
Packages that use LockFeatureResponseType Package Description net.opengis.wfs20 net.opengis.wfs20.impl net.opengis.wfs20.util net.opengis.wfs20.validation 
- 
- 
Uses of LockFeatureResponseType in net.opengis.wfs20Methods in net.opengis.wfs20 that return LockFeatureResponseType Modifier and Type Method Description LockFeatureResponseTypeWfs20Factory. createLockFeatureResponseType()Returns a new object of class 'Lock Feature Response Type'.LockFeatureResponseTypeDocumentRoot. getLockFeatureResponse()Returns the value of the 'Lock Feature Response' containment reference.Methods in net.opengis.wfs20 with parameters of type LockFeatureResponseType Modifier and Type Method Description voidDocumentRoot. setLockFeatureResponse(LockFeatureResponseType value)Sets the value of the 'Lock Feature Response' containment reference.
- 
Uses of LockFeatureResponseType in net.opengis.wfs20.implClasses in net.opengis.wfs20.impl that implement LockFeatureResponseType Modifier and Type Class Description classLockFeatureResponseTypeImplAn implementation of the model object 'Lock Feature Response Type'.Methods in net.opengis.wfs20.impl that return LockFeatureResponseType Modifier and Type Method Description LockFeatureResponseTypeWfs20FactoryImpl. createLockFeatureResponseType()LockFeatureResponseTypeDocumentRootImpl. getLockFeatureResponse()Methods in net.opengis.wfs20.impl with parameters of type LockFeatureResponseType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetLockFeatureResponse(LockFeatureResponseType newLockFeatureResponse, NotificationChain msgs)voidDocumentRootImpl. setLockFeatureResponse(LockFeatureResponseType newLockFeatureResponse)
- 
Uses of LockFeatureResponseType in net.opengis.wfs20.utilMethods in net.opengis.wfs20.util with parameters of type LockFeatureResponseType Modifier and Type Method Description TWfs20Switch. 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.validationMethods in net.opengis.wfs20.validation with parameters of type LockFeatureResponseType Modifier and Type Method Description booleanDocumentRootValidator. validateLockFeatureResponse(LockFeatureResponseType value)
 
-