Package net.opengis.wps20
Interface DataOutputType
- All Superinterfaces:
EObject
,Notifier
- All Known Implementing Classes:
DataOutputTypeImpl
public interface DataOutputType
extends EObject
A representation of the model object 'Data Output Type'.
This type describes a process output in the execute response.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptiongetData()
Returns the value of the 'Data' containment reference.getId()
Returns the value of the 'Id' attribute.Returns the value of the 'Output' containment reference.Returns the value of the 'Reference' containment reference.void
Sets the value of the 'Data
' containment reference.void
Sets the value of the 'Id
' attribute.void
setOutput
(DataOutputType value) Sets the value of the 'Output
' containment reference.void
setReference
(ReferenceType value) Sets the value of the 'Reference
' containment reference.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
-
getData
DataType getData()Returns the value of the 'Data' containment reference.- 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:
-
getReference
ReferenceType getReference()Returns the value of the 'Reference' containment reference. This element is used for web accessible references to a data set or value.- 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:
-
getOutput
DataOutputType getOutput()Returns the value of the 'Output' containment reference.- Returns:
- the value of the 'Output' containment reference.
- See Also:
-
setOutput
Sets the value of the 'Output
' containment reference.- Parameters:
value
- the new value of the 'Output' containment reference.- See Also:
-
getId
String getId()Returns the value of the 'Id' attribute. Identifier of this output.- Returns:
- the value of the 'Id' attribute.
- See Also:
-
setId
Sets the value of the 'Id
' attribute.- Parameters:
value
- the new value of the 'Id' attribute.- See Also:
-