Package net.opengis.wfs20
Interface LockFeatureResponseType
- All Superinterfaces:
EObject
,Notifier
- All Known Implementing Classes:
LockFeatureResponseTypeImpl
public interface LockFeatureResponseType
extends EObject
A representation of the model object 'Lock Feature Response Type'.
The following features are supported:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Features Locked' containment reference.Returns the value of the 'Features Not Locked' containment reference.Returns the value of the 'Lock Id' attribute.void
Sets the value of the 'Features Locked
' containment reference.void
Sets the value of the 'Features Not Locked
' containment reference.void
Sets the value of the 'Lock Id
' attribute.Methods inherited from interface EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
Methods inherited from interface Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getFeaturesLocked
FeaturesLockedType getFeaturesLocked()Returns the value of the 'Features Locked' containment reference.If the meaning of the 'Features Locked' containment reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Features Locked' containment reference.
- See Also:
-
setFeaturesLocked
Sets the value of the 'Features Locked
' containment reference.- Parameters:
value
- the new value of the 'Features Locked' containment reference.- See Also:
-
getFeaturesNotLocked
FeaturesNotLockedType getFeaturesNotLocked()Returns the value of the 'Features Not Locked' containment reference.If the meaning of the 'Features Not Locked' containment reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Features Not Locked' containment reference.
- See Also:
-
setFeaturesNotLocked
Sets the value of the 'Features Not Locked
' containment reference.- Parameters:
value
- the new value of the 'Features Not Locked' containment reference.- See Also:
-
getLockId
String getLockId()Returns the value of the 'Lock Id' attribute.If the meaning of the 'Lock Id' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Lock Id' attribute.
- See Also:
-
setLockId
Sets the value of the 'Lock Id
' attribute.- Parameters:
value
- the new value of the 'Lock Id' attribute.- See Also:
-