/** * * * * $Id$ */ package net.opengis.wfs20; import org.eclipse.emf.ecore.EObject; /** * * A representation of the model object 'Lock Feature Response Type'. * * *

* The following features are supported: *

*

* * @see net.opengis.wfs20.Wfs20Package#getLockFeatureResponseType() * @model extendedMetaData="name='LockFeatureResponseType' kind='elementOnly'" * @generated */ public interface LockFeatureResponseType extends EObject { /** * 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... *

* * @return the value of the 'Features Locked' containment reference. * @see #setFeaturesLocked(FeaturesLockedType) * @see net.opengis.wfs20.Wfs20Package#getLockFeatureResponseType_FeaturesLocked() * @model containment="true" * extendedMetaData="kind='element' name='FeaturesLocked' namespace='##targetNamespace'" * @generated */ FeaturesLockedType getFeaturesLocked(); /** * Sets the value of the '{@link net.opengis.wfs20.LockFeatureResponseType#getFeaturesLocked Features Locked}' containment reference. * * * @param value the new value of the 'Features Locked' containment reference. * @see #getFeaturesLocked() * @generated */ void setFeaturesLocked(FeaturesLockedType value); /** * 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... *

* * @return the value of the 'Features Not Locked' containment reference. * @see #setFeaturesNotLocked(FeaturesNotLockedType) * @see net.opengis.wfs20.Wfs20Package#getLockFeatureResponseType_FeaturesNotLocked() * @model containment="true" * extendedMetaData="kind='element' name='FeaturesNotLocked' namespace='##targetNamespace'" * @generated */ FeaturesNotLockedType getFeaturesNotLocked(); /** * Sets the value of the '{@link net.opengis.wfs20.LockFeatureResponseType#getFeaturesNotLocked Features Not Locked}' containment reference. * * * @param value the new value of the 'Features Not Locked' containment reference. * @see #getFeaturesNotLocked() * @generated */ void setFeaturesNotLocked(FeaturesNotLockedType value); /** * 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... *

* * @return the value of the 'Lock Id' attribute. * @see #setLockId(String) * @see net.opengis.wfs20.Wfs20Package#getLockFeatureResponseType_LockId() * @model dataType="org.eclipse.emf.ecore.xml.type.String" * extendedMetaData="kind='attribute' name='lockId'" * @generated */ String getLockId(); /** * Sets the value of the '{@link net.opengis.wfs20.LockFeatureResponseType#getLockId Lock Id}' attribute. * * * @param value the new value of the 'Lock Id' attribute. * @see #getLockId() * @generated */ void setLockId(String value); } // LockFeatureResponseType