Package net.opengis.wps20
Interface BodyReferenceType
- 
- All Superinterfaces:
- EObject,- Notifier
 - All Known Implementing Classes:
- BodyReferenceTypeImpl
 
 public interface BodyReferenceType extends EObjectA representation of the model object 'Body Reference Type'.The following features are supported: - See Also:
- Wps20Package.getBodyReferenceType()
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetHref()Returns the value of the 'Href' attribute.voidsetHref(String value)Sets the value of the 'Href' attribute.
 
- 
- 
- 
Method Detail- 
getHrefString getHref() Returns the value of the 'Href' attribute. HTTP URI that points to the remote resource where the request body may be retrieved.- Returns:
- the value of the 'Href' attribute.
- See Also:
- setHref(String),- Wps20Package.getBodyReferenceType_Href()
 
 
- 
 
-