/** * * * * $Id$ */ package net.opengis.fes20; import org.eclipse.emf.ecore.EObject; /** * * A representation of the model object 'Filter Capabilities Type'. * * *

* The following features are supported: *

*

* * @see net.opengis.fes20.Fes20Package#getFilterCapabilitiesType() * @model extendedMetaData="name='Filter_Capabilities_._type' kind='elementOnly'" * @generated */ public interface FilterCapabilitiesType extends EObject { /** * Returns the value of the 'Conformance' containment reference. * *

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

* * @return the value of the 'Conformance' containment reference. * @see #setConformance(ConformanceType) * @see net.opengis.fes20.Fes20Package#getFilterCapabilitiesType_Conformance() * @model containment="true" required="true" * extendedMetaData="kind='element' name='Conformance' namespace='##targetNamespace'" * @generated */ ConformanceType getConformance(); /** * Sets the value of the '{@link net.opengis.fes20.FilterCapabilitiesType#getConformance Conformance}' containment reference. * * * @param value the new value of the 'Conformance' containment reference. * @see #getConformance() * @generated */ void setConformance(ConformanceType value); /** * Returns the value of the 'Id Capabilities' containment reference. * *

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

* * @return the value of the 'Id Capabilities' containment reference. * @see #setIdCapabilities(IdCapabilitiesType) * @see net.opengis.fes20.Fes20Package#getFilterCapabilitiesType_IdCapabilities() * @model containment="true" * extendedMetaData="kind='element' name='Id_Capabilities' namespace='##targetNamespace'" * @generated */ IdCapabilitiesType getIdCapabilities(); /** * Sets the value of the '{@link net.opengis.fes20.FilterCapabilitiesType#getIdCapabilities Id Capabilities}' containment reference. * * * @param value the new value of the 'Id Capabilities' containment reference. * @see #getIdCapabilities() * @generated */ void setIdCapabilities(IdCapabilitiesType value); /** * Returns the value of the 'Scalar Capabilities' containment reference. * *

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

* * @return the value of the 'Scalar Capabilities' containment reference. * @see #setScalarCapabilities(ScalarCapabilitiesType) * @see net.opengis.fes20.Fes20Package#getFilterCapabilitiesType_ScalarCapabilities() * @model containment="true" * extendedMetaData="kind='element' name='Scalar_Capabilities' namespace='##targetNamespace'" * @generated */ ScalarCapabilitiesType getScalarCapabilities(); /** * Sets the value of the '{@link net.opengis.fes20.FilterCapabilitiesType#getScalarCapabilities Scalar Capabilities}' containment reference. * * * @param value the new value of the 'Scalar Capabilities' containment reference. * @see #getScalarCapabilities() * @generated */ void setScalarCapabilities(ScalarCapabilitiesType value); /** * Returns the value of the 'Spatial Capabilities' containment reference. * *

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

* * @return the value of the 'Spatial Capabilities' containment reference. * @see #setSpatialCapabilities(SpatialCapabilitiesType) * @see net.opengis.fes20.Fes20Package#getFilterCapabilitiesType_SpatialCapabilities() * @model containment="true" * extendedMetaData="kind='element' name='Spatial_Capabilities' namespace='##targetNamespace'" * @generated */ SpatialCapabilitiesType getSpatialCapabilities(); /** * Sets the value of the '{@link net.opengis.fes20.FilterCapabilitiesType#getSpatialCapabilities Spatial Capabilities}' containment reference. * * * @param value the new value of the 'Spatial Capabilities' containment reference. * @see #getSpatialCapabilities() * @generated */ void setSpatialCapabilities(SpatialCapabilitiesType value); /** * Returns the value of the 'Temporal Capabilities' containment reference. * *

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

* * @return the value of the 'Temporal Capabilities' containment reference. * @see #setTemporalCapabilities(TemporalCapabilitiesType) * @see net.opengis.fes20.Fes20Package#getFilterCapabilitiesType_TemporalCapabilities() * @model containment="true" * extendedMetaData="kind='element' name='Temporal_Capabilities' namespace='##targetNamespace'" * @generated */ TemporalCapabilitiesType getTemporalCapabilities(); /** * Sets the value of the '{@link net.opengis.fes20.FilterCapabilitiesType#getTemporalCapabilities Temporal Capabilities}' containment reference. * * * @param value the new value of the 'Temporal Capabilities' containment reference. * @see #getTemporalCapabilities() * @generated */ void setTemporalCapabilities(TemporalCapabilitiesType value); /** * Returns the value of the 'Functions' containment reference. * *

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

* * @return the value of the 'Functions' containment reference. * @see #setFunctions(AvailableFunctionsType) * @see net.opengis.fes20.Fes20Package#getFilterCapabilitiesType_Functions() * @model containment="true" * extendedMetaData="kind='element' name='Functions' namespace='##targetNamespace'" * @generated */ AvailableFunctionsType getFunctions(); /** * Sets the value of the '{@link net.opengis.fes20.FilterCapabilitiesType#getFunctions Functions}' containment reference. * * * @param value the new value of the 'Functions' containment reference. * @see #getFunctions() * @generated */ void setFunctions(AvailableFunctionsType value); /** * Returns the value of the 'Extended Capabilities' containment reference. * *

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

* * @return the value of the 'Extended Capabilities' containment reference. * @see #setExtendedCapabilities(ExtendedCapabilitiesType) * @see net.opengis.fes20.Fes20Package#getFilterCapabilitiesType_ExtendedCapabilities() * @model containment="true" * extendedMetaData="kind='element' name='Extended_Capabilities' namespace='##targetNamespace'" * @generated */ ExtendedCapabilitiesType getExtendedCapabilities(); /** * Sets the value of the '{@link net.opengis.fes20.FilterCapabilitiesType#getExtendedCapabilities Extended Capabilities}' containment reference. * * * @param value the new value of the 'Extended Capabilities' containment reference. * @see #getExtendedCapabilities() * @generated */ void setExtendedCapabilities(ExtendedCapabilitiesType value); } // FilterCapabilitiesType