Class SavotValues

    • Constructor Detail

      • SavotValues

        public SavotValues()
        Constructor
    • Method Detail

      • setId

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

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

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

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

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

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

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

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

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

        public java.lang.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 -