Class SavotParamRef

All Implemented Interfaces:
RefSupport, SimpleTypes

public final class SavotParamRef extends MarkupComment implements RefSupport

Reference to Param element

Author:
Andre Schaaff
  • Constructor Details

    • SavotParamRef

      public SavotParamRef()
      Constructor
  • Method Details

    • setRef

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

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

      public void setUcd(String ucd)
      Set ucd attribute
      Parameters:
      ucd -
      Since:
      VOTable 1.2
    • getUcd

      public String getUcd()
      Get ucd attribute
      Returns:
      String
      Since:
      VOTable 1.2
    • setUtype

      public void setUtype(String utype)
      Set utype attribute
      Parameters:
      utype -
      Since:
      VOTable 1.2
    • getUtype

      public String getUtype()
      Get utype attribute
      Returns:
      String
      Since:
      VOTable 1.2