Package cds.savot.model
Class SavotCoosys
java.lang.Object
cds.savot.model.SavotBase
cds.savot.model.MarkupComment
cds.savot.model.SavotCoosys
- All Implemented Interfaces:
IDSupport
,SimpleTypes
Deprecated.
since 1.2
Coosys 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 TypeMethodDescriptionDeprecated.Get element contentgetEpoch()
Deprecated.Get the epoch attribute valueDeprecated.Get the equinox attribute valuegetId()
Deprecated.Get the id attribute valueDeprecated.Get the system attribute valuevoid
setContent
(String content) Deprecated.Set element contentvoid
Deprecated.Set the epoch attributevoid
setEquinox
(String equinox) Deprecated.Set the equinox attributevoid
Deprecated.Set the id attributevoid
Deprecated.Set the system attributeMethods inherited from class cds.savot.model.MarkupComment
getAbove, getBelow, setAbove, setBelow
-
Constructor Details
-
SavotCoosys
public SavotCoosys()Deprecated.Constructor
-
-
Method Details
-
setId
Deprecated.Set the id attribute -
getId
Deprecated.Get the id attribute value -
setEquinox
Deprecated.Set the equinox attribute- Parameters:
equinox
- ([JB]?[0-9]+([.][0-9]*)?)
-
getEquinox
Deprecated.Get the equinox attribute value- Returns:
- String
-
setEpoch
Deprecated.Set the epoch attribute- Parameters:
epoch
- ([JB]?[0-9]+([.][0-9]*)?)
-
getEpoch
Deprecated.Get the epoch attribute value- Returns:
- String
-
setSystem
Deprecated.Set the system attribute- Parameters:
system
- (eq_FK4, eq_FK5, ICRS, ecl_FK4, ecl_FK5, galactic, supergalactic, xy, barycentric, geo_app)
-
getSystem
Deprecated.Get the system attribute value- Returns:
- String
-
setContent
Deprecated.Set element content- Parameters:
content
-
-
getContent
Deprecated.Get element content- Returns:
- a String
-