Package net.opengis.wps10
Interface OutputDataType
- All Superinterfaces:
DescriptionType
,EObject
,Notifier
- All Known Implementing Classes:
OutputDataTypeImpl
A representation of the model object 'Output Data Type'.
Value of one output from a process.
In this use, the DescriptionType shall describe this process output.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptiongetData()
Returns the value of the 'Data' containment reference.Returns the value of the 'Reference' containment reference.void
Sets the value of the 'Data
' containment reference.void
setReference
(OutputReferenceType value) Sets the value of the 'Reference
' containment reference.Methods inherited from interface DescriptionType
getAbstract, getIdentifier, getMetadata, getTitle, setAbstract, setIdentifier, setTitle
Methods inherited from interface EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
Methods inherited from interface Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getReference
OutputReferenceType getReference()Returns the value of the 'Reference' containment reference. Identifies this output as a web accessible resource, and references that resource. This element shall only be used for complex data. This element shall be used by a server when "store" in the Execute request is "true".- Returns:
- the value of the 'Reference' containment reference.
- See Also:
-
setReference
Sets the value of the 'Reference
' containment reference.- Parameters:
value
- the new value of the 'Reference' containment reference.- See Also:
-
getData
DataType getData()Returns the value of the 'Data' containment reference. Identifies this output value as a data embedded in this response, and includes that data. This element shall be used by a server when "store" in the Execute request is "false".- Returns:
- the value of the 'Data' containment reference.
- See Also:
-
setData
Sets the value of the 'Data
' containment reference.- Parameters:
value
- the new value of the 'Data' containment reference.- See Also:
-