Package cds.savot.model
Class SavotData
- java.lang.Object
-
- cds.savot.model.SavotBase
-
- cds.savot.model.MarkupComment
-
- cds.savot.model.SavotData
-
- All Implemented Interfaces:
SimpleTypes
public final class SavotData extends MarkupComment
Data 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 Constructor Description SavotData()
Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SavotBinary
getBinary()
Get the BINARY elementSavotFits
getFits()
Get the FITS elementSavotTableData
getTableData()
Get the TABLEDATA elementvoid
setBinary(SavotBinary binary)
Set the BINARY elementvoid
setFits(SavotFits fits)
Set the FITS elementvoid
setTableData(SavotTableData tableData)
Set the TABLEDATA element-
Methods inherited from class cds.savot.model.MarkupComment
getAbove, getBelow, setAbove, setBelow
-
-
-
-
Method Detail
-
setTableData
public void setTableData(SavotTableData tableData)
Set the TABLEDATA element- Parameters:
tableData
-
-
getTableData
public SavotTableData getTableData()
Get the TABLEDATA element- Returns:
- SavotTableData
-
setBinary
public void setBinary(SavotBinary binary)
Set the BINARY element- Parameters:
binary
-
-
getBinary
public SavotBinary getBinary()
Get the BINARY element- Returns:
- SavotBinary
-
setFits
public void setFits(SavotFits fits)
Set the FITS element- Parameters:
fits
-
-
getFits
public SavotFits getFits()
Get the FITS element- Returns:
- SavotFits
-
-