net.opengis.wps10
Interface ResponseFormType

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
ResponseFormTypeImpl

public interface ResponseFormType
extends org.eclipse.emf.ecore.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:
Wps10Package.getResponseFormType()

Method Summary
 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.
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

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()


Copyright © 1996-2010 Geotools. All Rights Reserved.