Package net.opengis.wps10
Interface SupportedComplexDataType
- All Superinterfaces:
EObject
,Notifier
- All Known Subinterfaces:
SupportedComplexDataInputType
- All Known Implementing Classes:
SupportedComplexDataInputTypeImpl
,SupportedComplexDataTypeImpl
public interface SupportedComplexDataType
extends EObject
A 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
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
-
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
Sets the value of the 'Default
' containment reference.- Parameters:
value
- the new value of the 'Default' containment reference.- See Also:
-
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
Sets the value of the 'Supported
' containment reference.- Parameters:
value
- the new value of the 'Supported' containment reference.- See Also:
-