net.opengis.wps10
Interface ComplexDataCombinationType

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
ComplexDataCombinationTypeImpl

public interface ComplexDataCombinationType
extends org.eclipse.emf.ecore.EObject

A 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:

See Also:
Wps10Package.getComplexDataCombinationType()

Method Summary
 ComplexDataDescriptionType getFormat()
          Returns the value of the 'Format' containment reference.
 void setFormat(ComplexDataDescriptionType value)
          Sets the value of the 'Format' 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

getFormat

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

setFormat

void setFormat(ComplexDataDescriptionType value)
Sets the value of the 'Format' containment reference.

Parameters:
value - the new value of the 'Format' containment reference.
See Also:
getFormat()


Copyright © 1996-2010 Geotools. All Rights Reserved.