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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FeaturesLockedType
getFeaturesLocked()
Returns the value of the 'Features Locked' containment reference.FeaturesNotLockedType
getFeaturesNotLocked()
Returns the value of the 'Features Not Locked' containment reference.String
getLockId()
Returns the value of the 'Lock Id' attribute.void
setFeaturesLocked(FeaturesLockedType value)
Sets the value of the 'Features Locked
' containment reference.void
setFeaturesNotLocked(FeaturesNotLockedType value)
Sets the value of the 'Features Not Locked
' containment reference.void
setLockId(String value)
Sets the value of the 'Lock Id
' attribute.
-
-
-
Method Detail
-
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(FeaturesLockedType)
,Wfs20Package.getLockFeatureResponseType_FeaturesLocked()
-
setFeaturesLocked
void setFeaturesLocked(FeaturesLockedType value)
Sets the value of the 'Features Locked
' containment reference.- Parameters:
value
- the new value of the 'Features Locked' containment reference.- See Also:
getFeaturesLocked()
-
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(FeaturesNotLockedType)
,Wfs20Package.getLockFeatureResponseType_FeaturesNotLocked()
-
setFeaturesNotLocked
void setFeaturesNotLocked(FeaturesNotLockedType value)
Sets the value of the 'Features Not Locked
' containment reference.- Parameters:
value
- the new value of the 'Features Not Locked' containment reference.- See Also:
getFeaturesNotLocked()
-
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(String)
,Wfs20Package.getLockFeatureResponseType_LockId()
-
setLockId
void setLockId(String value)
Sets the value of the 'Lock Id
' attribute.- Parameters:
value
- the new value of the 'Lock Id' attribute.- See Also:
getLockId()
-
-