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

* The following features are supported: *

*

* * @see net.opengis.wfs20.Wfs20Package#getDescribeFeatureTypeType() * @model extendedMetaData="name='DescribeFeatureTypeType' kind='elementOnly'" * @generated */ public interface DescribeFeatureTypeType extends BaseRequestType { /** * Returns the value of the 'Type Name' attribute list. * The list contents are of type {@link javax.xml.namespace.QName}. * *

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

* * @return the value of the 'Type Name' attribute list. * @see net.opengis.wfs20.Wfs20Package#getDescribeFeatureTypeType_TypeName() * @model unique="false" dataType="org.eclipse.emf.ecore.xml.type.QName" * extendedMetaData="kind='element' name='TypeName' namespace='##targetNamespace'" * @generated */ EList getTypeName(); /** * Returns the value of the 'Output Format' attribute. * The default value is "application/gml+xml; version=3.2". * *

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

* * @return the value of the 'Output Format' attribute. * @see #isSetOutputFormat() * @see #unsetOutputFormat() * @see #setOutputFormat(String) * @see net.opengis.wfs20.Wfs20Package#getDescribeFeatureTypeType_OutputFormat() * @model default="application/gml+xml; version=3.2" unsettable="true" dataType="org.eclipse.emf.ecore.xml.type.String" * extendedMetaData="kind='attribute' name='outputFormat'" * @generated */ String getOutputFormat(); /** * Sets the value of the '{@link net.opengis.wfs20.DescribeFeatureTypeType#getOutputFormat Output Format}' attribute. * * * @param value the new value of the 'Output Format' attribute. * @see #isSetOutputFormat() * @see #unsetOutputFormat() * @see #getOutputFormat() * @generated */ void setOutputFormat(String value); /** * Unsets the value of the '{@link net.opengis.wfs20.DescribeFeatureTypeType#getOutputFormat Output Format}' attribute. * * * @see #isSetOutputFormat() * @see #getOutputFormat() * @see #setOutputFormat(String) * @generated */ void unsetOutputFormat(); /** * Returns whether the value of the '{@link net.opengis.wfs20.DescribeFeatureTypeType#getOutputFormat Output Format}' attribute is set. * * * @return whether the value of the 'Output Format' attribute is set. * @see #unsetOutputFormat() * @see #getOutputFormat() * @see #setOutputFormat(String) * @generated */ boolean isSetOutputFormat(); } // DescribeFeatureTypeType