Package net.opengis.wps10
Interface BodyReferenceType
-
- All Superinterfaces:
EObject
,Notifier
- All Known Implementing Classes:
BodyReferenceTypeImpl
public interface BodyReferenceType extends EObject
A representation of the model object 'Body Reference Type'.The following features are supported:
- See Also:
Wps10Package.getBodyReferenceType()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getHref()
Returns the value of the 'Href' attribute.void
setHref(String value)
Sets the value of the 'Href
' attribute.
-
-
-
Method Detail
-
getHref
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()
-
-