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

* The following features are supported: *

*

* * @see net.opengis.fes20.Fes20Package#getExtendedCapabilitiesType() * @model extendedMetaData="name='Extended_CapabilitiesType' kind='elementOnly'" * @generated */ public interface ExtendedCapabilitiesType extends EObject { /** * Returns the value of the 'Additional Operators' containment reference. * *

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

* * @return the value of the 'Additional Operators' containment reference. * @see #setAdditionalOperators(AdditionalOperatorsType) * @see net.opengis.fes20.Fes20Package#getExtendedCapabilitiesType_AdditionalOperators() * @model containment="true" * extendedMetaData="kind='element' name='AdditionalOperators' namespace='##targetNamespace'" * @generated */ AdditionalOperatorsType getAdditionalOperators(); /** * Sets the value of the '{@link net.opengis.fes20.ExtendedCapabilitiesType#getAdditionalOperators Additional Operators}' containment reference. * * * @param value the new value of the 'Additional Operators' containment reference. * @see #getAdditionalOperators() * @generated */ void setAdditionalOperators(AdditionalOperatorsType value); } // ExtendedCapabilitiesType