Package cds.savot.model
Class SavotInfo
java.lang.Object
cds.savot.model.SavotBase
cds.savot.model.MarkupComment
cds.savot.model.SavotInfo
- All Implemented Interfaces:
IDSupport
,NameSupport
,RefSupport
,SimpleTypes
Info 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 TypeMethodDescriptionGet element contentGet DESCRIPTION contentgetId()
Get ID attributegetLinks()
Get LINK elements set referencegetName()
Get name attributegetRef()
Get ref attributegetUcd()
Get ucd attributegetUnit()
Get unit attributegetUtype()
Get utype attributegetValue()
Get value attributeGet the VALUES elementgetXtype()
Get xtype attributevoid
setContent
(String content) Set element contentvoid
setDescription
(String description) Set DESCRIPTION contentvoid
Set ID attributevoid
Set LINK elements set referencevoid
Set name attributevoid
Set ref attributevoid
Set ucd attributevoid
Set unit attributevoid
Set utype attributevoid
Set value attributevoid
setValues
(SavotValues values) Set the VALUES elementvoid
Set xtype attributeMethods inherited from class cds.savot.model.MarkupComment
getAbove, getBelow, setAbove, setBelow
-
Constructor Details
-
SavotInfo
public SavotInfo()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:
- String
-
setValue
Set value attribute- Parameters:
value
-
-
getValue
Get value attribute- Returns:
- String
-
setXtype
Set xtype attribute- Parameters:
xtype
-- Since:
- VOTable 1.2
-
getXtype
Get xtype attribute- Returns:
- String
- Since:
- VOTable 1.2
-
setRef
Set ref attribute- Specified by:
setRef
in interfaceRefSupport
- Parameters:
ref
-- Since:
- VOTable 1.2
-
getRef
Get ref attribute- Specified by:
getRef
in interfaceRefSupport
- Returns:
- String
- Since:
- VOTable 1.2
-
setUnit
Set unit attribute- Parameters:
unit
-- Since:
- VOTable 1.2
-
getUnit
Get unit attribute- Returns:
- String
- Since:
- VOTable 1.2
-
setUcd
Set ucd attribute- Parameters:
ucd
-- Since:
- VOTable 1.2
-
getUcd
Get ucd attribute- Returns:
- String
- Since:
- VOTable 1.2
-
setUtype
Set utype attribute- Parameters:
utype
-- Since:
- VOTable 1.2
-
getUtype
Get utype attribute- Returns:
- String
- Since:
- VOTable 1.2
-
setContent
Set element content- Parameters:
content
-
-
getContent
Get element content- Returns:
- a String
-
setDescription
Set DESCRIPTION content- Parameters:
description
-- Since:
- VOTable 1.2 (not in the standard)
-
getDescription
Get DESCRIPTION content- Returns:
- String
- Since:
- VOTable 1.2 (not in the standard)
-
setValues
Set the VALUES element- Parameters:
values
-- Since:
- VOTable 1.2 (not in the standard)
-
getValues
Get the VALUES element- Returns:
- SavotValues
- Since:
- VOTable 1.2 (not in the standard)
-
getLinks
Get LINK elements set reference- Returns:
- LinkSet
- Since:
- VOTable 1.2 (not in the standard)
-
setLinks
Set LINK elements set reference- Parameters:
links
-- Since:
- VOTable 1.2 (not in the standard)
-