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 documentThe following features are supported:
- See Also:
Wps10Package.getResponseFormType()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description OutputDefinitionType
getRawDataOutput()
Returns the value of the 'Raw Data Output' containment reference.ResponseDocumentType
getResponseDocument()
Returns the value of the 'Response Document' containment reference.void
setRawDataOutput(OutputDefinitionType value)
Sets the value of the 'Raw Data Output
' containment reference.void
setResponseDocument(ResponseDocumentType value)
Sets the value of the 'Response Document
' containment reference.
-
-
-
Method Detail
-
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(ResponseDocumentType)
,Wps10Package.getResponseFormType_ResponseDocument()
-
setResponseDocument
void setResponseDocument(ResponseDocumentType value)
Sets the value of the 'Response Document
' containment reference.- Parameters:
value
- the new value of the 'Response Document' containment reference.- See Also:
getResponseDocument()
-
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(OutputDefinitionType)
,Wps10Package.getResponseFormType_RawDataOutput()
-
setRawDataOutput
void setRawDataOutput(OutputDefinitionType value)
Sets the value of the 'Raw Data Output
' containment reference.- Parameters:
value
- the new value of the 'Raw Data Output' containment reference.- See Also:
getRawDataOutput()
-
-