/** * * * * $Id$ */ package net.opengis.fes20; import org.eclipse.emf.common.util.EMap; import org.eclipse.emf.ecore.EObject; import org.eclipse.emf.ecore.util.FeatureMap; /** * * A representation of the model object 'Document Root'. * * *

* The following features are supported: *

*

* * @see net.opengis.fes20.Fes20Package#getDocumentRoot() * @model extendedMetaData="name='' kind='mixed'" * @generated */ public interface DocumentRoot extends EObject { /** * Returns the value of the 'Mixed' attribute list. * The list contents are of type {@link org.eclipse.emf.ecore.util.FeatureMap.Entry}. * *

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

* * @return the value of the 'Mixed' attribute list. * @see net.opengis.fes20.Fes20Package#getDocumentRoot_Mixed() * @model unique="false" dataType="org.eclipse.emf.ecore.EFeatureMapEntry" many="true" * extendedMetaData="kind='elementWildcard' name=':mixed'" * @generated */ FeatureMap getMixed(); /** * Returns the value of the 'XMLNS Prefix Map' map. * The key is of type {@link java.lang.String}, * and the value is of type {@link java.lang.String}, * *

* If the meaning of the 'XMLNS Prefix Map' map isn't clear, * there really should be more of a description here... *

* * @return the value of the 'XMLNS Prefix Map' map. * @see net.opengis.fes20.Fes20Package#getDocumentRoot_XMLNSPrefixMap() * @model mapType="org.eclipse.emf.ecore.EStringToStringMapEntry" transient="true" * extendedMetaData="kind='attribute' name='xmlns:prefix'" * @generated */ EMap getXMLNSPrefixMap(); /** * Returns the value of the 'XSI Schema Location' map. * The key is of type {@link java.lang.String}, * and the value is of type {@link java.lang.String}, * *

* If the meaning of the 'XSI Schema Location' map isn't clear, * there really should be more of a description here... *

* * @return the value of the 'XSI Schema Location' map. * @see net.opengis.fes20.Fes20Package#getDocumentRoot_XSISchemaLocation() * @model mapType="org.eclipse.emf.ecore.EStringToStringMapEntry" transient="true" * extendedMetaData="kind='attribute' name='xsi:schemaLocation'" * @generated */ EMap getXSISchemaLocation(); /** * Returns the value of the 'Id' containment reference. * *

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

* * @return the value of the 'Id' containment reference. * @see net.opengis.fes20.Fes20Package#getDocumentRoot_Id() * @model containment="true" upper="-2" transient="true" changeable="false" volatile="true" derived="true" * extendedMetaData="kind='element' name='_Id' namespace='##targetNamespace'" * @generated */ AbstractIdType getId(); /** * Returns the value of the 'Abstract Adhoc Query Expression' containment reference. * *

* If the meaning of the 'Abstract Adhoc Query Expression' containment reference isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Abstract Adhoc Query Expression' containment reference. * @see net.opengis.fes20.Fes20Package#getDocumentRoot_AbstractAdhocQueryExpression() * @model containment="true" upper="-2" transient="true" changeable="false" volatile="true" derived="true" * extendedMetaData="kind='element' name='AbstractAdhocQueryExpression' namespace='##targetNamespace' affiliation='AbstractQueryExpression'" * @generated */ AbstractAdhocQueryExpressionType getAbstractAdhocQueryExpression(); /** * Returns the value of the 'Abstract Query Expression' containment reference. * *

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

* * @return the value of the 'Abstract Query Expression' containment reference. * @see net.opengis.fes20.Fes20Package#getDocumentRoot_AbstractQueryExpression() * @model containment="true" upper="-2" transient="true" changeable="false" volatile="true" derived="true" * extendedMetaData="kind='element' name='AbstractQueryExpression' namespace='##targetNamespace'" * @generated */ AbstractQueryExpressionType getAbstractQueryExpression(); /** * Returns the value of the 'Abstract Projection Clause' containment reference. * *

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

* * @return the value of the 'Abstract Projection Clause' containment reference. * @see net.opengis.fes20.Fes20Package#getDocumentRoot_AbstractProjectionClause() * @model containment="true" upper="-2" transient="true" changeable="false" volatile="true" derived="true" * extendedMetaData="kind='element' name='AbstractProjectionClause' namespace='##targetNamespace'" * @generated */ EObject getAbstractProjectionClause(); /** * Returns the value of the 'Abstract Selection Clause' containment reference. * *

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

* * @return the value of the 'Abstract Selection Clause' containment reference. * @see net.opengis.fes20.Fes20Package#getDocumentRoot_AbstractSelectionClause() * @model containment="true" upper="-2" transient="true" changeable="false" volatile="true" derived="true" * extendedMetaData="kind='element' name='AbstractSelectionClause' namespace='##targetNamespace'" * @generated */ EObject getAbstractSelectionClause(); /** * Returns the value of the 'Abstract Sorting Clause' containment reference. * *

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

* * @return the value of the 'Abstract Sorting Clause' containment reference. * @see net.opengis.fes20.Fes20Package#getDocumentRoot_AbstractSortingClause() * @model containment="true" upper="-2" transient="true" changeable="false" volatile="true" derived="true" * extendedMetaData="kind='element' name='AbstractSortingClause' namespace='##targetNamespace'" * @generated */ EObject getAbstractSortingClause(); /** * Returns the value of the 'After' containment reference. * *

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

* * @return the value of the 'After' containment reference. * @see #setAfter(BinaryTemporalOpType) * @see net.opengis.fes20.Fes20Package#getDocumentRoot_After() * @model containment="true" upper="-2" transient="true" volatile="true" derived="true" * extendedMetaData="kind='element' name='After' namespace='##targetNamespace' affiliation='temporalOps'" * @generated */ BinaryTemporalOpType getAfter(); /** * Sets the value of the '{@link net.opengis.fes20.DocumentRoot#getAfter After}' containment reference. * * * @param value the new value of the 'After' containment reference. * @see #getAfter() * @generated */ void setAfter(BinaryTemporalOpType value); /** * Returns the value of the 'Temporal Ops' containment reference. * *

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

* * @return the value of the 'Temporal Ops' containment reference. * @see net.opengis.fes20.Fes20Package#getDocumentRoot_TemporalOps() * @model containment="true" upper="-2" transient="true" changeable="false" volatile="true" derived="true" * extendedMetaData="kind='element' name='temporalOps' namespace='##targetNamespace'" * @generated */ TemporalOpsType getTemporalOps(); /** * Returns the value of the 'And' containment reference. * *

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

* * @return the value of the 'And' containment reference. * @see #setAnd(BinaryLogicOpType) * @see net.opengis.fes20.Fes20Package#getDocumentRoot_And() * @model containment="true" upper="-2" transient="true" volatile="true" derived="true" * extendedMetaData="kind='element' name='And' namespace='##targetNamespace' affiliation='logicOps'" * @generated */ BinaryLogicOpType getAnd(); /** * Sets the value of the '{@link net.opengis.fes20.DocumentRoot#getAnd And}' containment reference. * * * @param value the new value of the 'And' containment reference. * @see #getAnd() * @generated */ void setAnd(BinaryLogicOpType value); /** * Returns the value of the 'Logic Ops' containment reference. * *

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

* * @return the value of the 'Logic Ops' containment reference. * @see net.opengis.fes20.Fes20Package#getDocumentRoot_LogicOps() * @model containment="true" upper="-2" transient="true" changeable="false" volatile="true" derived="true" * extendedMetaData="kind='element' name='logicOps' namespace='##targetNamespace'" * @generated */ LogicOpsType getLogicOps(); /** * Returns the value of the 'Any Interacts' containment reference. * *

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

* * @return the value of the 'Any Interacts' containment reference. * @see #setAnyInteracts(BinaryTemporalOpType) * @see net.opengis.fes20.Fes20Package#getDocumentRoot_AnyInteracts() * @model containment="true" upper="-2" transient="true" volatile="true" derived="true" * extendedMetaData="kind='element' name='AnyInteracts' namespace='##targetNamespace' affiliation='temporalOps'" * @generated */ BinaryTemporalOpType getAnyInteracts(); /** * Sets the value of the '{@link net.opengis.fes20.DocumentRoot#getAnyInteracts Any Interacts}' containment reference. * * * @param value the new value of the 'Any Interacts' containment reference. * @see #getAnyInteracts() * @generated */ void setAnyInteracts(BinaryTemporalOpType value); /** * Returns the value of the 'BBOX' containment reference. * *

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

* * @return the value of the 'BBOX' containment reference. * @see #setBBOX(BBOXType) * @see net.opengis.fes20.Fes20Package#getDocumentRoot_BBOX() * @model containment="true" upper="-2" transient="true" volatile="true" derived="true" * extendedMetaData="kind='element' name='BBOX' namespace='##targetNamespace' affiliation='spatialOps'" * @generated */ BBOXType getBBOX(); /** * Sets the value of the '{@link net.opengis.fes20.DocumentRoot#getBBOX BBOX}' containment reference. * * * @param value the new value of the 'BBOX' containment reference. * @see #getBBOX() * @generated */ void setBBOX(BBOXType value); /** * Returns the value of the 'Spatial Ops' containment reference. * *

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

* * @return the value of the 'Spatial Ops' containment reference. * @see net.opengis.fes20.Fes20Package#getDocumentRoot_SpatialOps() * @model containment="true" upper="-2" transient="true" changeable="false" volatile="true" derived="true" * extendedMetaData="kind='element' name='spatialOps' namespace='##targetNamespace'" * @generated */ SpatialOpsType getSpatialOps(); /** * Returns the value of the 'Before' containment reference. * *

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

* * @return the value of the 'Before' containment reference. * @see #setBefore(BinaryTemporalOpType) * @see net.opengis.fes20.Fes20Package#getDocumentRoot_Before() * @model containment="true" upper="-2" transient="true" volatile="true" derived="true" * extendedMetaData="kind='element' name='Before' namespace='##targetNamespace' affiliation='temporalOps'" * @generated */ BinaryTemporalOpType getBefore(); /** * Sets the value of the '{@link net.opengis.fes20.DocumentRoot#getBefore Before}' containment reference. * * * @param value the new value of the 'Before' containment reference. * @see #getBefore() * @generated */ void setBefore(BinaryTemporalOpType value); /** * Returns the value of the 'Begins' containment reference. * *

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

* * @return the value of the 'Begins' containment reference. * @see #setBegins(BinaryTemporalOpType) * @see net.opengis.fes20.Fes20Package#getDocumentRoot_Begins() * @model containment="true" upper="-2" transient="true" volatile="true" derived="true" * extendedMetaData="kind='element' name='Begins' namespace='##targetNamespace' affiliation='temporalOps'" * @generated */ BinaryTemporalOpType getBegins(); /** * Sets the value of the '{@link net.opengis.fes20.DocumentRoot#getBegins Begins}' containment reference. * * * @param value the new value of the 'Begins' containment reference. * @see #getBegins() * @generated */ void setBegins(BinaryTemporalOpType value); /** * Returns the value of the 'Begun By' containment reference. * *

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

* * @return the value of the 'Begun By' containment reference. * @see #setBegunBy(BinaryTemporalOpType) * @see net.opengis.fes20.Fes20Package#getDocumentRoot_BegunBy() * @model containment="true" upper="-2" transient="true" volatile="true" derived="true" * extendedMetaData="kind='element' name='BegunBy' namespace='##targetNamespace' affiliation='temporalOps'" * @generated */ BinaryTemporalOpType getBegunBy(); /** * Sets the value of the '{@link net.opengis.fes20.DocumentRoot#getBegunBy Begun By}' containment reference. * * * @param value the new value of the 'Begun By' containment reference. * @see #getBegunBy() * @generated */ void setBegunBy(BinaryTemporalOpType value); /** * Returns the value of the 'Beyond' containment reference. * *

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

* * @return the value of the 'Beyond' containment reference. * @see #setBeyond(DistanceBufferType) * @see net.opengis.fes20.Fes20Package#getDocumentRoot_Beyond() * @model containment="true" upper="-2" transient="true" volatile="true" derived="true" * extendedMetaData="kind='element' name='Beyond' namespace='##targetNamespace' affiliation='spatialOps'" * @generated */ DistanceBufferType getBeyond(); /** * Sets the value of the '{@link net.opengis.fes20.DocumentRoot#getBeyond Beyond}' containment reference. * * * @param value the new value of the 'Beyond' containment reference. * @see #getBeyond() * @generated */ void setBeyond(DistanceBufferType value); /** * Returns the value of the 'Comparison Ops' containment reference. * *

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

* * @return the value of the 'Comparison Ops' containment reference. * @see net.opengis.fes20.Fes20Package#getDocumentRoot_ComparisonOps() * @model containment="true" upper="-2" transient="true" changeable="false" volatile="true" derived="true" * extendedMetaData="kind='element' name='comparisonOps' namespace='##targetNamespace'" * @generated */ ComparisonOpsType getComparisonOps(); /** * Returns the value of the 'Contains' containment reference. * *

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

* * @return the value of the 'Contains' containment reference. * @see #setContains(BinarySpatialOpType) * @see net.opengis.fes20.Fes20Package#getDocumentRoot_Contains() * @model containment="true" upper="-2" transient="true" volatile="true" derived="true" * extendedMetaData="kind='element' name='Contains' namespace='##targetNamespace' affiliation='spatialOps'" * @generated */ BinarySpatialOpType getContains(); /** * Sets the value of the '{@link net.opengis.fes20.DocumentRoot#getContains Contains}' containment reference. * * * @param value the new value of the 'Contains' containment reference. * @see #getContains() * @generated */ void setContains(BinarySpatialOpType value); /** * Returns the value of the 'Crosses' containment reference. * *

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

* * @return the value of the 'Crosses' containment reference. * @see #setCrosses(BinarySpatialOpType) * @see net.opengis.fes20.Fes20Package#getDocumentRoot_Crosses() * @model containment="true" upper="-2" transient="true" volatile="true" derived="true" * extendedMetaData="kind='element' name='Crosses' namespace='##targetNamespace' affiliation='spatialOps'" * @generated */ BinarySpatialOpType getCrosses(); /** * Sets the value of the '{@link net.opengis.fes20.DocumentRoot#getCrosses Crosses}' containment reference. * * * @param value the new value of the 'Crosses' containment reference. * @see #getCrosses() * @generated */ void setCrosses(BinarySpatialOpType value); /** * Returns the value of the 'Disjoint' containment reference. * *

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

* * @return the value of the 'Disjoint' containment reference. * @see #setDisjoint(BinarySpatialOpType) * @see net.opengis.fes20.Fes20Package#getDocumentRoot_Disjoint() * @model containment="true" upper="-2" transient="true" volatile="true" derived="true" * extendedMetaData="kind='element' name='Disjoint' namespace='##targetNamespace' affiliation='spatialOps'" * @generated */ BinarySpatialOpType getDisjoint(); /** * Sets the value of the '{@link net.opengis.fes20.DocumentRoot#getDisjoint Disjoint}' containment reference. * * * @param value the new value of the 'Disjoint' containment reference. * @see #getDisjoint() * @generated */ void setDisjoint(BinarySpatialOpType value); /** * Returns the value of the 'During' containment reference. * *

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

* * @return the value of the 'During' containment reference. * @see #setDuring(BinaryTemporalOpType) * @see net.opengis.fes20.Fes20Package#getDocumentRoot_During() * @model containment="true" upper="-2" transient="true" volatile="true" derived="true" * extendedMetaData="kind='element' name='During' namespace='##targetNamespace' affiliation='temporalOps'" * @generated */ BinaryTemporalOpType getDuring(); /** * Sets the value of the '{@link net.opengis.fes20.DocumentRoot#getDuring During}' containment reference. * * * @param value the new value of the 'During' containment reference. * @see #getDuring() * @generated */ void setDuring(BinaryTemporalOpType value); /** * Returns the value of the 'DWithin' containment reference. * *

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

* * @return the value of the 'DWithin' containment reference. * @see #setDWithin(DistanceBufferType) * @see net.opengis.fes20.Fes20Package#getDocumentRoot_DWithin() * @model containment="true" upper="-2" transient="true" volatile="true" derived="true" * extendedMetaData="kind='element' name='DWithin' namespace='##targetNamespace' affiliation='spatialOps'" * @generated */ DistanceBufferType getDWithin(); /** * Sets the value of the '{@link net.opengis.fes20.DocumentRoot#getDWithin DWithin}' containment reference. * * * @param value the new value of the 'DWithin' containment reference. * @see #getDWithin() * @generated */ void setDWithin(DistanceBufferType value); /** * Returns the value of the 'Ended By' containment reference. * *

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

* * @return the value of the 'Ended By' containment reference. * @see #setEndedBy(BinaryTemporalOpType) * @see net.opengis.fes20.Fes20Package#getDocumentRoot_EndedBy() * @model containment="true" upper="-2" transient="true" volatile="true" derived="true" * extendedMetaData="kind='element' name='EndedBy' namespace='##targetNamespace' affiliation='temporalOps'" * @generated */ BinaryTemporalOpType getEndedBy(); /** * Sets the value of the '{@link net.opengis.fes20.DocumentRoot#getEndedBy Ended By}' containment reference. * * * @param value the new value of the 'Ended By' containment reference. * @see #getEndedBy() * @generated */ void setEndedBy(BinaryTemporalOpType value); /** * Returns the value of the 'Ends' containment reference. * *

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

* * @return the value of the 'Ends' containment reference. * @see #setEnds(BinaryTemporalOpType) * @see net.opengis.fes20.Fes20Package#getDocumentRoot_Ends() * @model containment="true" upper="-2" transient="true" volatile="true" derived="true" * extendedMetaData="kind='element' name='Ends' namespace='##targetNamespace' affiliation='temporalOps'" * @generated */ BinaryTemporalOpType getEnds(); /** * Sets the value of the '{@link net.opengis.fes20.DocumentRoot#getEnds Ends}' containment reference. * * * @param value the new value of the 'Ends' containment reference. * @see #getEnds() * @generated */ void setEnds(BinaryTemporalOpType value); /** * Returns the value of the 'Equals' containment reference. * *

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

* * @return the value of the 'Equals' containment reference. * @see #setEquals(BinarySpatialOpType) * @see net.opengis.fes20.Fes20Package#getDocumentRoot_Equals() * @model containment="true" upper="-2" transient="true" volatile="true" derived="true" * extendedMetaData="kind='element' name='Equals' namespace='##targetNamespace' affiliation='spatialOps'" * @generated */ BinarySpatialOpType getEquals(); /** * Sets the value of the '{@link net.opengis.fes20.DocumentRoot#getEquals Equals}' containment reference. * * * @param value the new value of the 'Equals' containment reference. * @see #getEquals() * @generated */ void setEquals(BinarySpatialOpType value); /** * Returns the value of the 'Expression' containment reference. * *

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

* * @return the value of the 'Expression' containment reference. * @see net.opengis.fes20.Fes20Package#getDocumentRoot_Expression() * @model containment="true" upper="-2" transient="true" changeable="false" volatile="true" derived="true" * extendedMetaData="kind='element' name='expression' namespace='##targetNamespace'" * @generated */ EObject getExpression(); /** * Returns the value of the 'Extension Ops' containment reference. * *

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

* * @return the value of the 'Extension Ops' containment reference. * @see net.opengis.fes20.Fes20Package#getDocumentRoot_ExtensionOps() * @model containment="true" upper="-2" transient="true" changeable="false" volatile="true" derived="true" * extendedMetaData="kind='element' name='extensionOps' namespace='##targetNamespace'" * @generated */ ExtensionOpsType getExtensionOps(); /** * Returns the value of the 'Filter' containment reference. * *

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

* * @return the value of the 'Filter' containment reference. * @see #setFilter(FilterType) * @see net.opengis.fes20.Fes20Package#getDocumentRoot_Filter() * @model containment="true" upper="-2" transient="true" volatile="true" derived="true" * extendedMetaData="kind='element' name='Filter' namespace='##targetNamespace' affiliation='AbstractSelectionClause'" * @generated */ FilterType getFilter(); /** * Sets the value of the '{@link net.opengis.fes20.DocumentRoot#getFilter Filter}' containment reference. * * * @param value the new value of the 'Filter' containment reference. * @see #getFilter() * @generated */ void setFilter(FilterType value); /** * Returns the value of the 'Filter Capabilities' containment reference. * *

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

* * @return the value of the 'Filter Capabilities' containment reference. * @see #setFilterCapabilities(FilterCapabilitiesType) * @see net.opengis.fes20.Fes20Package#getDocumentRoot_FilterCapabilities() * @model containment="true" upper="-2" transient="true" volatile="true" derived="true" * extendedMetaData="kind='element' name='Filter_Capabilities' namespace='##targetNamespace'" * @generated */ FilterCapabilitiesType getFilterCapabilities(); /** * Sets the value of the '{@link net.opengis.fes20.DocumentRoot#getFilterCapabilities Filter Capabilities}' containment reference. * * * @param value the new value of the 'Filter Capabilities' containment reference. * @see #getFilterCapabilities() * @generated */ void setFilterCapabilities(FilterCapabilitiesType value); /** * Returns the value of the 'Function' containment reference. * *

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

* * @return the value of the 'Function' containment reference. * @see #setFunction(FunctionType) * @see net.opengis.fes20.Fes20Package#getDocumentRoot_Function() * @model containment="true" upper="-2" transient="true" volatile="true" derived="true" * extendedMetaData="kind='element' name='Function' namespace='##targetNamespace' affiliation='expression'" * @generated */ FunctionType getFunction(); /** * Sets the value of the '{@link net.opengis.fes20.DocumentRoot#getFunction Function}' containment reference. * * * @param value the new value of the 'Function' containment reference. * @see #getFunction() * @generated */ void setFunction(FunctionType value); /** * Returns the value of the 'Intersects' containment reference. * *

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

* * @return the value of the 'Intersects' containment reference. * @see #setIntersects(BinarySpatialOpType) * @see net.opengis.fes20.Fes20Package#getDocumentRoot_Intersects() * @model containment="true" upper="-2" transient="true" volatile="true" derived="true" * extendedMetaData="kind='element' name='Intersects' namespace='##targetNamespace' affiliation='spatialOps'" * @generated */ BinarySpatialOpType getIntersects(); /** * Sets the value of the '{@link net.opengis.fes20.DocumentRoot#getIntersects Intersects}' containment reference. * * * @param value the new value of the 'Intersects' containment reference. * @see #getIntersects() * @generated */ void setIntersects(BinarySpatialOpType value); /** * Returns the value of the 'Literal' containment reference. * *

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

* * @return the value of the 'Literal' containment reference. * @see #setLiteral(LiteralType) * @see net.opengis.fes20.Fes20Package#getDocumentRoot_Literal() * @model containment="true" upper="-2" transient="true" volatile="true" derived="true" * extendedMetaData="kind='element' name='Literal' namespace='##targetNamespace' affiliation='expression'" * @generated */ LiteralType getLiteral(); /** * Sets the value of the '{@link net.opengis.fes20.DocumentRoot#getLiteral Literal}' containment reference. * * * @param value the new value of the 'Literal' containment reference. * @see #getLiteral() * @generated */ void setLiteral(LiteralType value); /** * Returns the value of the 'Logical Operators' containment reference. * *

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

* * @return the value of the 'Logical Operators' containment reference. * @see #setLogicalOperators(LogicalOperatorsType) * @see net.opengis.fes20.Fes20Package#getDocumentRoot_LogicalOperators() * @model containment="true" upper="-2" transient="true" volatile="true" derived="true" * extendedMetaData="kind='element' name='LogicalOperators' namespace='##targetNamespace'" * @generated */ LogicalOperatorsType getLogicalOperators(); /** * Sets the value of the '{@link net.opengis.fes20.DocumentRoot#getLogicalOperators Logical Operators}' containment reference. * * * @param value the new value of the 'Logical Operators' containment reference. * @see #getLogicalOperators() * @generated */ void setLogicalOperators(LogicalOperatorsType value); /** * Returns the value of the 'Meets' containment reference. * *

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

* * @return the value of the 'Meets' containment reference. * @see #setMeets(BinaryTemporalOpType) * @see net.opengis.fes20.Fes20Package#getDocumentRoot_Meets() * @model containment="true" upper="-2" transient="true" volatile="true" derived="true" * extendedMetaData="kind='element' name='Meets' namespace='##targetNamespace' affiliation='temporalOps'" * @generated */ BinaryTemporalOpType getMeets(); /** * Sets the value of the '{@link net.opengis.fes20.DocumentRoot#getMeets Meets}' containment reference. * * * @param value the new value of the 'Meets' containment reference. * @see #getMeets() * @generated */ void setMeets(BinaryTemporalOpType value); /** * Returns the value of the 'Met By' containment reference. * *

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

* * @return the value of the 'Met By' containment reference. * @see #setMetBy(BinaryTemporalOpType) * @see net.opengis.fes20.Fes20Package#getDocumentRoot_MetBy() * @model containment="true" upper="-2" transient="true" volatile="true" derived="true" * extendedMetaData="kind='element' name='MetBy' namespace='##targetNamespace' affiliation='temporalOps'" * @generated */ BinaryTemporalOpType getMetBy(); /** * Sets the value of the '{@link net.opengis.fes20.DocumentRoot#getMetBy Met By}' containment reference. * * * @param value the new value of the 'Met By' containment reference. * @see #getMetBy() * @generated */ void setMetBy(BinaryTemporalOpType value); /** * Returns the value of the 'Not' containment reference. * *

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

* * @return the value of the 'Not' containment reference. * @see #setNot(UnaryLogicOpType) * @see net.opengis.fes20.Fes20Package#getDocumentRoot_Not() * @model containment="true" upper="-2" transient="true" volatile="true" derived="true" * extendedMetaData="kind='element' name='Not' namespace='##targetNamespace' affiliation='logicOps'" * @generated */ UnaryLogicOpType getNot(); /** * Sets the value of the '{@link net.opengis.fes20.DocumentRoot#getNot Not}' containment reference. * * * @param value the new value of the 'Not' containment reference. * @see #getNot() * @generated */ void setNot(UnaryLogicOpType value); /** * Returns the value of the 'Or' containment reference. * *

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

* * @return the value of the 'Or' containment reference. * @see #setOr(BinaryLogicOpType) * @see net.opengis.fes20.Fes20Package#getDocumentRoot_Or() * @model containment="true" upper="-2" transient="true" volatile="true" derived="true" * extendedMetaData="kind='element' name='Or' namespace='##targetNamespace' affiliation='logicOps'" * @generated */ BinaryLogicOpType getOr(); /** * Sets the value of the '{@link net.opengis.fes20.DocumentRoot#getOr Or}' containment reference. * * * @param value the new value of the 'Or' containment reference. * @see #getOr() * @generated */ void setOr(BinaryLogicOpType value); /** * Returns the value of the 'Overlapped By' containment reference. * *

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

* * @return the value of the 'Overlapped By' containment reference. * @see #setOverlappedBy(BinaryTemporalOpType) * @see net.opengis.fes20.Fes20Package#getDocumentRoot_OverlappedBy() * @model containment="true" upper="-2" transient="true" volatile="true" derived="true" * extendedMetaData="kind='element' name='OverlappedBy' namespace='##targetNamespace' affiliation='temporalOps'" * @generated */ BinaryTemporalOpType getOverlappedBy(); /** * Sets the value of the '{@link net.opengis.fes20.DocumentRoot#getOverlappedBy Overlapped By}' containment reference. * * * @param value the new value of the 'Overlapped By' containment reference. * @see #getOverlappedBy() * @generated */ void setOverlappedBy(BinaryTemporalOpType value); /** * Returns the value of the 'Overlaps' containment reference. * *

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

* * @return the value of the 'Overlaps' containment reference. * @see #setOverlaps(BinarySpatialOpType) * @see net.opengis.fes20.Fes20Package#getDocumentRoot_Overlaps() * @model containment="true" upper="-2" transient="true" volatile="true" derived="true" * extendedMetaData="kind='element' name='Overlaps' namespace='##targetNamespace' affiliation='spatialOps'" * @generated */ BinarySpatialOpType getOverlaps(); /** * Sets the value of the '{@link net.opengis.fes20.DocumentRoot#getOverlaps Overlaps}' containment reference. * * * @param value the new value of the 'Overlaps' containment reference. * @see #getOverlaps() * @generated */ void setOverlaps(BinarySpatialOpType value); /** * Returns the value of the 'Property Is Between' containment reference. * *

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

* * @return the value of the 'Property Is Between' containment reference. * @see #setPropertyIsBetween(PropertyIsBetweenType) * @see net.opengis.fes20.Fes20Package#getDocumentRoot_PropertyIsBetween() * @model containment="true" upper="-2" transient="true" volatile="true" derived="true" * extendedMetaData="kind='element' name='PropertyIsBetween' namespace='##targetNamespace' affiliation='comparisonOps'" * @generated */ PropertyIsBetweenType getPropertyIsBetween(); /** * Sets the value of the '{@link net.opengis.fes20.DocumentRoot#getPropertyIsBetween Property Is Between}' containment reference. * * * @param value the new value of the 'Property Is Between' containment reference. * @see #getPropertyIsBetween() * @generated */ void setPropertyIsBetween(PropertyIsBetweenType value); /** * Returns the value of the 'Property Is Equal To' containment reference. * *

* If the meaning of the 'Property Is Equal To' containment reference isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Property Is Equal To' containment reference. * @see #setPropertyIsEqualTo(BinaryComparisonOpType) * @see net.opengis.fes20.Fes20Package#getDocumentRoot_PropertyIsEqualTo() * @model containment="true" upper="-2" transient="true" volatile="true" derived="true" * extendedMetaData="kind='element' name='PropertyIsEqualTo' namespace='##targetNamespace' affiliation='comparisonOps'" * @generated */ BinaryComparisonOpType getPropertyIsEqualTo(); /** * Sets the value of the '{@link net.opengis.fes20.DocumentRoot#getPropertyIsEqualTo Property Is Equal To}' containment reference. * * * @param value the new value of the 'Property Is Equal To' containment reference. * @see #getPropertyIsEqualTo() * @generated */ void setPropertyIsEqualTo(BinaryComparisonOpType value); /** * Returns the value of the 'Property Is Greater Than' containment reference. * *

* If the meaning of the 'Property Is Greater Than' containment reference isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Property Is Greater Than' containment reference. * @see #setPropertyIsGreaterThan(BinaryComparisonOpType) * @see net.opengis.fes20.Fes20Package#getDocumentRoot_PropertyIsGreaterThan() * @model containment="true" upper="-2" transient="true" volatile="true" derived="true" * extendedMetaData="kind='element' name='PropertyIsGreaterThan' namespace='##targetNamespace' affiliation='comparisonOps'" * @generated */ BinaryComparisonOpType getPropertyIsGreaterThan(); /** * Sets the value of the '{@link net.opengis.fes20.DocumentRoot#getPropertyIsGreaterThan Property Is Greater Than}' containment reference. * * * @param value the new value of the 'Property Is Greater Than' containment reference. * @see #getPropertyIsGreaterThan() * @generated */ void setPropertyIsGreaterThan(BinaryComparisonOpType value); /** * Returns the value of the 'Property Is Greater Than Or Equal To' containment reference. * *

* If the meaning of the 'Property Is Greater Than Or Equal To' containment reference isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Property Is Greater Than Or Equal To' containment reference. * @see #setPropertyIsGreaterThanOrEqualTo(BinaryComparisonOpType) * @see net.opengis.fes20.Fes20Package#getDocumentRoot_PropertyIsGreaterThanOrEqualTo() * @model containment="true" upper="-2" transient="true" volatile="true" derived="true" * extendedMetaData="kind='element' name='PropertyIsGreaterThanOrEqualTo' namespace='##targetNamespace' affiliation='comparisonOps'" * @generated */ BinaryComparisonOpType getPropertyIsGreaterThanOrEqualTo(); /** * Sets the value of the '{@link net.opengis.fes20.DocumentRoot#getPropertyIsGreaterThanOrEqualTo Property Is Greater Than Or Equal To}' containment reference. * * * @param value the new value of the 'Property Is Greater Than Or Equal To' containment reference. * @see #getPropertyIsGreaterThanOrEqualTo() * @generated */ void setPropertyIsGreaterThanOrEqualTo(BinaryComparisonOpType value); /** * Returns the value of the 'Property Is Less Than' containment reference. * *

* If the meaning of the 'Property Is Less Than' containment reference isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Property Is Less Than' containment reference. * @see #setPropertyIsLessThan(BinaryComparisonOpType) * @see net.opengis.fes20.Fes20Package#getDocumentRoot_PropertyIsLessThan() * @model containment="true" upper="-2" transient="true" volatile="true" derived="true" * extendedMetaData="kind='element' name='PropertyIsLessThan' namespace='##targetNamespace' affiliation='comparisonOps'" * @generated */ BinaryComparisonOpType getPropertyIsLessThan(); /** * Sets the value of the '{@link net.opengis.fes20.DocumentRoot#getPropertyIsLessThan Property Is Less Than}' containment reference. * * * @param value the new value of the 'Property Is Less Than' containment reference. * @see #getPropertyIsLessThan() * @generated */ void setPropertyIsLessThan(BinaryComparisonOpType value); /** * Returns the value of the 'Property Is Less Than Or Equal To' containment reference. * *

* If the meaning of the 'Property Is Less Than Or Equal To' containment reference isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Property Is Less Than Or Equal To' containment reference. * @see #setPropertyIsLessThanOrEqualTo(BinaryComparisonOpType) * @see net.opengis.fes20.Fes20Package#getDocumentRoot_PropertyIsLessThanOrEqualTo() * @model containment="true" upper="-2" transient="true" volatile="true" derived="true" * extendedMetaData="kind='element' name='PropertyIsLessThanOrEqualTo' namespace='##targetNamespace' affiliation='comparisonOps'" * @generated */ BinaryComparisonOpType getPropertyIsLessThanOrEqualTo(); /** * Sets the value of the '{@link net.opengis.fes20.DocumentRoot#getPropertyIsLessThanOrEqualTo Property Is Less Than Or Equal To}' containment reference. * * * @param value the new value of the 'Property Is Less Than Or Equal To' containment reference. * @see #getPropertyIsLessThanOrEqualTo() * @generated */ void setPropertyIsLessThanOrEqualTo(BinaryComparisonOpType value); /** * Returns the value of the 'Property Is Like' containment reference. * *

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

* * @return the value of the 'Property Is Like' containment reference. * @see #setPropertyIsLike(PropertyIsLikeType) * @see net.opengis.fes20.Fes20Package#getDocumentRoot_PropertyIsLike() * @model containment="true" upper="-2" transient="true" volatile="true" derived="true" * extendedMetaData="kind='element' name='PropertyIsLike' namespace='##targetNamespace' affiliation='comparisonOps'" * @generated */ PropertyIsLikeType getPropertyIsLike(); /** * Sets the value of the '{@link net.opengis.fes20.DocumentRoot#getPropertyIsLike Property Is Like}' containment reference. * * * @param value the new value of the 'Property Is Like' containment reference. * @see #getPropertyIsLike() * @generated */ void setPropertyIsLike(PropertyIsLikeType value); /** * Returns the value of the 'Property Is Nil' containment reference. * *

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

* * @return the value of the 'Property Is Nil' containment reference. * @see #setPropertyIsNil(PropertyIsNilType) * @see net.opengis.fes20.Fes20Package#getDocumentRoot_PropertyIsNil() * @model containment="true" upper="-2" transient="true" volatile="true" derived="true" * extendedMetaData="kind='element' name='PropertyIsNil' namespace='##targetNamespace' affiliation='comparisonOps'" * @generated */ PropertyIsNilType getPropertyIsNil(); /** * Sets the value of the '{@link net.opengis.fes20.DocumentRoot#getPropertyIsNil Property Is Nil}' containment reference. * * * @param value the new value of the 'Property Is Nil' containment reference. * @see #getPropertyIsNil() * @generated */ void setPropertyIsNil(PropertyIsNilType value); /** * Returns the value of the 'Property Is Not Equal To' containment reference. * *

* If the meaning of the 'Property Is Not Equal To' containment reference isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Property Is Not Equal To' containment reference. * @see #setPropertyIsNotEqualTo(BinaryComparisonOpType) * @see net.opengis.fes20.Fes20Package#getDocumentRoot_PropertyIsNotEqualTo() * @model containment="true" upper="-2" transient="true" volatile="true" derived="true" * extendedMetaData="kind='element' name='PropertyIsNotEqualTo' namespace='##targetNamespace' affiliation='comparisonOps'" * @generated */ BinaryComparisonOpType getPropertyIsNotEqualTo(); /** * Sets the value of the '{@link net.opengis.fes20.DocumentRoot#getPropertyIsNotEqualTo Property Is Not Equal To}' containment reference. * * * @param value the new value of the 'Property Is Not Equal To' containment reference. * @see #getPropertyIsNotEqualTo() * @generated */ void setPropertyIsNotEqualTo(BinaryComparisonOpType value); /** * Returns the value of the 'Property Is Null' containment reference. * *

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

* * @return the value of the 'Property Is Null' containment reference. * @see #setPropertyIsNull(PropertyIsNullType) * @see net.opengis.fes20.Fes20Package#getDocumentRoot_PropertyIsNull() * @model containment="true" upper="-2" transient="true" volatile="true" derived="true" * extendedMetaData="kind='element' name='PropertyIsNull' namespace='##targetNamespace' affiliation='comparisonOps'" * @generated */ PropertyIsNullType getPropertyIsNull(); /** * Sets the value of the '{@link net.opengis.fes20.DocumentRoot#getPropertyIsNull Property Is Null}' containment reference. * * * @param value the new value of the 'Property Is Null' containment reference. * @see #getPropertyIsNull() * @generated */ void setPropertyIsNull(PropertyIsNullType value); /** * Returns the value of the 'Resource Id' containment reference. * *

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

* * @return the value of the 'Resource Id' containment reference. * @see #setResourceId(ResourceIdType) * @see net.opengis.fes20.Fes20Package#getDocumentRoot_ResourceId() * @model containment="true" upper="-2" transient="true" volatile="true" derived="true" * extendedMetaData="kind='element' name='ResourceId' namespace='##targetNamespace' affiliation='_Id'" * @generated */ ResourceIdType getResourceId(); /** * Sets the value of the '{@link net.opengis.fes20.DocumentRoot#getResourceId Resource Id}' containment reference. * * * @param value the new value of the 'Resource Id' containment reference. * @see #getResourceId() * @generated */ void setResourceId(ResourceIdType value); /** * Returns the value of the 'Sort By' containment reference. * *

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

* * @return the value of the 'Sort By' containment reference. * @see #setSortBy(SortByType) * @see net.opengis.fes20.Fes20Package#getDocumentRoot_SortBy() * @model containment="true" upper="-2" transient="true" volatile="true" derived="true" * extendedMetaData="kind='element' name='SortBy' namespace='##targetNamespace' affiliation='AbstractSortingClause'" * @generated */ SortByType getSortBy(); /** * Sets the value of the '{@link net.opengis.fes20.DocumentRoot#getSortBy Sort By}' containment reference. * * * @param value the new value of the 'Sort By' containment reference. * @see #getSortBy() * @generated */ void setSortBy(SortByType value); /** * Returns the value of the 'TContains' containment reference. * *

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

* * @return the value of the 'TContains' containment reference. * @see #setTContains(BinaryTemporalOpType) * @see net.opengis.fes20.Fes20Package#getDocumentRoot_TContains() * @model containment="true" upper="-2" transient="true" volatile="true" derived="true" * extendedMetaData="kind='element' name='TContains' namespace='##targetNamespace' affiliation='temporalOps'" * @generated */ BinaryTemporalOpType getTContains(); /** * Sets the value of the '{@link net.opengis.fes20.DocumentRoot#getTContains TContains}' containment reference. * * * @param value the new value of the 'TContains' containment reference. * @see #getTContains() * @generated */ void setTContains(BinaryTemporalOpType value); /** * Returns the value of the 'TEquals' containment reference. * *

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

* * @return the value of the 'TEquals' containment reference. * @see #setTEquals(BinaryTemporalOpType) * @see net.opengis.fes20.Fes20Package#getDocumentRoot_TEquals() * @model containment="true" upper="-2" transient="true" volatile="true" derived="true" * extendedMetaData="kind='element' name='TEquals' namespace='##targetNamespace' affiliation='temporalOps'" * @generated */ BinaryTemporalOpType getTEquals(); /** * Sets the value of the '{@link net.opengis.fes20.DocumentRoot#getTEquals TEquals}' containment reference. * * * @param value the new value of the 'TEquals' containment reference. * @see #getTEquals() * @generated */ void setTEquals(BinaryTemporalOpType value); /** * Returns the value of the 'Touches' containment reference. * *

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

* * @return the value of the 'Touches' containment reference. * @see #setTouches(BinarySpatialOpType) * @see net.opengis.fes20.Fes20Package#getDocumentRoot_Touches() * @model containment="true" upper="-2" transient="true" volatile="true" derived="true" * extendedMetaData="kind='element' name='Touches' namespace='##targetNamespace' affiliation='spatialOps'" * @generated */ BinarySpatialOpType getTouches(); /** * Sets the value of the '{@link net.opengis.fes20.DocumentRoot#getTouches Touches}' containment reference. * * * @param value the new value of the 'Touches' containment reference. * @see #getTouches() * @generated */ void setTouches(BinarySpatialOpType value); /** * Returns the value of the 'TOverlaps' containment reference. * *

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

* * @return the value of the 'TOverlaps' containment reference. * @see #setTOverlaps(BinaryTemporalOpType) * @see net.opengis.fes20.Fes20Package#getDocumentRoot_TOverlaps() * @model containment="true" upper="-2" transient="true" volatile="true" derived="true" * extendedMetaData="kind='element' name='TOverlaps' namespace='##targetNamespace' affiliation='temporalOps'" * @generated */ BinaryTemporalOpType getTOverlaps(); /** * Sets the value of the '{@link net.opengis.fes20.DocumentRoot#getTOverlaps TOverlaps}' containment reference. * * * @param value the new value of the 'TOverlaps' containment reference. * @see #getTOverlaps() * @generated */ void setTOverlaps(BinaryTemporalOpType value); /** * Returns the value of the 'Value Reference' attribute. * *

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

* * @return the value of the 'Value Reference' attribute. * @see #setValueReference(String) * @see net.opengis.fes20.Fes20Package#getDocumentRoot_ValueReference() * @model unique="false" dataType="org.eclipse.emf.ecore.xml.type.String" upper="-2" transient="true" volatile="true" derived="true" * extendedMetaData="kind='element' name='ValueReference' namespace='##targetNamespace' affiliation='expression'" * @generated */ String getValueReference(); /** * Sets the value of the '{@link net.opengis.fes20.DocumentRoot#getValueReference Value Reference}' attribute. * * * @param value the new value of the 'Value Reference' attribute. * @see #getValueReference() * @generated */ void setValueReference(String value); /** * Returns the value of the 'Within' containment reference. * *

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

* * @return the value of the 'Within' containment reference. * @see #setWithin(BinarySpatialOpType) * @see net.opengis.fes20.Fes20Package#getDocumentRoot_Within() * @model containment="true" upper="-2" transient="true" volatile="true" derived="true" * extendedMetaData="kind='element' name='Within' namespace='##targetNamespace' affiliation='spatialOps'" * @generated */ BinarySpatialOpType getWithin(); /** * Sets the value of the '{@link net.opengis.fes20.DocumentRoot#getWithin Within}' containment reference. * * * @param value the new value of the 'Within' containment reference. * @see #getWithin() * @generated */ void setWithin(BinarySpatialOpType value); } // DocumentRoot