/** * * * * $Id$ */ package net.opengis.wcs11; /** * * A representation of the model object 'Get Capabilities Type'. * * *

* The following features are supported: *

*

* * @see net.opengis.wcs11.Wcs111Package#getGetCapabilitiesType() * @model extendedMetaData="name='GetCapabilities_._type' kind='elementOnly'" * @generated */ public interface GetCapabilitiesType extends net.opengis.ows11.GetCapabilitiesType { /** * Returns the value of the 'Service' attribute. * The default value is "WCS". * *

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

* * @return the value of the 'Service' attribute. * @see #isSetService() * @see #unsetService() * @see #setService(String) * @see net.opengis.wcs11.Wcs111Package#getGetCapabilitiesType_Service() * @model default="WCS" unsettable="true" dataType="net.opengis.ows11.ServiceType" required="true" * extendedMetaData="kind='attribute' name='service'" * @generated */ String getService(); /** * Sets the value of the '{@link net.opengis.wcs11.GetCapabilitiesType#getService Service}' attribute. * * * @param value the new value of the 'Service' attribute. * @see #isSetService() * @see #unsetService() * @see #getService() * @generated */ void setService(String value); /** * Unsets the value of the '{@link net.opengis.wcs11.GetCapabilitiesType#getService Service}' attribute. * * * @see #isSetService() * @see #getService() * @see #setService(String) * @generated */ void unsetService(); /** * Returns whether the value of the '{@link net.opengis.wcs11.GetCapabilitiesType#getService Service}' attribute is set. * * * @return whether the value of the 'Service' attribute is set. * @see #unsetService() * @see #getService() * @see #setService(String) * @generated */ boolean isSetService(); } // GetCapabilitiesType