net.opengis.wps10
Interface BodyReferenceType

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
BodyReferenceTypeImpl

public interface BodyReferenceType
extends org.eclipse.emf.ecore.EObject

A representation of the model object 'Body Reference Type'.

The following features are supported:

See Also:
Wps10Package.getBodyReferenceType()

Method Summary
 java.lang.String getHref()
          Returns the value of the 'Href' attribute.
 void setHref(java.lang.String value)
          Sets the value of the 'Href' attribute.
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getHref

java.lang.String getHref()
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.

Returns:
the value of the 'Href' attribute.
See Also:
setHref(String), Wps10Package.getBodyReferenceType_Href()

setHref

void setHref(java.lang.String value)
Sets the value of the 'Href' attribute.

Parameters:
value - the new value of the 'Href' attribute.
See Also:
getHref()


Copyright © 1996-2010 Geotools. All Rights Reserved.