Interface DataType

  • All Superinterfaces:
    AnyType, EObject, Notifier
    All Known Implementing Classes:
    DataTypeImpl

    public interface DataType
    extends EObject, AnyType
    A representation of the model object 'Data Type'. This element is used to embed the data in a WPS request or response. The content can be XML data, plain character data, or specially encoded binary data (i.e. base64).

    The following features are supported:

    See Also:
    Wps20Package.getDataType()
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getEncoding()
      Returns the value of the 'Encoding' attribute.
      String getMimeType()
      Returns the value of the 'Mime Type' attribute.
      String getSchema()
      Returns the value of the 'Schema' attribute.
      void setEncoding​(String value)
      Sets the value of the 'Encoding' attribute.
      void setMimeType​(String value)
      Sets the value of the 'Mime Type' attribute.
      void setSchema​(String value)
      Sets the value of the 'Schema' attribute.
      • Methods inherited from interface AnyType

        getAny, getAnyAttribute, getMixed
      • 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