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

* The following features are supported: *

*

* * @see net.opengis.fes20.Fes20Package#getTemporalCapabilitiesType() * @model extendedMetaData="name='Temporal_CapabilitiesType' kind='elementOnly'" * @generated */ public interface TemporalCapabilitiesType extends EObject { /** * Returns the value of the 'Temporal Operands' containment reference. * *

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

* * @return the value of the 'Temporal Operands' containment reference. * @see #setTemporalOperands(TemporalOperandsType) * @see net.opengis.fes20.Fes20Package#getTemporalCapabilitiesType_TemporalOperands() * @model containment="true" required="true" * extendedMetaData="kind='element' name='TemporalOperands' namespace='##targetNamespace'" * @generated */ TemporalOperandsType getTemporalOperands(); /** * Sets the value of the '{@link net.opengis.fes20.TemporalCapabilitiesType#getTemporalOperands Temporal Operands}' containment reference. * * * @param value the new value of the 'Temporal Operands' containment reference. * @see #getTemporalOperands() * @generated */ void setTemporalOperands(TemporalOperandsType value); /** * Returns the value of the 'Temporal Operators' containment reference. * *

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

* * @return the value of the 'Temporal Operators' containment reference. * @see #setTemporalOperators(TemporalOperatorsType) * @see net.opengis.fes20.Fes20Package#getTemporalCapabilitiesType_TemporalOperators() * @model containment="true" required="true" * extendedMetaData="kind='element' name='TemporalOperators' namespace='##targetNamespace'" * @generated */ TemporalOperatorsType getTemporalOperators(); /** * Sets the value of the '{@link net.opengis.fes20.TemporalCapabilitiesType#getTemporalOperators Temporal Operators}' containment reference. * * * @param value the new value of the 'Temporal Operators' containment reference. * @see #getTemporalOperators() * @generated */ void setTemporalOperators(TemporalOperatorsType value); } // TemporalCapabilitiesType