/** * * * * $Id$ */ package net.opengis.wfs20; import javax.xml.namespace.QName; import org.eclipse.emf.common.util.EList; import org.eclipse.emf.ecore.EObject; /** * * A representation of the model object 'Stored Query List Item Type'. * * *

* The following features are supported: *

*

* * @see net.opengis.wfs20.Wfs20Package#getStoredQueryListItemType() * @model extendedMetaData="name='StoredQueryListItemType' kind='elementOnly'" * @generated */ public interface StoredQueryListItemType extends EObject { /** * Returns the value of the 'Title' containment reference list. * The list contents are of type {@link net.opengis.wfs20.TitleType}. * *

* If the meaning of the 'Title' containment reference list isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Title' containment reference list. * @see net.opengis.wfs20.Wfs20Package#getStoredQueryListItemType_Title() * @model containment="true" * extendedMetaData="kind='element' name='Title' namespace='##targetNamespace'" * @generated */ EList getTitle(); /** * Returns the value of the 'Return Feature Type' attribute list. * The list contents are of type {@link javax.xml.namespace.QName}. * *

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

* * @return the value of the 'Return Feature Type' attribute list. * @see net.opengis.wfs20.Wfs20Package#getStoredQueryListItemType_ReturnFeatureType() * @model unique="false" dataType="org.eclipse.emf.ecore.xml.type.QName" required="true" * extendedMetaData="kind='element' name='ReturnFeatureType' namespace='##targetNamespace'" * @generated */ EList getReturnFeatureType(); /** * 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#getStoredQueryListItemType_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.StoredQueryListItemType#getId Id}' attribute. * * * @param value the new value of the 'Id' attribute. * @see #getId() * @generated */ void setId(String value); } // StoredQueryListItemType