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.wfs20
Methods in net.opengis.wfs20 that return LockFeatureResponseType Modifier and Type Method Description LockFeatureResponseType
Wfs20Factory. createLockFeatureResponseType()
Returns a new object of class 'Lock Feature Response Type'.LockFeatureResponseType
DocumentRoot. 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 void
DocumentRoot. 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 LockFeatureResponseType Modifier and Type Class Description class
LockFeatureResponseTypeImpl
An implementation of the model object 'Lock Feature Response Type'.Methods in net.opengis.wfs20.impl that return LockFeatureResponseType Modifier and Type Method Description LockFeatureResponseType
Wfs20FactoryImpl. createLockFeatureResponseType()
LockFeatureResponseType
DocumentRootImpl. getLockFeatureResponse()
Methods in net.opengis.wfs20.impl with parameters of type LockFeatureResponseType Modifier and Type Method Description NotificationChain
DocumentRootImpl. basicSetLockFeatureResponse(LockFeatureResponseType newLockFeatureResponse, NotificationChain msgs)
void
DocumentRootImpl. setLockFeatureResponse(LockFeatureResponseType newLockFeatureResponse)
-
Uses of LockFeatureResponseType in net.opengis.wfs20.util
Methods in net.opengis.wfs20.util with parameters of type LockFeatureResponseType Modifier and Type Method Description T
Wfs20Switch. caseLockFeatureResponseType(LockFeatureResponseType object)
Returns the result of interpreting the object as an instance of 'Lock Feature Response Type'.boolean
Wfs20Validator. 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 LockFeatureResponseType Modifier and Type Method Description boolean
DocumentRootValidator. validateLockFeatureResponse(LockFeatureResponseType value)
-