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

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

public class UploadMethod
extends java.lang.Object

The upload method supported by a service.


Method Summary
 java.lang.String getIvoId()
          The IVORN of the upload method.
 void list(java.io.PrintStream output)
          Write this UploadMethod to the PrintStream
 void list(java.io.PrintStream output, java.lang.String indent)
          Write this UploadMethod to the PrintStream
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getIvoId

public java.lang.String getIvoId()
The IVORN of the upload method.

Returns:
the IVO id associated with the upload method.

list

public void list(java.io.PrintStream output)
Write this UploadMethod to the PrintStream

Parameters:
output - the PrintStream

list

public void list(java.io.PrintStream output,
                 java.lang.String indent)
Write this UploadMethod to the PrintStream

Parameters:
output - the PrintStream
indent - the indentation to prepend