edu.harvard.cfa.vo.tapclient.vosi
Class AccessURL

java.lang.Object
  extended by edu.harvard.cfa.vo.tapclient.vosi.AccessURL

public class AccessURL
extends java.lang.Object

The URL, and its context within a service, that a client uses to access a particular Interface of a service.

See Also:
Interface, VOResource: an XML Encoding Schema for Resource Metadata

Constructor Summary
protected AccessURL()
           
 
Method Summary
 java.lang.String getUse()
          Returns a string indicating the general way the URL is used.
 java.lang.String getValue()
          Returns the url for this AccessURL object.
 void list(java.io.PrintStream output)
           
 void list(java.io.PrintStream output, java.lang.String indent)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AccessURL

protected AccessURL()
Method Detail

getValue

public java.lang.String getValue()
Returns the url for this AccessURL object.

Returns:
the url

getUse

public java.lang.String getUse()
Returns a string indicating the general way the URL is used. The VOResource recommendation specifies the following allowed values:

Returns:
a string indicating the general way the URL is used. Though the values listed above are specified in the VOResource Recommendation, this object does not enforce the restriction.

list

public void list(java.io.PrintStream output)

list

public void list(java.io.PrintStream output,
                 java.lang.String indent)