Class Validation.ValidationBuilder

java.lang.Object
org.ivoa.dm.regtap.Validation.ValidationBuilder
Enclosing class:
Validation

public static class Validation.ValidationBuilder extends Object
A builder class for Validation, mainly for use in the functional builder pattern.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    If non-NULL, the validation only refers to the capability referenced here.
    A numeric grade describing the quality of the resource description, when applicable, to be used to indicate the confidence an end-user can put in the resource as part of a VO application or research study.
    The IVOA ID of the registry or organisation that assigned the validation level.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    create a Validation from this builder.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • validated_by

      public String validated_by
      The IVOA ID of the registry or organisation that assigned the validation level.
    • val_level

      public Integer val_level
      A numeric grade describing the quality of the resource description, when applicable, to be used to indicate the confidence an end-user can put in the resource as part of a VO application or research study.
    • cap_index

      public Integer cap_index
      If non-NULL, the validation only refers to the capability referenced here.
  • Constructor Details

    • ValidationBuilder

      public ValidationBuilder()
  • Method Details

    • create

      public Validation create()
      create a Validation from this builder.
      Returns:
      an object initialized from the builder.