Uses of Class
gov.nasa.arc.pds.xml.generated.StartTime
-
Packages that use StartTime Package Description gov.nasa.arc.pds.xml.generated -
-
Uses of StartTime in gov.nasa.arc.pds.xml.generated
Fields in gov.nasa.arc.pds.xml.generated with type parameters of type StartTime Modifier and Type Field Description protected jakarta.xml.bind.JAXBElement<StartTime>
DataSetPDS3. startTime
Methods in gov.nasa.arc.pds.xml.generated that return StartTime Modifier and Type Method Description StartTime
ObjectFactory. createStartTime()
Create an instance ofStartTime
Methods in gov.nasa.arc.pds.xml.generated that return types with arguments of type StartTime Modifier and Type Method Description jakarta.xml.bind.JAXBElement<StartTime>
ObjectFactory. createDataSetPDS3StartTime(StartTime value)
jakarta.xml.bind.JAXBElement<StartTime>
DataSetPDS3. getStartTime()
Gets the value of the startTime property.Methods in gov.nasa.arc.pds.xml.generated with parameters of type StartTime Modifier and Type Method Description jakarta.xml.bind.JAXBElement<StartTime>
ObjectFactory. createDataSetPDS3StartTime(StartTime value)
Method parameters in gov.nasa.arc.pds.xml.generated with type arguments of type StartTime Modifier and Type Method Description void
DataSetPDS3. setStartTime(jakarta.xml.bind.JAXBElement<StartTime> value)
Sets the value of the startTime property.
-