Class SavotVOTable

All Implemented Interfaces:
IDSupport, SimpleTypes

public final class SavotVOTable extends MarkupComment implements IDSupport

VOTable element

Author:
Andre Schaaff
  • Constructor Details

    • SavotVOTable

      public SavotVOTable()
      Constructor
  • Method Details

    • setXmlns

      public void setXmlns(String xmlns)
      Set the global attributes (<VOTABLE .. global attributes .. version="1.1">) (used for the writer)
      Parameters:
      xmlns - String
    • getXmlns

      public String getXmlns()
      Get the global attributes (<VOTABLE .. global attributes .. version="1.1"> (used for the writer)
      Returns:
      String
    • setXmlnsxsi

      public void setXmlnsxsi(String xmlnsxsi)
      Set the global attributes (<VOTABLE .. global attributes .. version="1.1">) (used for the writer)
      Parameters:
      xmlnsxsi - String
    • getXmlnsxsi

      public String getXmlnsxsi()
      Get the global attributes (<VOTABLE .. global attributes .. version="1.1"> (used for the writer)
      Returns:
      String
    • setXsinoschema

      public void setXsinoschema(String xsinoschema)
      Set the global attributes (<VOTABLE .. global attributes .. version="1.1">) (used for the writer)
      Parameters:
      xsinoschema - String
    • getXsinoschema

      public String getXsinoschema()
      Get the global attributes (<VOTABLE .. global attributes .. version="1.1"> (used for the writer)
      Returns:
      String
    • setXsischema

      public void setXsischema(String xsischema)
      Set the global attributes (<VOTABLE .. global attributes .. version="1.1">) (used for the writer)
      Parameters:
      xsischema - String
    • getXsischema

      public String getXsischema()
      Get the global attributes (<VOTABLE .. global attributes .. version="1.1"> (used for the writer)
      Returns:
      String
    • 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:
      String
    • setVersion

      public void setVersion(String version)
      Set the version attribute
      Parameters:
      version - String
    • getVersion

      public String getVersion()
      Get the version attribute
      Returns:
      String
    • setDescription

      public void setDescription(String description)
      Set DESCRIPTION element
      Parameters:
      description -
    • getDescription

      public String getDescription()
      Get DESCRIPTION element
      Returns:
      a String
    • setDefinitions

      public void setDefinitions(SavotDefinitions definitions)
      Deprecated.
      since VOTable 1.1
      Set DEFINITIONS element
      Parameters:
      definitions -
    • getDefinitions

      public SavotDefinitions getDefinitions()
      Deprecated.
      since VOTable 1.1
      Get DEFINITIONS element
      Returns:
      SavotDefinitions
    • setCoosys

      public void setCoosys(CoosysSet coosys)
      Deprecated.
      since VOTable 1.2
      Set the Coosys elements
      Parameters:
      coosys -
    • getCoosys

      public CoosysSet getCoosys()
      Deprecated.
      since VOTable 1.2
      Get the Coosys elements
      Returns:
      a CoosysSet object
    • setInfos

      public void setInfos(InfoSet infos)
      Set the Infos elements
      Parameters:
      infos -
    • getInfos

      public InfoSet getInfos()
      Get the Infos elements
      Returns:
      a InfoSet object
    • setParams

      public void setParams(ParamSet params)
      Set the Param elements
      Parameters:
      params -
    • getParams

      public ParamSet getParams()
      Get the Param elements
      Returns:
      a ParamSet object
    • setGroups

      public void setGroups(GroupSet groups)
      Set GROUP element set reference
      Parameters:
      groups -
      Since:
      VOTable 1.2
    • getGroups

      public GroupSet getGroups()
      Get GROUP element set reference
      Returns:
      GroupSet
      Since:
      VOTable 1.2
    • getResources

      public ResourceSet getResources()
      Get RESOURCE set reference (FULL mode only)
      Returns:
      ResourceSet (always NULL in SEQUENTIAL mode)
    • setResources

      public void setResources(ResourceSet resources)
      Set RESOURCE set reference
      Parameters:
      resources -
    • setInfosAtEnd

      public void setInfosAtEnd(InfoSet infosAtEnd)
      Set the InfosAtEnd elements
      Parameters:
      infosAtEnd -
      Since:
      VOTable 1.2
    • getInfosAtEnd

      public InfoSet getInfosAtEnd()
      Get the InfosAtEnd elements
      Returns:
      a InfoSet object
      Since:
      VOTable 1.2