Class DescribeProcessResponse
- java.lang.Object
-
- org.n52.shetland.ogc.ows.service.OwsServiceCommunicationObject
-
- org.n52.shetland.ogc.ows.service.OwsServiceResponse
-
- org.n52.shetland.ogc.wps.response.DescribeProcessResponse
-
- All Implemented Interfaces:
AutoCloseable,HasExtension<OwsServiceResponse>
public class DescribeProcessResponse extends OwsServiceResponse
-
-
Constructor Summary
Constructors Constructor Description DescribeProcessResponse()DescribeProcessResponse(String service, String version)DescribeProcessResponse(String service, String version, ProcessOfferings offerings)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetOperationName()ProcessOfferingsgetProcessOfferings()voidsetOfferings(ProcessOfferings offerings)-
Methods inherited from class org.n52.shetland.ogc.ows.service.OwsServiceResponse
close, getContentType, getExtensions, isSetContentType, setContentType, setExtensions
-
Methods inherited from class org.n52.shetland.ogc.ows.service.OwsServiceCommunicationObject
getKey, getService, getVersion, hasOperationName, isSetService, isSetVersion, set, setOperationName, setService, setVersion, toString
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.n52.shetland.ogc.ows.HasExtension
addExtension, addExtension, addExtensions, addSweBooleanExtension, addSweBooleanExtension, addSwesExtension, addSweTextExtension, getBooleanExtension, getBooleanExtension, getBooleanExtension, getBooleanExtension, getExtension, getExtension, getExtensionCount, hasExtension, hasExtension, hasExtensions
-
-
-
-
Constructor Detail
-
DescribeProcessResponse
public DescribeProcessResponse(String service, String version, ProcessOfferings offerings)
-
DescribeProcessResponse
public DescribeProcessResponse()
-
-
Method Detail
-
getOperationName
public String getOperationName()
- Overrides:
getOperationNamein classOwsServiceCommunicationObject- Returns:
- the operationName
-
getProcessOfferings
public ProcessOfferings getProcessOfferings()
-
setOfferings
public void setOfferings(ProcessOfferings offerings)
-
-