|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.ivoa.xml.voresource.v1.Validation
public class Validation
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 |
|---|
protected java.math.BigInteger value
protected java.lang.String validatedBy
| Constructor Detail |
|---|
public Validation()
| Method Detail |
|---|
public java.math.BigInteger getValue()
BigIntegerpublic void setValue(java.math.BigInteger value)
value - allowed object is
BigIntegerpublic java.lang.String getValidatedBy()
Stringpublic void setValidatedBy(java.lang.String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||