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

* The following features are supported: *

*

* * @see net.opengis.fes20.Fes20Package#getIdCapabilitiesType() * @model extendedMetaData="name='Id_CapabilitiesType' kind='elementOnly'" * @generated */ public interface IdCapabilitiesType extends EObject { /** * Returns the value of the 'Resource Identifier' containment reference list. * The list contents are of type {@link net.opengis.fes20.ResourceIdentifierType}. * *

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

* * @return the value of the 'Resource Identifier' containment reference list. * @see net.opengis.fes20.Fes20Package#getIdCapabilitiesType_ResourceIdentifier() * @model containment="true" required="true" * extendedMetaData="kind='element' name='ResourceIdentifier' namespace='##targetNamespace'" * @generated */ EList getResourceIdentifier(); } // IdCapabilitiesType