/** * * * * $Id$ */ package net.opengis.wfs20; /** * * A representation of the model object 'Drop Stored Query Type'. * * *

* The following features are supported: *

*

* * @see net.opengis.wfs20.Wfs20Package#getDropStoredQueryType() * @model extendedMetaData="name='DropStoredQuery_._type' kind='empty'" * @generated */ public interface DropStoredQueryType extends BaseRequestType { /** * Returns the value of the 'Id' attribute. * *

* If the meaning of the 'Id' attribute isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Id' attribute. * @see #setId(String) * @see net.opengis.wfs20.Wfs20Package#getDropStoredQueryType_Id() * @model dataType="org.eclipse.emf.ecore.xml.type.AnyURI" required="true" * extendedMetaData="kind='attribute' name='id'" * @generated */ String getId(); /** * Sets the value of the '{@link net.opengis.wfs20.DropStoredQueryType#getId Id}' attribute. * * * @param value the new value of the 'Id' attribute. * @see #getId() * @generated */ void setId(String value); } // DropStoredQueryType