/** * * * * $Id$ */ package net.opengis.wfs20; import org.eclipse.emf.common.util.EList; import org.eclipse.emf.ecore.EObject; import org.geotools.feature.FeatureCollection; /** * * A representation of the model object 'Simple Feature Collection Type'. * * *

* The following features are supported: *

*

* * @see net.opengis.wfs20.Wfs20Package#getSimpleFeatureCollectionType() * @model extendedMetaData="name='SimpleFeatureCollectionType' kind='elementOnly'" * @generated */ public interface SimpleFeatureCollectionType extends EObject { /** * Returns the value of the 'Bounded By' containment reference. * *

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

* * @return the value of the 'Bounded By' containment reference. * @see #setBoundedBy(EnvelopePropertyType) * @see net.opengis.wfs20.Wfs20Package#getSimpleFeatureCollectionType_BoundedBy() * @model containment="true" * extendedMetaData="kind='element' name='boundedBy' namespace='##targetNamespace'" * @generated */ EnvelopePropertyType getBoundedBy(); /** * Sets the value of the '{@link net.opengis.wfs20.SimpleFeatureCollectionType#getBoundedBy Bounded By}' containment reference. * * * @param value the new value of the 'Bounded By' containment reference. * @see #getBoundedBy() * @generated */ void setBoundedBy(EnvelopePropertyType value); /** * Returns the value of the 'Member' containment reference list. * The list contents are of type {@link net.opengis.wfs20.MemberPropertyType}. * *

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

* * @return the value of the 'Member' containment reference list. * @see net.opengis.wfs20.Wfs20Package#getSimpleFeatureCollectionType_Member() * @model */ EList getMember(); } // SimpleFeatureCollectionType