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 StartDateTimeTimeCoordinates. startDateTimeFields 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. startDateTimeMethods in gov.nasa.arc.pds.xml.generated that return StartDateTime Modifier and Type Method Description StartDateTimeObjectFactory. createStartDateTime()Create an instance ofStartDateTimeStartDateTimeTimeCoordinates. 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)voidTimeCoordinates. 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 voidDataSetPDS3. setStartDateTime(jakarta.xml.bind.JAXBElement<StartDateTime> value)Sets the value of the startDateTime property.
-