Class SavotInfo

All Implemented Interfaces:
IDSupport, NameSupport, RefSupport, SimpleTypes

public final class SavotInfo extends MarkupComment implements IDSupport, NameSupport, RefSupport

Info element

Author:
Andre Schaaff
  • Constructor Details

    • SavotInfo

      public SavotInfo()
      Constructor
  • Method Details

    • setId

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

      public String getId()
      Get ID attribute
      Specified by:
      getId in interface IDSupport
      Returns:
      String
    • setName

      public void setName(String name)
      Set name attribute
      Specified by:
      setName in interface NameSupport
      Parameters:
      name -
    • getName

      public String getName()
      Get name attribute
      Specified by:
      getName in interface NameSupport
      Returns:
      String
    • setValue

      public void setValue(String value)
      Set value attribute
      Parameters:
      value -
    • getValue

      public String getValue()
      Get value attribute
      Returns:
      String
    • setXtype

      public void setXtype(String xtype)
      Set xtype attribute
      Parameters:
      xtype -
      Since:
      VOTable 1.2
    • getXtype

      public String getXtype()
      Get xtype attribute
      Returns:
      String
      Since:
      VOTable 1.2
    • setRef

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

      public String getRef()
      Get ref attribute
      Specified by:
      getRef in interface RefSupport
      Returns:
      String
      Since:
      VOTable 1.2
    • setUnit

      public void setUnit(String unit)
      Set unit attribute
      Parameters:
      unit -
      Since:
      VOTable 1.2
    • getUnit

      public String getUnit()
      Get unit attribute
      Returns:
      String
      Since:
      VOTable 1.2
    • 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
    • setContent

      public void setContent(String content)
      Set element content
      Parameters:
      content -
    • getContent

      public String getContent()
      Get element content
      Returns:
      a String
    • setDescription

      public void setDescription(String description)
      Set DESCRIPTION content
      Parameters:
      description -
      Since:
      VOTable 1.2 (not in the standard)
    • getDescription

      public String getDescription()
      Get DESCRIPTION content
      Returns:
      String
      Since:
      VOTable 1.2 (not in the standard)
    • setValues

      public void setValues(SavotValues values)
      Set the VALUES element
      Parameters:
      values -
      Since:
      VOTable 1.2 (not in the standard)
    • getValues

      public SavotValues getValues()
      Get the VALUES element
      Returns:
      SavotValues
      Since:
      VOTable 1.2 (not in the standard)
    • getLinks

      public LinkSet getLinks()
      Get LINK elements set reference
      Returns:
      LinkSet
      Since:
      VOTable 1.2 (not in the standard)
    • setLinks

      public void setLinks(LinkSet links)
      Set LINK elements set reference
      Parameters:
      links -
      Since:
      VOTable 1.2 (not in the standard)