net.ivoa.xml.voresource.v1
Class Validation

java.lang.Object
  extended by net.ivoa.xml.voresource.v1.Validation

public class Validation
extends java.lang.Object

a validation stamp combining a validation level and the ID of the validator.

Java class for Validation complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="Validation">
   <simpleContent>
     <extension base="<http://www.ivoa.net/xml/VOResource/v1.0>ValidationLevel">
       <attribute name="validatedBy" use="required" type="{http://www.ivoa.net/xml/VOResource/v1.0}IdentifierURI" />
     </extension>
   </simpleContent>
 </complexType>
 


Field Summary
protected  java.lang.String validatedBy
           
protected  java.math.BigInteger value
           
 
Constructor Summary
Validation()
           
 
Method Summary
 java.lang.String getValidatedBy()
          Gets the value of the validatedBy property.
 java.math.BigInteger getValue()
          See the RM (v1.1, section 4) for more guidance on the use of these values.
 void setValidatedBy(java.lang.String value)
          Sets the value of the validatedBy property.
 void setValue(java.math.BigInteger value)
          Sets the value of the value property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

value

protected java.math.BigInteger value

validatedBy

protected java.lang.String validatedBy
Constructor Detail

Validation

public Validation()
Method Detail

getValue

public java.math.BigInteger getValue()
See the RM (v1.1, section 4) for more guidance on the use of these values.

Returns:
possible object is BigInteger

setValue

public void setValue(java.math.BigInteger value)
Sets the value of the value property.

Parameters:
value - allowed object is BigInteger

getValidatedBy

public java.lang.String getValidatedBy()
Gets the value of the validatedBy property.

Returns:
possible object is String

setValidatedBy

public void setValidatedBy(java.lang.String value)
Sets the value of the validatedBy property.

Parameters:
value - allowed object is String


Copyright © 2011 VAMDC. All Rights Reserved.