Package cds.savot.model
Class SavotTable
java.lang.Object
cds.savot.model.SavotBase
cds.savot.model.MarkupComment
cds.savot.model.SavotTable
- All Implemented Interfaces:
IDSupport
,NameSupport
,RefSupport
,SimpleTypes
Table 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, version, XY, YES, YESNO
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetData()
Get DATA elementGet DESCRIPTION contentGet FIELD element set referenceGet GROUP element set referencegetId()
Get ID attributeGet the InfosAtEnd elementsgetLinks()
Get LINK element set referencegetName()
Get name attributegetNrows()
Get nrows attributeint
Get nrows attributeGet PARAM element set referencegetRef()
Get ref attributegetUcd()
Get ucd attributegetUtype()
Get utype attributevoid
Set DATA elementvoid
setDescription
(String description) Set DESCRIPTION contentvoid
Set FIELD element set referencevoid
Set GROUP element set referencevoid
Set ID attributevoid
setInfosAtEnd
(InfoSet infosAtEnd) Set the InfosAtEnd elementsvoid
Set LINK element set referencevoid
Set name attributevoid
Set nrows attributevoid
setNrowsValue
(int nrows) Set nrows attributevoid
Set PARAM element set referencevoid
Set ref attributevoid
Set ucd attributevoid
Set utype attributeMethods inherited from class cds.savot.model.MarkupComment
getAbove, getBelow, setAbove, setBelow
-
Constructor Details
-
SavotTable
public SavotTable()Constructor
-
-
Method Details
-
setId
Set ID attribute -
getId
Get ID attribute -
setName
Set name attribute- Specified by:
setName
in interfaceNameSupport
- Parameters:
name
-
-
getName
Get name attribute- Specified by:
getName
in interfaceNameSupport
- Returns:
- a String
-
setUcd
Set ucd attribute- Parameters:
ucd
-
-
getUcd
Get ucd attribute- Returns:
- a String
-
setUtype
Set utype attribute- Parameters:
utype
-
-
getUtype
Get utype attribute- Returns:
- a String
-
setRef
Set ref attribute- Specified by:
setRef
in interfaceRefSupport
- Parameters:
ref
-
-
getRef
Get ref attribute- Specified by:
getRef
in interfaceRefSupport
- Returns:
- a String
-
setNrows
Set nrows attribute- Parameters:
nrows
-
-
setNrowsValue
public void setNrowsValue(int nrows) Set nrows attribute- Parameters:
nrows
-
-
getNrows
Get nrows attribute- Returns:
- a String
-
getNrowsValue
public int getNrowsValue()Get nrows attribute- Returns:
- an int
-
setDescription
Set DESCRIPTION content- Parameters:
description
-
-
getDescription
Get DESCRIPTION content- Returns:
- a String
-
getFields
Get FIELD element set reference- Returns:
- FieldSet
-
setFields
Set FIELD element set reference- Parameters:
fields
-
-
getParams
Get PARAM element set reference- Returns:
- ParamSet
-
setParams
Set PARAM element set reference- Parameters:
params
-
-
getGroups
Get GROUP element set reference- Returns:
- GroupSet
- Since:
- VOTable 1.1
-
setGroups
Set GROUP element set reference- Parameters:
groups
-- Since:
- VOTable 1.1
-
getLinks
Get LINK element set reference- Returns:
- LinkSet
-
setLinks
Set LINK element set reference- Parameters:
links
-
-
setData
Set DATA element- Parameters:
data
-
-
getData
Get DATA element- Returns:
- SavotData
-
setInfosAtEnd
Set the InfosAtEnd elements- Parameters:
infosAtEnd
-- Since:
- VOTable 1.2
-
getInfosAtEnd
Get the InfosAtEnd elements- Returns:
- an InfoSet object
- Since:
- VOTable 1.2
-