/** * * * * $Id$ */ package net.opengis.wps; import 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 net.opengis.wps.WpsPackage#getComplexDataCombinationType() * @model extendedMetaData="name='ComplexDataCombinationType' kind='elementOnly'" * @generated */ public interface ComplexDataCombinationType extends EObject { /** * Returns the value of the 'Format' containment reference. * * * * The default combination of MimeType/Encoding/Schema supported for this Input/Output. * * @return the value of the 'Format' containment reference. * @see #setFormat(ComplexDataDescriptionType) * @see net.opengis.wps.WpsPackage#getComplexDataCombinationType_Format() * @model containment="true" required="true" * extendedMetaData="kind='element' name='Format'" * @generated */ ComplexDataDescriptionType getFormat(); /** * Sets the value of the '{@link net.opengis.wps.ComplexDataCombinationType#getFormat Format}' containment reference. * * * @param value the new value of the 'Format' containment reference. * @see #getFormat() * @generated */ void setFormat(ComplexDataDescriptionType value); } // ComplexDataCombinationType