cds.savot.model
Class SavotCoosys

java.lang.Object
  extended by cds.savot.model.MarkupComment
      extended by cds.savot.model.SavotCoosys
All Implemented Interfaces:
SimpleTypes

public class SavotCoosys
extends MarkupComment
implements SimpleTypes

Coosys element

Version:
2.6 Copyright CDS 2002-2005 (kickoff 31 May 02)
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
SavotCoosys()
          Constructor
 
Method Summary
 java.lang.String getContent()
          Get element content
 java.lang.String getEpoch()
          Get the epoch attribute value
 java.lang.String getEquinox()
          Get the equinox attribute value
 java.lang.String getId()
          Get the id attribute value
 java.lang.String getSystem()
          Get the system attribute value
 void setContent(java.lang.String content)
          Set element content
 void setEpoch(java.lang.String epoch)
          Set the epoch attribute
 void setEquinox(java.lang.String equinox)
          Set the equinox attribute
 void setId(java.lang.String id)
          Set the id attribute
 void setSystem(java.lang.String system)
          Set the system attribute
 
Methods inherited from class cds.savot.model.MarkupComment
getAbove, getBelow, setAbove, setBelow
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SavotCoosys

public SavotCoosys()
Constructor

Method Detail

setId

public void setId(java.lang.String id)
Set the id attribute

Parameters:
id -

getId

public java.lang.String getId()
Get the id attribute value

Returns:
String

setEquinox

public void setEquinox(java.lang.String equinox)
Set the equinox attribute

Parameters:
equinox - ([JB]?[0-9]+([.][0-9]*)?)

getEquinox

public java.lang.String getEquinox()
Get the equinox attribute value

Returns:
String

setEpoch

public void setEpoch(java.lang.String epoch)
Set the epoch attribute

Parameters:
epoch - ([JB]?[0-9]+([.][0-9]*)?)

getEpoch

public java.lang.String getEpoch()
Get the epoch attribute value

Returns:
String

setSystem

public void setSystem(java.lang.String system)
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()
Get the system attribute value

Returns:
String

setContent

public void setContent(java.lang.String content)
Set element content

Parameters:
content -

getContent

public java.lang.String getContent()
Get element content

Returns:
a String


Copyright © 2009 UDS/CNRS