uk.ac.starlink.vo
Interface UwsJobInfo.Result

Enclosing interface:
UwsJobInfo

public static interface UwsJobInfo.Result

Represents a result associated with a UWS job.


Method Summary
 String getHref()
          Returns the optional xlink:href attribute for this result.
 String getId()
          Returns this result's ID (name).
 String getType()
          Returns the optional xlink:type attribute for this result.
 String getValue()
          Returns this result's value.
 

Method Detail

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


Copyright © 2015 Central Laboratory of the Research Councils. All Rights Reserved.