|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgov.nasa.arc.pds.xml.generated.TimeCoordinates
public class TimeCoordinates
The Time_Coordinates class provides a list of time coordinates.
Java class for Time_Coordinates complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Time_Coordinates"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="start_date_time" type="{http://pds.nasa.gov/pds4/pds/v1}start_date_time"/> <element name="stop_date_time" type="{http://pds.nasa.gov/pds4/pds/v1}stop_date_time"/> <element name="local_mean_solar_time" type="{http://pds.nasa.gov/pds4/pds/v1}local_mean_solar_time" minOccurs="0"/> <element name="local_true_solar_time" type="{http://pds.nasa.gov/pds4/pds/v1}local_true_solar_time" minOccurs="0"/> <element name="solar_longitude" type="{http://pds.nasa.gov/pds4/pds/v1}solar_longitude" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected String |
localMeanSolarTime
|
protected String |
localTrueSolarTime
|
protected SolarLongitude |
solarLongitude
|
protected StartDateTime |
startDateTime
|
protected StopDateTime |
stopDateTime
|
Constructor Summary | |
---|---|
TimeCoordinates()
|
Method Summary | |
---|---|
String |
getLocalMeanSolarTime()
Gets the value of the localMeanSolarTime property. |
String |
getLocalTrueSolarTime()
Gets the value of the localTrueSolarTime property. |
SolarLongitude |
getSolarLongitude()
Gets the value of the solarLongitude property. |
StartDateTime |
getStartDateTime()
Gets the value of the startDateTime property. |
StopDateTime |
getStopDateTime()
Gets the value of the stopDateTime property. |
void |
setLocalMeanSolarTime(String value)
Sets the value of the localMeanSolarTime property. |
void |
setLocalTrueSolarTime(String value)
Sets the value of the localTrueSolarTime property. |
void |
setSolarLongitude(SolarLongitude value)
Sets the value of the solarLongitude property. |
void |
setStartDateTime(StartDateTime value)
Sets the value of the startDateTime property. |
void |
setStopDateTime(StopDateTime value)
Sets the value of the stopDateTime property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected StartDateTime startDateTime
protected StopDateTime stopDateTime
protected String localMeanSolarTime
protected String localTrueSolarTime
protected SolarLongitude solarLongitude
Constructor Detail |
---|
public TimeCoordinates()
Method Detail |
---|
public StartDateTime getStartDateTime()
StartDateTime
public void setStartDateTime(StartDateTime value)
value
- allowed object is
StartDateTime
public StopDateTime getStopDateTime()
StopDateTime
public void setStopDateTime(StopDateTime value)
value
- allowed object is
StopDateTime
public String getLocalMeanSolarTime()
String
public void setLocalMeanSolarTime(String value)
value
- allowed object is
String
public String getLocalTrueSolarTime()
String
public void setLocalTrueSolarTime(String value)
value
- allowed object is
String
public SolarLongitude getSolarLongitude()
SolarLongitude
public void setSolarLongitude(SolarLongitude value)
value
- allowed object is
SolarLongitude
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |