Interface OutputReferenceType

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

public interface OutputReferenceType extends EObject
A representation of the model object 'Output Reference Type'. Reference to an output value that is a web accessible resource.

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 'Href' 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
    setHref(String value)
    Sets the value of the 'Href' 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

    • getEncoding

      String getEncoding()
      Returns the value of the 'Encoding' attribute. The encoding of this input or requested for this output (e.g., UTF-8). This "encoding" shall be included whenever the encoding required is not the default encoding indicated in the Process full description. When included, this encoding shall be one published for this output or input in the Process full description.
      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:
    • getHref

      String getHref()
      Returns the value of the 'Href' attribute. Reference to a web-accessible resource that is provided by the process as output. This attribute shall contain a URL from which this output can be electronically retrieved.
      Returns:
      the value of the 'Href' attribute.
      See Also:
    • setHref

      void setHref(String value)
      Sets the value of the 'Href' attribute.
      Parameters:
      value - the new value of the 'Href' attribute.
      See Also:
    • getMimeType

      String getMimeType()
      Returns the value of the 'Mime Type' attribute. The Format of this input or requested for this output (e.g., text/xml). This element shall be omitted when the Format is indicated in the http header of the output. When included, this format shall be one published for this output or input in the Process full description.
      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:
    • getSchema

      String getSchema()
      Returns the value of the 'Schema' attribute. Web-accessible XML Schema Document that defines the content model of this complex resource (e.g., encoded using GML 2.2 Application Schema). This reference should be included for XML encoded complex resources to facilitate validation. PS I changed the name of this attribute to be consistent with the ProcessDescription. The original was giving me validation troubles in XMLSpy.
      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: