/** * * * * $Id$ */ package net.opengis.wfs20; import net.opengis.fes20.FilterCapabilitiesType; import net.opengis.ows11.CapabilitiesBaseType; /** * * A representation of the model object 'WFS Capabilities Type'. * * *

* The following features are supported: *

*

* * @see net.opengis.wfs20.Wfs20Package#getWFSCapabilitiesType() * @model extendedMetaData="name='WFS_CapabilitiesType' kind='elementOnly'" * @generated */ public interface WFSCapabilitiesType extends CapabilitiesBaseType { /** * Returns the value of the 'WSDL' containment reference. * *

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

* * @return the value of the 'WSDL' containment reference. * @see #setWSDL(WSDLType) * @see net.opengis.wfs20.Wfs20Package#getWFSCapabilitiesType_WSDL() * @model containment="true" * extendedMetaData="kind='element' name='WSDL' namespace='##targetNamespace'" * @generated */ WSDLType getWSDL(); /** * Sets the value of the '{@link net.opengis.wfs20.WFSCapabilitiesType#getWSDL WSDL}' containment reference. * * * @param value the new value of the 'WSDL' containment reference. * @see #getWSDL() * @generated */ void setWSDL(WSDLType value); /** * Returns the value of the 'Feature Type List' containment reference. * *

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

* * @return the value of the 'Feature Type List' containment reference. * @see #setFeatureTypeList(FeatureTypeListType) * @see net.opengis.wfs20.Wfs20Package#getWFSCapabilitiesType_FeatureTypeList() * @model containment="true" * extendedMetaData="kind='element' name='FeatureTypeList' namespace='##targetNamespace'" * @generated */ FeatureTypeListType getFeatureTypeList(); /** * Sets the value of the '{@link net.opengis.wfs20.WFSCapabilitiesType#getFeatureTypeList Feature Type List}' containment reference. * * * @param value the new value of the 'Feature Type List' containment reference. * @see #getFeatureTypeList() * @generated */ void setFeatureTypeList(FeatureTypeListType value); /** * Returns the value of the 'Filter Capabilities' containment reference. * *

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

* * @return the value of the 'Filter Capabilities' containment reference. * @see #setFilterCapabilities(FilterCapabilitiesType) * @see net.opengis.wfs20.Wfs20Package#getWFSCapabilitiesType_FilterCapabilities() * @model containment="true" * extendedMetaData="kind='element' name='Filter_Capabilities' namespace='http://www.opengis.net/fes/2.0'" * @generated */ FilterCapabilitiesType getFilterCapabilities(); /** * Sets the value of the '{@link net.opengis.wfs20.WFSCapabilitiesType#getFilterCapabilities Filter Capabilities}' containment reference. * * * @param value the new value of the 'Filter Capabilities' containment reference. * @see #getFilterCapabilities() * @generated */ void setFilterCapabilities(FilterCapabilitiesType value); } // WFSCapabilitiesType