/** * * * * $Id$ */ package net.opengis.ows11; import org.eclipse.emf.ecore.EObject; /** * * A representation of the model object 'Online Resource Type'. * * * * Reference to on-line resource from which data can be obtained. * For OWS use in the service metadata document, the CI_OnlineResource class was XML encoded as the attributeGroup "xlink:simpleLink", as used in GML. * * *

* The following features are supported: *

*

* * @see net.opengis.ows11.Ows11Package#getOnlineResourceType() * @model extendedMetaData="name='OnlineResourceType' kind='empty'" * @generated */ public interface OnlineResourceType extends EObject { /** * @model */ String getHref(); /** * Sets the value of the '{@link net.opengis.ows11.OnlineResourceType#getHref Href}' attribute. * * * @param value the new value of the 'Href' attribute. * @see #getHref() * @generated */ void setHref(String value); } // OnlineResourceType