Interface ComplexDataDescriptionType

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

      • 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:
        getMimeType()
      • setEncoding

        void setEncoding​(String value)
        Sets the value of the 'Encoding' attribute.
        Parameters:
        value - the new value of the 'Encoding' attribute.
        See Also:
        getEncoding()
      • 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(String), Wps10Package.getComplexDataDescriptionType_Schema()
      • setSchema

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