net.opengis.wps10
Interface SupportedComplexDataType

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Subinterfaces:
SupportedComplexDataInputType
All Known Implementing Classes:
SupportedComplexDataInputTypeImpl, SupportedComplexDataTypeImpl

public interface SupportedComplexDataType
extends org.eclipse.emf.ecore.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:

See Also:
Wps10Package.getSupportedComplexDataType()

Method Summary
 ComplexDataCombinationType getDefault()
          Returns the value of the 'Default' containment reference.
 ComplexDataCombinationsType getSupported()
          Returns the value of the 'Supported' containment reference.
 void setDefault(ComplexDataCombinationType value)
          Sets the value of the 'Default' containment reference.
 void setSupported(ComplexDataCombinationsType value)
          Sets the value of the 'Supported' containment reference.
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

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()


Copyright © 1996-2010 Geotools. All Rights Reserved.