Interface UwsJobInfo.Result

Enclosing interface:
UwsJobInfo

public static interface UwsJobInfo.Result
Represents a result associated with a UWS job.
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the optional xlink:href attribute for this result.
    Returns this result's ID (name).
    Returns the optional xlink:type attribute for this result.
    Returns this result's value.
  • Method Details

    • getId

      String getId()
      Returns this result's ID (name).
      Returns:
      name
    • getValue

      String getValue()
      Returns this result's value.
      Returns:
      value
    • getHref

      String getHref()
      Returns the optional xlink:href attribute for this result.
      Returns:
      link reference
    • getType

      String getType()
      Returns the optional xlink:type attribute for this result.
      Returns:
      link type