Uses of Class
gov.nasa.arc.pds.xml.generated.StartDateTime
-
Packages that use StartDateTime Package Description gov.nasa.arc.pds.xml.generated -
-
Uses of StartDateTime in gov.nasa.arc.pds.xml.generated
Fields in gov.nasa.arc.pds.xml.generated declared as StartDateTime Modifier and Type Field Description protected StartDateTime
TimeCoordinates. startDateTime
Fields in gov.nasa.arc.pds.xml.generated with type parameters of type StartDateTime Modifier and Type Field Description protected jakarta.xml.bind.JAXBElement<StartDateTime>
DataSetPDS3. startDateTime
Methods in gov.nasa.arc.pds.xml.generated that return StartDateTime Modifier and Type Method Description StartDateTime
ObjectFactory. createStartDateTime()
Create an instance ofStartDateTime
StartDateTime
TimeCoordinates. getStartDateTime()
Gets the value of the startDateTime property.Methods in gov.nasa.arc.pds.xml.generated that return types with arguments of type StartDateTime Modifier and Type Method Description jakarta.xml.bind.JAXBElement<StartDateTime>
ObjectFactory. createDataSetPDS3StartDateTime(StartDateTime value)
jakarta.xml.bind.JAXBElement<StartDateTime>
DataSetPDS3. getStartDateTime()
Gets the value of the startDateTime property.Methods in gov.nasa.arc.pds.xml.generated with parameters of type StartDateTime Modifier and Type Method Description jakarta.xml.bind.JAXBElement<StartDateTime>
ObjectFactory. createDataSetPDS3StartDateTime(StartDateTime value)
void
TimeCoordinates. setStartDateTime(StartDateTime value)
Sets the value of the startDateTime property.Method parameters in gov.nasa.arc.pds.xml.generated with type arguments of type StartDateTime Modifier and Type Method Description void
DataSetPDS3. setStartDateTime(jakarta.xml.bind.JAXBElement<StartDateTime> value)
Sets the value of the startDateTime property.
-