Package cds.savot.model
Class SavotVOTable
java.lang.Object
cds.savot.model.SavotBase
cds.savot.model.MarkupComment
cds.savot.model.SavotVOTable
- All Implemented Interfaces:
IDSupport
,SimpleTypes
VOTable element
- Author:
- Andre Schaaff
-
Field Summary
Fields inherited from interface cds.savot.model.SimpleTypes
ACTUAL, BARYCENTRIC, BASE64, BIT, BOOLEAN, CHAR, COOSYSSYSTEM, DATATYPE, DOC, DOUBLE, DOUBLECOMPLEX, DYNAMIC, ECL_FK4, ECL_FK5, ENCODINGTYPE, EQ_FK4, EQ_FK5, FIELDTYPE, FLOAT, FLOATCOMPLEX, GALACTIC, GEO_APP, GZIP, HIDDEN, HINTS, ICRS, INT, LEGAL, LINKCONTENT_ROLE, LOCATION, LONG, META, NO, NO_QUERY, NONE, ONLOAD, ONREQUEST, OTHER, QUERY, RESOURCETYPE, RESULTS, SHORT, STREAMACTUATE, SUPERGALACTIC, TRIGGER, UNICODECHAR, UNSIGNEDBYTE, VALUESTYPE, XY, YES, YESNO
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.since VOTable 1.2Deprecated.since VOTable 1.1Get DESCRIPTION elementGet GROUP element set referencegetId()
Get the id attributegetInfos()
Get the Infos elementsGet the InfosAtEnd elementsGet the Param elementsGet RESOURCE set reference (FULL mode only)Get the version attributegetXmlns()
Get the global attributes (<VOTABLE ..Get the global attributes (<VOTABLE ..Get the global attributes (<VOTABLE ..Get the global attributes (<VOTABLE ..void
Deprecated.since VOTable 1.2void
setDefinitions
(SavotDefinitions definitions) Deprecated.since VOTable 1.1void
setDescription
(String description) Set DESCRIPTION elementvoid
Set GROUP element set referencevoid
Set the id attributevoid
Set the Infos elementsvoid
setInfosAtEnd
(InfoSet infosAtEnd) Set the InfosAtEnd elementsvoid
Set the Param elementsvoid
setResources
(ResourceSet resources) Set RESOURCE set referencevoid
setVersion
(String version) Set the version attributevoid
Set the global attributes (<VOTABLE ..void
setXmlnsxsi
(String xmlnsxsi) Set the global attributes (<VOTABLE ..void
setXsinoschema
(String xsinoschema) Set the global attributes (<VOTABLE ..void
setXsischema
(String xsischema) Set the global attributes (<VOTABLE ..Methods inherited from class cds.savot.model.MarkupComment
getAbove, getBelow, setAbove, setBelow
-
Constructor Details
-
SavotVOTable
public SavotVOTable()Constructor
-
-
Method Details
-
setXmlns
Set the global attributes (<VOTABLE .. global attributes .. version="1.1">) (used for the writer)- Parameters:
xmlns
- String
-
getXmlns
Get the global attributes (<VOTABLE .. global attributes .. version="1.1"> (used for the writer)- Returns:
- String
-
setXmlnsxsi
Set the global attributes (<VOTABLE .. global attributes .. version="1.1">) (used for the writer)- Parameters:
xmlnsxsi
- String
-
getXmlnsxsi
Get the global attributes (<VOTABLE .. global attributes .. version="1.1"> (used for the writer)- Returns:
- String
-
setXsinoschema
Set the global attributes (<VOTABLE .. global attributes .. version="1.1">) (used for the writer)- Parameters:
xsinoschema
- String
-
getXsinoschema
Get the global attributes (<VOTABLE .. global attributes .. version="1.1"> (used for the writer)- Returns:
- String
-
setXsischema
Set the global attributes (<VOTABLE .. global attributes .. version="1.1">) (used for the writer)- Parameters:
xsischema
- String
-
getXsischema
Get the global attributes (<VOTABLE .. global attributes .. version="1.1"> (used for the writer)- Returns:
- String
-
setId
Set the id attribute -
getId
Get the id attribute -
setVersion
Set the version attribute- Parameters:
version
- String
-
getVersion
Get the version attribute- Returns:
- String
-
setDescription
Set DESCRIPTION element- Parameters:
description
-
-
getDescription
Get DESCRIPTION element- Returns:
- a String
-
setDefinitions
Deprecated.since VOTable 1.1Set DEFINITIONS element- Parameters:
definitions
-
-
getDefinitions
Deprecated.since VOTable 1.1Get DEFINITIONS element- Returns:
- SavotDefinitions
-
setCoosys
Deprecated.since VOTable 1.2Set the Coosys elements- Parameters:
coosys
-
-
getCoosys
Deprecated.since VOTable 1.2Get the Coosys elements- Returns:
- a CoosysSet object
-
setInfos
Set the Infos elements- Parameters:
infos
-
-
getInfos
Get the Infos elements- Returns:
- a InfoSet object
-
setParams
Set the Param elements- Parameters:
params
-
-
getParams
Get the Param elements- Returns:
- a ParamSet object
-
setGroups
Set GROUP element set reference- Parameters:
groups
-- Since:
- VOTable 1.2
-
getGroups
Get GROUP element set reference- Returns:
- GroupSet
- Since:
- VOTable 1.2
-
getResources
Get RESOURCE set reference (FULL mode only)- Returns:
- ResourceSet (always NULL in SEQUENTIAL mode)
-
setResources
Set RESOURCE set reference- Parameters:
resources
-
-
setInfosAtEnd
Set the InfosAtEnd elements- Parameters:
infosAtEnd
-- Since:
- VOTable 1.2
-
getInfosAtEnd
Get the InfosAtEnd elements- Returns:
- a InfoSet object
- Since:
- VOTable 1.2
-