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

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

public class Validation
extends java.lang.Object

An evaluation of the quality of the capability description and whether its implementation is functionally with applicable standards.

See Also:
Capability

Constructor Summary
protected Validation()
          Constructs a Validation object.
 
Method Summary
 java.lang.String getValidatedBy()
          Returns a String which may represent an IVOA ID referring to a registered organization or registry that determined the Validation value.
 java.math.BigInteger getValue()
          Returns a number indicating the validation level.
 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

Validation

protected Validation()
Constructs a Validation object. For use by subclasses

Method Detail

getValue

public java.math.BigInteger getValue()
Returns a number indicating the validation level.

Returns:
a number indicating the validation level or null if not specified by the service.

getValidatedBy

public java.lang.String getValidatedBy()
Returns a String which may represent an IVOA ID referring to a registered organization or registry that determined the Validation value.

Returns:
an IVOA ID referring to a registered organization that determined the Validation value or null if not specified by the service.

list

public void list(java.io.PrintStream output)

list

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