Class SavotValues

All Implemented Interfaces:
IDSupport, RefSupport, SimpleTypes

public final class SavotValues extends MarkupComment implements IDSupport, RefSupport

Values element

Author:
Andre Schaaff
  • Constructor Details

    • SavotValues

      public SavotValues()
      Constructor
  • Method Details

    • setId

      public void setId(String id)
      Set the id attribute
      Specified by:
      setId in interface IDSupport
      Parameters:
      id - String
    • getId

      public String getId()
      Get the id attribute
      Specified by:
      getId in interface IDSupport
      Returns:
      a String
    • setType

      public void setType(String type)
      Set the type attribute
      Parameters:
      type - String (legal, actual)
    • getType

      public String getType()
      Get the type attribute
      Returns:
      a String
    • setNull

      public void setNull(String nul)
      Set the null attribute
      Parameters:
      nul - String
    • getNull

      public String getNull()
      Get the null attribute
      Returns:
      a String
    • setRef

      public void setRef(String ref)
      Set the ref attribute
      Specified by:
      setRef in interface RefSupport
      Parameters:
      ref - ref
    • getRef

      public String getRef()
      Get the ref attribute
      Specified by:
      getRef in interface RefSupport
      Returns:
      a String
    • setInvalid

      public void setInvalid(String invalid)
      Set the invalid attribute deprecated since VOTable 1.1
      Parameters:
      invalid - String
    • getInvalid

      public String getInvalid()
      Get the invalid attribute deprecated since VOTable 1.1
      Returns:
      a String
    • setMin

      public void setMin(SavotMin min)
      Set MIN element
      Parameters:
      min -
    • getMin

      public SavotMin getMin()
      Get MIN element
      Returns:
      a SavotMin object
    • setMax

      public void setMax(SavotMax max)
      Set MAX element
      Parameters:
      max -
    • getMax

      public SavotMax getMax()
      Get MAX element
      Returns:
      a SavotMax object
    • getOptions

      public OptionSet getOptions()
      Get OPTION element set reference
      Returns:
      OptionSet object
    • setOptions

      public void setOptions(OptionSet options)
      Set OPTION element set reference
      Parameters:
      options -