/** * * * * $Id$ */ package net.opengis.wfs20; import org.eclipse.emf.ecore.EObject; import org.eclipse.emf.ecore.util.FeatureMap; /** * * A representation of the model object 'Additional Values Type'. * * *

* The following features are supported: *

*

* * @see net.opengis.wfs20.Wfs20Package#getAdditionalValuesType() * @model extendedMetaData="name='additionalValues_._type' kind='elementOnly'" * @generated */ public interface AdditionalValuesType extends EObject { /** * Returns the value of the 'Value Collection' containment reference. * *

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

* * @return the value of the 'Value Collection' containment reference. * @see #setValueCollection(ValueCollectionType) * @see net.opengis.wfs20.Wfs20Package#getAdditionalValuesType_ValueCollection() * @model containment="true" * extendedMetaData="kind='element' name='ValueCollection' namespace='##targetNamespace'" * @generated */ ValueCollectionType getValueCollection(); /** * Sets the value of the '{@link net.opengis.wfs20.AdditionalValuesType#getValueCollection Value Collection}' containment reference. * * * @param value the new value of the 'Value Collection' containment reference. * @see #getValueCollection() * @generated */ void setValueCollection(ValueCollectionType value); /** * Returns the value of the 'Simple Feature Collection Group' attribute list. * The list contents are of type {@link org.eclipse.emf.ecore.util.FeatureMap.Entry}. * *

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

* * @return the value of the 'Simple Feature Collection Group' attribute list. * @see net.opengis.wfs20.Wfs20Package#getAdditionalValuesType_SimpleFeatureCollectionGroup() * @model dataType="org.eclipse.emf.ecore.EFeatureMapEntry" many="false" * extendedMetaData="kind='group' name='SimpleFeatureCollection:group' namespace='##targetNamespace'" * @generated */ FeatureMap getSimpleFeatureCollectionGroup(); /** * Returns the value of the 'Simple Feature Collection' containment reference. * *

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

* * @return the value of the 'Simple Feature Collection' containment reference. * @see #setSimpleFeatureCollection(SimpleFeatureCollectionType) * @see net.opengis.wfs20.Wfs20Package#getAdditionalValuesType_SimpleFeatureCollection() * @model containment="true" transient="true" volatile="true" derived="true" * extendedMetaData="kind='element' name='SimpleFeatureCollection' namespace='##targetNamespace' group='SimpleFeatureCollection:group'" * @generated */ SimpleFeatureCollectionType getSimpleFeatureCollection(); /** * Sets the value of the '{@link net.opengis.wfs20.AdditionalValuesType#getSimpleFeatureCollection Simple Feature Collection}' containment reference. * * * @param value the new value of the 'Simple Feature Collection' containment reference. * @see #getSimpleFeatureCollection() * @generated */ void setSimpleFeatureCollection(SimpleFeatureCollectionType value); } // AdditionalValuesType