Package gov.nasa.arc.pds.xml.generated
Class TimeCoordinates
- java.lang.Object
- 
- gov.nasa.arc.pds.xml.generated.TimeCoordinates
 
- 
 public class TimeCoordinates extends java.lang.ObjectThe 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 SummaryFields Modifier and Type Field Description protected java.lang.StringlocalMeanSolarTimeprotected java.lang.StringlocalTrueSolarTimeprotected SolarLongitudesolarLongitudeprotected StartDateTimestartDateTimeprotected StopDateTimestopDateTime
 - 
Constructor SummaryConstructors Constructor Description TimeCoordinates()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetLocalMeanSolarTime()Gets the value of the localMeanSolarTime property.java.lang.StringgetLocalTrueSolarTime()Gets the value of the localTrueSolarTime property.SolarLongitudegetSolarLongitude()Gets the value of the solarLongitude property.StartDateTimegetStartDateTime()Gets the value of the startDateTime property.StopDateTimegetStopDateTime()Gets the value of the stopDateTime property.voidsetLocalMeanSolarTime(java.lang.String value)Sets the value of the localMeanSolarTime property.voidsetLocalTrueSolarTime(java.lang.String value)Sets the value of the localTrueSolarTime property.voidsetSolarLongitude(SolarLongitude value)Sets the value of the solarLongitude property.voidsetStartDateTime(StartDateTime value)Sets the value of the startDateTime property.voidsetStopDateTime(StopDateTime value)Sets the value of the stopDateTime property.
 
- 
- 
- 
Field Detail- 
startDateTimeprotected StartDateTime startDateTime 
 - 
stopDateTimeprotected StopDateTime stopDateTime 
 - 
localMeanSolarTimeprotected java.lang.String localMeanSolarTime 
 - 
localTrueSolarTimeprotected java.lang.String localTrueSolarTime 
 - 
solarLongitudeprotected SolarLongitude solarLongitude 
 
- 
 - 
Method Detail- 
getStartDateTimepublic StartDateTime getStartDateTime() Gets the value of the startDateTime property.- Returns:
- possible object is
     StartDateTime
 
 - 
setStartDateTimepublic void setStartDateTime(StartDateTime value) Sets the value of the startDateTime property.- Parameters:
- value- allowed object is- StartDateTime
 
 - 
getStopDateTimepublic StopDateTime getStopDateTime() Gets the value of the stopDateTime property.- Returns:
- possible object is
     StopDateTime
 
 - 
setStopDateTimepublic void setStopDateTime(StopDateTime value) Sets the value of the stopDateTime property.- Parameters:
- value- allowed object is- StopDateTime
 
 - 
getLocalMeanSolarTimepublic java.lang.String getLocalMeanSolarTime() Gets the value of the localMeanSolarTime property.- Returns:
- possible object is
     String
 
 - 
setLocalMeanSolarTimepublic void setLocalMeanSolarTime(java.lang.String value) Sets the value of the localMeanSolarTime property.- Parameters:
- value- allowed object is- String
 
 - 
getLocalTrueSolarTimepublic java.lang.String getLocalTrueSolarTime() Gets the value of the localTrueSolarTime property.- Returns:
- possible object is
     String
 
 - 
setLocalTrueSolarTimepublic void setLocalTrueSolarTime(java.lang.String value) Sets the value of the localTrueSolarTime property.- Parameters:
- value- allowed object is- String
 
 - 
getSolarLongitudepublic SolarLongitude getSolarLongitude() Gets the value of the solarLongitude property.- Returns:
- possible object is
     SolarLongitude
 
 - 
setSolarLongitudepublic void setSolarLongitude(SolarLongitude value) Sets the value of the solarLongitude property.- Parameters:
- value- allowed object is- SolarLongitude
 
 
- 
 
-