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 SummaryModifier 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.booleanReturns whether the value of the 'Transmission' attribute is set.voidsetEncoding(String value) Sets the value of the 'Encoding' attribute.voidSets the value of the 'Id' attribute.voidsetMimeType(String value) Sets the value of the 'Mime Type' attribute.voidsetOutput(OutputDefinitionType value) Sets the value of the 'Output' containment reference.voidSets the value of the 'Schema' attribute.voidSets the value of the 'Transmission' attribute.voidUnsets the value of the 'Transmission' attribute.Methods inherited from interface EObjecteAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface NotifiereAdapters, eDeliver, eNotify, eSetDeliver
- 
Method Details- 
getOutputOutputDefinitionType getOutput()Returns the value of the 'Output' containment reference.- Returns:
- the value of the 'Output' containment reference.
- See Also:
 
- 
setOutputSets the value of the 'Output' containment reference.- Parameters:
- value- the new value of the 'Output' containment reference.
- See Also:
 
- 
getEncodingString 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:
 
- 
setEncodingSets the value of the 'Encoding' attribute.- Parameters:
- value- the new value of the 'Encoding' attribute.
- See Also:
 
- 
getIdString getId()Returns the value of the 'Id' attribute. Identifier of this output.- Returns:
- the value of the 'Id' attribute.
- See Also:
 
- 
setIdSets the value of the 'Id' attribute.- Parameters:
- value- the new value of the 'Id' attribute.
- See Also:
 
- 
getMimeTypeString getMimeType()Returns the value of the 'Mime Type' attribute. Media type of the data.- Returns:
- the value of the 'Mime Type' attribute.
- See Also:
 
- 
setMimeTypeSets the value of the 'Mime Type' attribute.- Parameters:
- value- the new value of the 'Mime Type' attribute.
- See Also:
 
- 
getSchemaString getSchema()Returns the value of the 'Schema' attribute. Identification of the data schema.- Returns:
- the value of the 'Schema' attribute.
- See Also:
 
- 
setSchemaSets the value of the 'Schema' attribute.- Parameters:
- value- the new value of the 'Schema' attribute.
- See Also:
 
- 
getTransmissionDataTransmissionModeType 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:
 
- 
setTransmissionSets the value of the 'Transmission' attribute.- Parameters:
- value- the new value of the 'Transmission' attribute.
- See Also:
 
- 
unsetTransmissionvoid unsetTransmission()Unsets the value of the 'Transmission' attribute.
- 
isSetTransmissionboolean isSetTransmission()Returns whether the value of the 'Transmission' attribute is set.- Returns:
- whether the value of the 'Transmission' attribute is set.
- See Also:
 
 
-