Package net.opengis.wps10
Interface ComplexDataCombinationType
- 
- All Superinterfaces:
- EObject,- Notifier
 - All Known Implementing Classes:
- ComplexDataCombinationTypeImpl
 
 public interface ComplexDataCombinationType extends EObjectA representation of the model object 'Complex Data Combination Type'. Identifies the default Format, Encoding, and Schema supported for this input or output. The process shall expect input in or produce output in this combination of Format/Encoding/Schema unless the Execute request specifies otherwise..The following features are supported: 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description ComplexDataDescriptionTypegetFormat()Returns the value of the 'Format' containment reference.voidsetFormat(ComplexDataDescriptionType value)Sets the value of the 'Format' containment reference.
 
- 
- 
- 
Method Detail- 
getFormatComplexDataDescriptionType getFormat() Returns the value of the 'Format' containment reference. The default combination of MimeType/Encoding/Schema supported for this Input/Output.- Returns:
- the value of the 'Format' containment reference.
- See Also:
- setFormat(ComplexDataDescriptionType),- Wps10Package.getComplexDataCombinationType_Format()
 
 - 
setFormatvoid setFormat(ComplexDataDescriptionType value) Sets the value of the 'Format' containment reference.- Parameters:
- value- the new value of the 'Format' containment reference.
- See Also:
- getFormat()
 
 
- 
 
-