/** * * * * $Id$ */ package net.opengis.wps; import org.eclipse.emf.ecore.EObject; /** * * A representation of the model object 'Body Reference Type'. * * *

* The following features are supported: *

*

* * @see net.opengis.wps.WpsPackage#getBodyReferenceType() * @model extendedMetaData="name='BodyReference_._type' kind='empty'" * @generated */ public interface BodyReferenceType extends EObject { /** * Returns the value of the 'Href' attribute. * * * * Reference to a remote document to be used as the body of the an HTTP POST request message. This attribute shall contain a URL from which this input can be electronically retrieved. * * @return the value of the 'Href' attribute. * @see #setHref(String) * @see net.opengis.wps.WpsPackage#getBodyReferenceType_Href() * @model dataType="org.eclipse.emf.ecore.xml.type.AnyURI" required="true" * extendedMetaData="kind='attribute' name='href' namespace='http://www.w3.org/1999/xlink'" * @generated */ String getHref(); /** * Sets the value of the '{@link net.opengis.wps.BodyReferenceType#getHref Href}' attribute. * * * @param value the new value of the 'Href' attribute. * @see #getHref() * @generated */ void setHref(String value); } // BodyReferenceType