Uses of Class
gov.nasa.arc.pds.xml.generated.StopDateTime
-
Packages that use StopDateTime Package Description gov.nasa.arc.pds.xml.generated -
-
Uses of StopDateTime in gov.nasa.arc.pds.xml.generated
Fields in gov.nasa.arc.pds.xml.generated declared as StopDateTime Modifier and Type Field Description protected StopDateTimeTimeCoordinates. stopDateTimeFields in gov.nasa.arc.pds.xml.generated with type parameters of type StopDateTime Modifier and Type Field Description protected javax.xml.bind.JAXBElement<StopDateTime>DataSetPDS3. stopDateTimeMethods in gov.nasa.arc.pds.xml.generated that return StopDateTime Modifier and Type Method Description StopDateTimeObjectFactory. createStopDateTime()Create an instance ofStopDateTimeStopDateTimeTimeCoordinates. getStopDateTime()Gets the value of the stopDateTime property.Methods in gov.nasa.arc.pds.xml.generated that return types with arguments of type StopDateTime Modifier and Type Method Description javax.xml.bind.JAXBElement<StopDateTime>ObjectFactory. createDataSetPDS3StopDateTime(StopDateTime value)javax.xml.bind.JAXBElement<StopDateTime>DataSetPDS3. getStopDateTime()Gets the value of the stopDateTime property.Methods in gov.nasa.arc.pds.xml.generated with parameters of type StopDateTime Modifier and Type Method Description javax.xml.bind.JAXBElement<StopDateTime>ObjectFactory. createDataSetPDS3StopDateTime(StopDateTime value)voidTimeCoordinates. setStopDateTime(StopDateTime value)Sets the value of the stopDateTime property.Method parameters in gov.nasa.arc.pds.xml.generated with type arguments of type StopDateTime Modifier and Type Method Description voidDataSetPDS3. setStopDateTime(javax.xml.bind.JAXBElement<StopDateTime> value)Sets the value of the stopDateTime property.
-