Package net.opengis.wfs20
Interface LockFeatureResponseType
-
- All Superinterfaces:
EObject,Notifier
- All Known Implementing Classes:
LockFeatureResponseTypeImpl
public interface LockFeatureResponseType extends EObjectA 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 FeaturesLockedTypegetFeaturesLocked()Returns the value of the 'Features Locked' containment reference.FeaturesNotLockedTypegetFeaturesNotLocked()Returns the value of the 'Features Not Locked' containment reference.StringgetLockId()Returns the value of the 'Lock Id' attribute.voidsetFeaturesLocked(FeaturesLockedType value)Sets the value of the 'Features Locked' containment reference.voidsetFeaturesNotLocked(FeaturesNotLockedType value)Sets the value of the 'Features Not Locked' containment reference.voidsetLockId(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()
-
-