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 executionThe following features are supported:
- See Also:
Wps20Package.getOutputDefinitionType()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getEncoding()
Returns the value of the 'Encoding' attribute.String
getId()
Returns the value of the 'Id' attribute.String
getMimeType()
Returns the value of the 'Mime Type' attribute.OutputDefinitionType
getOutput()
Returns the value of the 'Output' containment reference.String
getSchema()
Returns the value of the 'Schema' attribute.DataTransmissionModeType
getTransmission()
Returns the value of the 'Transmission' attribute.boolean
isSetTransmission()
Returns whether the value of the 'Transmission
' attribute is set.void
setEncoding(String value)
Sets the value of the 'Encoding
' attribute.void
setId(String value)
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
setSchema(String value)
Sets the value of the 'Schema
' attribute.void
setTransmission(DataTransmissionModeType value)
Sets the value of the 'Transmission
' attribute.void
unsetTransmission()
Unsets the value of the 'Transmission
' attribute.
-
-
-
Method Detail
-
getOutput
OutputDefinitionType getOutput()
Returns the value of the 'Output' containment reference.- Returns:
- the value of the 'Output' containment reference.
- See Also:
setOutput(OutputDefinitionType)
,Wps20Package.getOutputDefinitionType_Output()
-
setOutput
void setOutput(OutputDefinitionType value)
Sets the value of the 'Output
' containment reference.- Parameters:
value
- the new value of the 'Output' containment reference.- See Also:
getOutput()
-
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(String)
,Wps20Package.getOutputDefinitionType_Encoding()
-
setEncoding
void setEncoding(String value)
Sets the value of the 'Encoding
' attribute.- Parameters:
value
- the new value of the 'Encoding' attribute.- See Also:
getEncoding()
-
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.getOutputDefinitionType_Id()
-
setId
void setId(String value)
Sets the value of the 'Id
' attribute.- Parameters:
value
- the new value of the 'Id' attribute.- See Also:
getId()
-
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(String)
,Wps20Package.getOutputDefinitionType_MimeType()
-
setMimeType
void setMimeType(String value)
Sets the value of the 'Mime Type
' attribute.- Parameters:
value
- the new value of the 'Mime Type' attribute.- See Also:
getMimeType()
-
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(String)
,Wps20Package.getOutputDefinitionType_Schema()
-
setSchema
void setSchema(String value)
Sets the value of the 'Schema
' attribute.- Parameters:
value
- the new value of the 'Schema' attribute.- See Also:
getSchema()
-
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:
DataTransmissionModeType
,isSetTransmission()
,unsetTransmission()
,setTransmission(DataTransmissionModeType)
,Wps20Package.getOutputDefinitionType_Transmission()
-
setTransmission
void setTransmission(DataTransmissionModeType value)
Sets the value of the 'Transmission
' attribute.- Parameters:
value
- the new value of the 'Transmission' attribute.- See Also:
DataTransmissionModeType
,isSetTransmission()
,unsetTransmission()
,getTransmission()
-
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:
unsetTransmission()
,getTransmission()
,setTransmission(DataTransmissionModeType)
-
-