Package net.opengis.wps20
Interface DataOutputType
-
- All Superinterfaces:
EObject,Notifier
- All Known Implementing Classes:
DataOutputTypeImpl
public interface DataOutputType extends EObjectA 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:
Wps20Package.getDataOutputType()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DataTypegetData()Returns the value of the 'Data' containment reference.StringgetId()Returns the value of the 'Id' attribute.DataOutputTypegetOutput()Returns the value of the 'Output' containment reference.ReferenceTypegetReference()Returns the value of the 'Reference' containment reference.voidsetData(DataType value)Sets the value of the 'Data' containment reference.voidsetId(String value)Sets the value of the 'Id' attribute.voidsetOutput(DataOutputType value)Sets the value of the 'Output' containment reference.voidsetReference(ReferenceType value)Sets the value of the 'Reference' containment reference.
-
-
-
Method Detail
-
getData
DataType getData()
Returns the value of the 'Data' containment reference.- Returns:
- the value of the 'Data' containment reference.
- See Also:
setData(DataType),Wps20Package.getDataOutputType_Data()
-
setData
void setData(DataType value)
Sets the value of the 'Data' containment reference.- Parameters:
value- the new value of the 'Data' containment reference.- See Also:
getData()
-
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(ReferenceType),Wps20Package.getDataOutputType_Reference()
-
setReference
void setReference(ReferenceType value)
Sets the value of the 'Reference' containment reference.- Parameters:
value- the new value of the 'Reference' containment reference.- See Also:
getReference()
-
getOutput
DataOutputType getOutput()
Returns the value of the 'Output' containment reference.- Returns:
- the value of the 'Output' containment reference.
- See Also:
setOutput(DataOutputType),Wps20Package.getDataOutputType_Output()
-
setOutput
void setOutput(DataOutputType value)
Sets the value of the 'Output' containment reference.- Parameters:
value- the new value of the 'Output' containment reference.- See Also:
getOutput()
-
getId
String getId()
Returns the value of the 'Id' attribute. Identifier of this output.- Returns:
- the value of the 'Id' attribute.
- See Also:
setId(String),Wps20Package.getDataOutputType_Id()
-
-