Uses of Class
gov.nasa.arc.pds.xml.generated.StopDateTime
-
Packages that use StopDateTime Package Description gov.nasa.arc.pds.xml.generated -
-
Uses of StopDateTime in gov.nasa.arc.pds.xml.generated
Fields in gov.nasa.arc.pds.xml.generated declared as StopDateTime Modifier and Type Field Description protected StopDateTime
TimeCoordinates. stopDateTime
Fields in gov.nasa.arc.pds.xml.generated with type parameters of type StopDateTime Modifier and Type Field Description protected jakarta.xml.bind.JAXBElement<StopDateTime>
DataSetPDS3. stopDateTime
Methods in gov.nasa.arc.pds.xml.generated that return StopDateTime Modifier and Type Method Description StopDateTime
ObjectFactory. createStopDateTime()
Create an instance ofStopDateTime
StopDateTime
TimeCoordinates. getStopDateTime()
Gets the value of the stopDateTime property.Methods in gov.nasa.arc.pds.xml.generated that return types with arguments of type StopDateTime Modifier and Type Method Description jakarta.xml.bind.JAXBElement<StopDateTime>
ObjectFactory. createDataSetPDS3StopDateTime(StopDateTime value)
jakarta.xml.bind.JAXBElement<StopDateTime>
DataSetPDS3. getStopDateTime()
Gets the value of the stopDateTime property.Methods in gov.nasa.arc.pds.xml.generated with parameters of type StopDateTime Modifier and Type Method Description jakarta.xml.bind.JAXBElement<StopDateTime>
ObjectFactory. createDataSetPDS3StopDateTime(StopDateTime value)
void
TimeCoordinates. setStopDateTime(StopDateTime value)
Sets the value of the stopDateTime property.Method parameters in gov.nasa.arc.pds.xml.generated with type arguments of type StopDateTime Modifier and Type Method Description void
DataSetPDS3. setStopDateTime(jakarta.xml.bind.JAXBElement<StopDateTime> value)
Sets the value of the stopDateTime property.
-