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.Object
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
Fields Modifier and Type Field Description protected java.lang.String
localMeanSolarTime
protected java.lang.String
localTrueSolarTime
protected SolarLongitude
solarLongitude
protected StartDateTime
startDateTime
protected StopDateTime
stopDateTime
-
Constructor Summary
Constructors Constructor Description TimeCoordinates()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getLocalMeanSolarTime()
Gets the value of the localMeanSolarTime property.java.lang.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(java.lang.String value)
Sets the value of the localMeanSolarTime property.void
setLocalTrueSolarTime(java.lang.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.
-
-
-
Field Detail
-
startDateTime
protected StartDateTime startDateTime
-
stopDateTime
protected StopDateTime stopDateTime
-
localMeanSolarTime
protected java.lang.String localMeanSolarTime
-
localTrueSolarTime
protected java.lang.String localTrueSolarTime
-
solarLongitude
protected SolarLongitude solarLongitude
-
-
Method Detail
-
getStartDateTime
public StartDateTime getStartDateTime()
Gets the value of the startDateTime property.- Returns:
- possible object is
StartDateTime
-
setStartDateTime
public void setStartDateTime(StartDateTime value)
Sets the value of the startDateTime property.- Parameters:
value
- allowed object isStartDateTime
-
getStopDateTime
public StopDateTime getStopDateTime()
Gets the value of the stopDateTime property.- Returns:
- possible object is
StopDateTime
-
setStopDateTime
public void setStopDateTime(StopDateTime value)
Sets the value of the stopDateTime property.- Parameters:
value
- allowed object isStopDateTime
-
getLocalMeanSolarTime
public java.lang.String getLocalMeanSolarTime()
Gets the value of the localMeanSolarTime property.- Returns:
- possible object is
String
-
setLocalMeanSolarTime
public void setLocalMeanSolarTime(java.lang.String value)
Sets the value of the localMeanSolarTime property.- Parameters:
value
- allowed object isString
-
getLocalTrueSolarTime
public java.lang.String getLocalTrueSolarTime()
Gets the value of the localTrueSolarTime property.- Returns:
- possible object is
String
-
setLocalTrueSolarTime
public void setLocalTrueSolarTime(java.lang.String value)
Sets the value of the localTrueSolarTime property.- Parameters:
value
- allowed object isString
-
getSolarLongitude
public SolarLongitude getSolarLongitude()
Gets the value of the solarLongitude property.- Returns:
- possible object is
SolarLongitude
-
setSolarLongitude
public void setSolarLongitude(SolarLongitude value)
Sets the value of the solarLongitude property.- Parameters:
value
- allowed object isSolarLongitude
-
-