Package net.opengis.wps10
Interface SupportedComplexDataType
-
- All Superinterfaces:
EObject,Notifier
- All Known Subinterfaces:
SupportedComplexDataInputType
- All Known Implementing Classes:
SupportedComplexDataInputTypeImpl,SupportedComplexDataTypeImpl
public interface SupportedComplexDataType extends EObjectA representation of the model object 'Supported Complex Data Type'. Formats, encodings, and schemas supported by a process input or output.The following features are supported:
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ComplexDataCombinationTypegetDefault()Returns the value of the 'Default' containment reference.ComplexDataCombinationsTypegetSupported()Returns the value of the 'Supported' containment reference.voidsetDefault(ComplexDataCombinationType value)Sets the value of the 'Default' containment reference.voidsetSupported(ComplexDataCombinationsType value)Sets the value of the 'Supported' containment reference.
-
-
-
Method Detail
-
getDefault
ComplexDataCombinationType getDefault()
Returns the value of the 'Default' containment reference. Identifies the default combination of Format, Encoding, and Schema supported for this Input/Output. The process shall expect input in or produce output in this combination of MimeType/Encoding/Schema unless the Execute request specifies otherwise.- Returns:
- the value of the 'Default' containment reference.
- See Also:
setDefault(ComplexDataCombinationType),Wps10Package.getSupportedComplexDataType_Default()
-
setDefault
void setDefault(ComplexDataCombinationType value)
Sets the value of the 'Default' containment reference.- Parameters:
value- the new value of the 'Default' containment reference.- See Also:
getDefault()
-
getSupported
ComplexDataCombinationsType getSupported()
Returns the value of the 'Supported' containment reference. Unordered list of combinations of format, encoding, and schema supported for this Input/Output. This element shall be repeated for each combination of MimeType/Encoding/Schema that is supported for this Input/Output. This list shall include the default MimeType/Encoding/Schema.- Returns:
- the value of the 'Supported' containment reference.
- See Also:
setSupported(ComplexDataCombinationsType),Wps10Package.getSupportedComplexDataType_Supported()
-
setSupported
void setSupported(ComplexDataCombinationsType value)
Sets the value of the 'Supported' containment reference.- Parameters:
value- the new value of the 'Supported' containment reference.- See Also:
getSupported()
-
-