Uses of Interface
net.opengis.wfs.LockFeatureResponseType
- 
Packages that use LockFeatureResponseType Package Description net.opengis.wfs net.opengis.wfs.impl net.opengis.wfs.validation 
- 
- 
Uses of LockFeatureResponseType in net.opengis.wfsMethods in net.opengis.wfs that return LockFeatureResponseType Modifier and Type Method Description LockFeatureResponseTypeWfsFactory. 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.wfs 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.wfs.implClasses in net.opengis.wfs.impl that implement LockFeatureResponseType Modifier and Type Class Description classLockFeatureResponseTypeImplAn implementation of the model object 'Lock Feature Response Type'.Methods in net.opengis.wfs.impl that return LockFeatureResponseType Modifier and Type Method Description LockFeatureResponseTypeWfsFactoryImpl. createLockFeatureResponseType()LockFeatureResponseTypeDocumentRootImpl. getLockFeatureResponse()Methods in net.opengis.wfs.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.wfs.validationMethods in net.opengis.wfs.validation with parameters of type LockFeatureResponseType Modifier and Type Method Description booleanDocumentRootValidator. validateLockFeatureResponse(LockFeatureResponseType value)
 
-