/** * <copyright> * </copyright> * * $Id$ */ package net.opengis.wfs20; /** * <!-- begin-user-doc --> * A representation of the model object '<em><b>Drop Stored Query Type</b></em>'. * <!-- end-user-doc --> * * <p> * The following features are supported: * <ul> * <li>{@link net.opengis.wfs20.DropStoredQueryType#getId <em>Id</em>}</li> * </ul> * </p> * * @see net.opengis.wfs20.Wfs20Package#getDropStoredQueryType() * @model extendedMetaData="name='DropStoredQuery_._type' kind='empty'" * @generated */ public interface DropStoredQueryType extends BaseRequestType { /** * Returns the value of the '<em><b>Id</b></em>' attribute. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Id</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Id</em>' 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 <em>Id</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Id</em>' attribute. * @see #getId() * @generated */ void setId(String value); } // DropStoredQueryType