Package org.n52.shetland.ogc.wps.data
Class ReferencedBody
- java.lang.Object
-
- org.n52.shetland.ogc.wps.data.Body
-
- org.n52.shetland.ogc.wps.data.ReferencedBody
-
public class ReferencedBody extends Body
TODO JavaDoc
-
-
Constructor Summary
Constructors Constructor Description ReferencedBody(URI href)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ReferencedBodyasReferenced()booleanequals(Object obj)StringgetBody()URIgetHref()inthashCode()booleanisReferenced()StringtoString()
-
-
-
Constructor Detail
-
ReferencedBody
public ReferencedBody(URI href)
-
-
Method Detail
-
getHref
public URI getHref()
-
getBody
public String getBody() throws IOException
- Specified by:
getBodyin classBody- Throws:
IOException
-
isReferenced
public boolean isReferenced()
- Overrides:
isReferencedin classBody
-
asReferenced
public ReferencedBody asReferenced()
- Overrides:
asReferencedin classBody
-
-