Package net.opengis.wps20
Interface OutputDefinitionType
- All Superinterfaces:
EObject
,Notifier
- All Known Implementing Classes:
OutputDefinitionTypeImpl
public interface OutputDefinitionType
extends EObject
A representation of the model object 'Output Definition Type'.
This structure contains information elements that describe the format and transmission mode
of the output data that is delivered by a process execution
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Encoding' attribute.getId()
Returns the value of the 'Id' attribute.Returns the value of the 'Mime Type' attribute.Returns the value of the 'Output' containment reference.Returns the value of the 'Schema' attribute.Returns the value of the 'Transmission' attribute.boolean
Returns whether the value of the 'Transmission
' attribute is set.void
setEncoding
(String value) Sets the value of the 'Encoding
' attribute.void
Sets the value of the 'Id
' attribute.void
setMimeType
(String value) Sets the value of the 'Mime Type
' attribute.void
setOutput
(OutputDefinitionType value) Sets the value of the 'Output
' containment reference.void
Sets the value of the 'Schema
' attribute.void
Sets the value of the 'Transmission
' attribute.void
Unsets the value of the 'Transmission
' attribute.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
-
getOutput
OutputDefinitionType 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:
-
getEncoding
String getEncoding()Returns the value of the 'Encoding' attribute. Encoding procedure or character set used (e.g. raw, base64, or UTF-8).- Returns:
- the value of the 'Encoding' attribute.
- See Also:
-
setEncoding
Sets the value of the 'Encoding
' attribute.- Parameters:
value
- the new value of the 'Encoding' attribute.- 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:
-
getMimeType
String getMimeType()Returns the value of the 'Mime Type' attribute. Media type of the data.- Returns:
- the value of the 'Mime Type' attribute.
- See Also:
-
setMimeType
Sets the value of the 'Mime Type
' attribute.- Parameters:
value
- the new value of the 'Mime Type' attribute.- See Also:
-
getSchema
String getSchema()Returns the value of the 'Schema' attribute. Identification of the data schema.- Returns:
- the value of the 'Schema' attribute.
- See Also:
-
setSchema
Sets the value of the 'Schema
' attribute.- Parameters:
value
- the new value of the 'Schema' attribute.- See Also:
-
getTransmission
DataTransmissionModeType getTransmission()Returns the value of the 'Transmission' attribute. The literals are from the enumerationDataTransmissionModeType
. The desired transmission mode for this output- Returns:
- the value of the 'Transmission' attribute.
- See Also:
-
setTransmission
Sets the value of the 'Transmission
' attribute.- Parameters:
value
- the new value of the 'Transmission' attribute.- See Also:
-
unsetTransmission
void unsetTransmission()Unsets the value of the 'Transmission
' attribute. -
isSetTransmission
boolean isSetTransmission()Returns whether the value of the 'Transmission
' attribute is set.- Returns:
- whether the value of the 'Transmission' attribute is set.
- See Also:
-