Interface ComplexDataDescriptionType

All Superinterfaces:
EObject, Notifier
All Known Implementing Classes:
ComplexDataDescriptionTypeImpl

public interface ComplexDataDescriptionType extends EObject
A representation of the model object 'Complex Data Description Type'. A combination of format, encoding, and/or schema supported by a process input or output.

The following features are supported:

See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the value of the 'Encoding' attribute.
    Returns the value of the 'Mime Type' attribute.
    Returns the value of the 'Schema' attribute.
    void
    Sets the value of the 'Encoding' attribute.
    void
    Sets the value of the 'Mime Type' attribute.
    void
    Sets the value of the 'Schema' attribute.

    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

    • getMimeType

      String getMimeType()
      Returns the value of the 'Mime Type' attribute. Mime type supported for this input or output (e.g., text/xml).
      Returns:
      the value of the 'Mime Type' attribute.
      See Also:
    • setMimeType

      void setMimeType(String value)
      Sets the value of the 'Mime Type' attribute.
      Parameters:
      value - the new value of the 'Mime Type' attribute.
      See Also:
    • getEncoding

      String getEncoding()
      Returns the value of the 'Encoding' attribute. Reference to an encoding supported for this input or output (e.g., UTF-8). This element shall be omitted if Encoding does not apply to this Input/Output.
      Returns:
      the value of the 'Encoding' attribute.
      See Also:
    • setEncoding

      void setEncoding(String value)
      Sets the value of the 'Encoding' attribute.
      Parameters:
      value - the new value of the 'Encoding' attribute.
      See Also:
    • getSchema

      String getSchema()
      Returns the value of the 'Schema' attribute. Reference to a definition of XML elements or types supported for this Input/Output (e.g., GML 2.1 Application Schema). Each of these XML elements or types shall be defined in a separate XML Schema Document. This parameter shall be included when this input/output is XML encoded using an XML schema. When included, the input/output shall validate against the referenced XML Schema. This element shall be omitted if Schema does not apply to this Input/Output. Note: If the Input/Output uses a profile of a larger schema, the server administrator should provide that schema profile for validation purposes.
      Returns:
      the value of the 'Schema' attribute.
      See Also:
    • setSchema

      void setSchema(String value)
      Sets the value of the 'Schema' attribute.
      Parameters:
      value - the new value of the 'Schema' attribute.
      See Also: