/** * * * * $Id$ */ package net.opengis.wfs20; import javax.xml.namespace.QName; import net.opengis.ows11.KeywordsType; import net.opengis.ows11.WGS84BoundingBoxType; import org.eclipse.emf.common.util.EList; import org.eclipse.emf.ecore.EObject; /** * * A representation of the model object 'Feature Type Type'. * * *

* The following features are supported: *

*

* * @see net.opengis.wfs20.Wfs20Package#getFeatureTypeType() * @model extendedMetaData="name='FeatureTypeType' kind='elementOnly'" * @generated */ public interface FeatureTypeType extends EObject { /** * Returns the value of the 'Name' attribute. * *

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

* * @return the value of the 'Name' attribute. * @see #setName(QName) * @see net.opengis.wfs20.Wfs20Package#getFeatureTypeType_Name() * @model dataType="org.eclipse.emf.ecore.xml.type.QName" required="true" * extendedMetaData="kind='element' name='Name' namespace='##targetNamespace'" * @generated */ QName getName(); /** * Sets the value of the '{@link net.opengis.wfs20.FeatureTypeType#getName Name}' attribute. * * * @param value the new value of the 'Name' attribute. * @see #getName() * @generated */ void setName(QName value); /** * Returns the value of the 'Title' containment reference list. * The list contents are of type {@link net.opengis.wfs20.TitleType}. * *

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

* * @return the value of the 'Title' containment reference list. * @see net.opengis.wfs20.Wfs20Package#getFeatureTypeType_Title() * @model containment="true" * extendedMetaData="kind='element' name='Title' namespace='##targetNamespace'" * @generated */ EList getTitle(); /** * Returns the value of the 'Abstract' containment reference list. * The list contents are of type {@link net.opengis.wfs20.AbstractType}. * *

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

* * @return the value of the 'Abstract' containment reference list. * @see net.opengis.wfs20.Wfs20Package#getFeatureTypeType_Abstract() * @model containment="true" * extendedMetaData="kind='element' name='Abstract' namespace='##targetNamespace'" * @generated */ EList getAbstract(); /** * Returns the value of the 'Keywords' containment reference list. * The list contents are of type {@link net.opengis.ows11.KeywordsType}. * *

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

* * @return the value of the 'Keywords' containment reference list. * @see net.opengis.wfs20.Wfs20Package#getFeatureTypeType_Keywords() * @model containment="true" * extendedMetaData="kind='element' name='Keywords' namespace='http://www.opengis.net/ows/1.1'" * @generated */ EList getKeywords(); /** * Returns the value of the 'Default CRS' attribute. * *

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

* * @return the value of the 'Default CRS' attribute. * @see #setDefaultCRS(String) * @see net.opengis.wfs20.Wfs20Package#getFeatureTypeType_DefaultCRS() * @model dataType="org.eclipse.emf.ecore.xml.type.AnyURI" * extendedMetaData="kind='element' name='DefaultCRS' namespace='##targetNamespace'" * @generated */ String getDefaultCRS(); /** * Sets the value of the '{@link net.opengis.wfs20.FeatureTypeType#getDefaultCRS Default CRS}' attribute. * * * @param value the new value of the 'Default CRS' attribute. * @see #getDefaultCRS() * @generated */ void setDefaultCRS(String value); /** * Returns the value of the 'Other CRS' attribute list. * The list contents are of type {@link java.lang.String}. * *

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

* * @return the value of the 'Other CRS' attribute list. * @see net.opengis.wfs20.Wfs20Package#getFeatureTypeType_OtherCRS() * @model unique="false" dataType="org.eclipse.emf.ecore.xml.type.AnyURI" * extendedMetaData="kind='element' name='OtherCRS' namespace='##targetNamespace'" * @generated */ EList getOtherCRS(); /** * Returns the value of the 'No CRS' containment reference. * *

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

* * @return the value of the 'No CRS' containment reference. * @see #setNoCRS(NoCRSType) * @see net.opengis.wfs20.Wfs20Package#getFeatureTypeType_NoCRS() * @model containment="true" * extendedMetaData="kind='element' name='NoCRS' namespace='##targetNamespace'" * @generated */ NoCRSType getNoCRS(); /** * Sets the value of the '{@link net.opengis.wfs20.FeatureTypeType#getNoCRS No CRS}' containment reference. * * * @param value the new value of the 'No CRS' containment reference. * @see #getNoCRS() * @generated */ void setNoCRS(NoCRSType value); /** * Returns the value of the 'Output Formats' containment reference. * *

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

* * @return the value of the 'Output Formats' containment reference. * @see #setOutputFormats(OutputFormatListType) * @see net.opengis.wfs20.Wfs20Package#getFeatureTypeType_OutputFormats() * @model containment="true" * extendedMetaData="kind='element' name='OutputFormats' namespace='##targetNamespace'" * @generated */ OutputFormatListType getOutputFormats(); /** * Sets the value of the '{@link net.opengis.wfs20.FeatureTypeType#getOutputFormats Output Formats}' containment reference. * * * @param value the new value of the 'Output Formats' containment reference. * @see #getOutputFormats() * @generated */ void setOutputFormats(OutputFormatListType value); /** * Returns the value of the 'WGS84 Bounding Box' containment reference list. * The list contents are of type {@link net.opengis.ows11.WGS84BoundingBoxType}. * *

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

* * @return the value of the 'WGS84 Bounding Box' containment reference list. * @see net.opengis.wfs20.Wfs20Package#getFeatureTypeType_WGS84BoundingBox() * @model containment="true" * extendedMetaData="kind='element' name='WGS84BoundingBox' namespace='http://www.opengis.net/ows/1.1'" * @generated */ EList getWGS84BoundingBox(); /** * Returns the value of the 'Metadata URL' containment reference list. * The list contents are of type {@link net.opengis.wfs20.MetadataURLType}. * *

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

* * @return the value of the 'Metadata URL' containment reference list. * @see net.opengis.wfs20.Wfs20Package#getFeatureTypeType_MetadataURL() * @model containment="true" * extendedMetaData="kind='element' name='MetadataURL' namespace='##targetNamespace'" * @generated */ EList getMetadataURL(); /** * Returns the value of the 'Extended Description' containment reference. * *

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

* * @return the value of the 'Extended Description' containment reference. * @see #setExtendedDescription(ExtendedDescriptionType) * @see net.opengis.wfs20.Wfs20Package#getFeatureTypeType_ExtendedDescription() * @model containment="true" * extendedMetaData="kind='element' name='ExtendedDescription' namespace='##targetNamespace'" * @generated */ ExtendedDescriptionType getExtendedDescription(); /** * Sets the value of the '{@link net.opengis.wfs20.FeatureTypeType#getExtendedDescription Extended Description}' containment reference. * * * @param value the new value of the 'Extended Description' containment reference. * @see #getExtendedDescription() * @generated */ void setExtendedDescription(ExtendedDescriptionType value); } // FeatureTypeType