Package net.opengis.wps10
Interface ResponseFormType
- All Superinterfaces:
EObject,Notifier
- All Known Implementing Classes:
ResponseFormTypeImpl
public interface ResponseFormType
extends EObject
A representation of the model object 'Response Form Type'.
Defines the response type of the WPS, either raw data or XML document
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Raw Data Output' containment reference.Returns the value of the 'Response Document' containment reference.voidSets the value of the 'Raw Data Output' containment reference.voidSets the value of the 'Response Document' containment reference.Methods inherited from interface EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getResponseDocument
ResponseDocumentType getResponseDocument()Returns the value of the 'Response Document' containment reference. Indicates that the outputs shall be returned as part of a WPS response document.- Returns:
- the value of the 'Response Document' containment reference.
- See Also:
-
setResponseDocument
Sets the value of the 'Response Document' containment reference.- Parameters:
value- the new value of the 'Response Document' containment reference.- See Also:
-
getRawDataOutput
OutputDefinitionType getRawDataOutput()Returns the value of the 'Raw Data Output' containment reference. Indicates that the output shall be returned directly as raw data, without a WPS response document.- Returns:
- the value of the 'Raw Data Output' containment reference.
- See Also:
-
setRawDataOutput
Sets the value of the 'Raw Data Output' containment reference.- Parameters:
value- the new value of the 'Raw Data Output' containment reference.- See Also:
-