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
public final class SavotCoosys extends MarkupComment implements IDSupport
Deprecated.since 1.2Coosys 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 SavotCoosys()Deprecated.Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description java.lang.StringgetContent()Deprecated.Get element contentjava.lang.StringgetEpoch()Deprecated.Get the epoch attribute valuejava.lang.StringgetEquinox()Deprecated.Get the equinox attribute valuejava.lang.StringgetId()Deprecated.Get the id attribute valuejava.lang.StringgetSystem()Deprecated.Get the system attribute valuevoidsetContent(java.lang.String content)Deprecated.Set element contentvoidsetEpoch(java.lang.String epoch)Deprecated.Set the epoch attributevoidsetEquinox(java.lang.String equinox)Deprecated.Set the equinox attributevoidsetId(java.lang.String id)Deprecated.Set the id attributevoidsetSystem(java.lang.String system)Deprecated.Set the system attribute-
Methods inherited from class cds.savot.model.MarkupComment
getAbove, getBelow, setAbove, setBelow
-
-
-
-
Method Detail
-
setId
public void setId(java.lang.String id)
Deprecated.Set the id attribute
-
getId
public java.lang.String getId()
Deprecated.Get the id attribute value
-
setEquinox
public void setEquinox(java.lang.String equinox)
Deprecated.Set the equinox attribute- Parameters:
equinox- ([JB]?[0-9]+([.][0-9]*)?)
-
getEquinox
public java.lang.String getEquinox()
Deprecated.Get the equinox attribute value- Returns:
- String
-
setEpoch
public void setEpoch(java.lang.String epoch)
Deprecated.Set the epoch attribute- Parameters:
epoch- ([JB]?[0-9]+([.][0-9]*)?)
-
getEpoch
public java.lang.String getEpoch()
Deprecated.Get the epoch attribute value- Returns:
- String
-
setSystem
public void setSystem(java.lang.String system)
Deprecated.Set the system attribute- Parameters:
system- (eq_FK4, eq_FK5, ICRS, ecl_FK4, ecl_FK5, galactic, supergalactic, xy, barycentric, geo_app)
-
getSystem
public java.lang.String getSystem()
Deprecated.Get the system attribute value- Returns:
- String
-
setContent
public void setContent(java.lang.String content)
Deprecated.Set element content- Parameters:
content-
-
getContent
public java.lang.String getContent()
Deprecated.Get element content- Returns:
- a String
-
-