Uses of Class
gov.nasa.arc.pds.xml.generated.StopTime
-
Packages that use StopTime Package Description gov.nasa.arc.pds.xml.generated -
-
Uses of StopTime in gov.nasa.arc.pds.xml.generated
Fields in gov.nasa.arc.pds.xml.generated with type parameters of type StopTime Modifier and Type Field Description protected jakarta.xml.bind.JAXBElement<StopTime>
DataSetPDS3. stopTime
Methods in gov.nasa.arc.pds.xml.generated that return StopTime Modifier and Type Method Description StopTime
ObjectFactory. createStopTime()
Create an instance ofStopTime
Methods in gov.nasa.arc.pds.xml.generated that return types with arguments of type StopTime Modifier and Type Method Description jakarta.xml.bind.JAXBElement<StopTime>
ObjectFactory. createDataSetPDS3StopTime(StopTime value)
jakarta.xml.bind.JAXBElement<StopTime>
DataSetPDS3. getStopTime()
Gets the value of the stopTime property.Methods in gov.nasa.arc.pds.xml.generated with parameters of type StopTime Modifier and Type Method Description jakarta.xml.bind.JAXBElement<StopTime>
ObjectFactory. createDataSetPDS3StopTime(StopTime value)
Method parameters in gov.nasa.arc.pds.xml.generated with type arguments of type StopTime Modifier and Type Method Description void
DataSetPDS3. setStopTime(jakarta.xml.bind.JAXBElement<StopTime> value)
Sets the value of the stopTime property.
-