|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface LockFeatureResponseType
A representation of the model object 'Lock Feature Response Type'. The LockFeatureResponseType is used to define an element to contains the response to a LockFeature operation.
The following features are supported:
WfsPackage.getLockFeatureResponseType()
Method Summary | |
---|---|
FeaturesLockedType |
getFeaturesLocked()
Returns the value of the 'Features Locked' containment reference. |
FeaturesNotLockedType |
getFeaturesNotLocked()
Returns the value of the 'Features Not Locked' containment reference. |
java.lang.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(java.lang.String value)
Sets the value of the ' Lock Id ' attribute. |
Methods inherited from interface org.eclipse.emf.ecore.EObject |
---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset |
Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
---|
eAdapters, eDeliver, eNotify, eSetDeliver |
Method Detail |
---|
java.lang.String getLockId()
setLockId(String)
,
WfsPackage.getLockFeatureResponseType_LockId()
void setLockId(java.lang.String value)
Lock Id
' attribute.
value
- the new value of the 'Lock Id' attribute.getLockId()
FeaturesLockedType getFeaturesLocked()
setFeaturesLocked(FeaturesLockedType)
,
WfsPackage.getLockFeatureResponseType_FeaturesLocked()
void setFeaturesLocked(FeaturesLockedType value)
Features Locked
' containment reference.
value
- the new value of the 'Features Locked' containment reference.getFeaturesLocked()
FeaturesNotLockedType getFeaturesNotLocked()
setFeaturesNotLocked(FeaturesNotLockedType)
,
WfsPackage.getLockFeatureResponseType_FeaturesNotLocked()
void setFeaturesNotLocked(FeaturesNotLockedType value)
Features Not Locked
' containment reference.
value
- the new value of the 'Features Not Locked' containment reference.getFeaturesNotLocked()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |