public class CadSunStudyDate extends Object
The Field data
Constructor and Description |
---|
CadSunStudyDate() |
Modifier and Type | Method and Description |
---|---|
String |
getJulianDay()
Gets or sets the julian day.
|
String |
getSecondsPastMidnight()
Gets or sets the seconds past midnight.
|
void |
setJulianDay(String value)
Gets or sets the julian day.
|
void |
setSecondsPastMidnight(String value)
Gets or sets the seconds past midnight.
|
public final String getJulianDay()
Gets or sets the julian day.
public final void setJulianDay(String value)
Gets or sets the julian day.
value
- The julian day.public final String getSecondsPastMidnight()
Gets or sets the seconds past midnight.
public final void setSecondsPastMidnight(String value)
Gets or sets the seconds past midnight.
value
- The seconds past midnight.