Uses of Class
gov.nasa.arc.pds.xml.generated.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 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 JAXBElement<StartDateTime>ObjectFactory. createDataSetPDS3StartDateTime(StartDateTime value)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 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(JAXBElement<StartDateTime> value)Sets the value of the startDateTime property.