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