Uses of Class
org.bremersee.garmin.gpx.v3.model.ext.ExtensionsT
Packages that use ExtensionsT
-
Uses of ExtensionsT in org.bremersee.garmin.gpx.v3.model.ext
Fields in org.bremersee.garmin.gpx.v3.model.ext declared as ExtensionsTModifier and TypeFieldDescriptionprotected ExtensionsTAddressT.extensionsprotected ExtensionsTRouteExtension.extensionsprotected ExtensionsTRoutePointExtension.extensionsprotected ExtensionsTTrackExtension.extensionsprotected ExtensionsTTrackPointExtension.extensionsprotected ExtensionsTWaypointExtension.extensionsMethods in org.bremersee.garmin.gpx.v3.model.ext that return ExtensionsTModifier and TypeMethodDescriptionObjectFactory.createExtensionsT()Create an instance ofExtensionsTAddressT.getExtensions()Gets the value of the extensions property.RouteExtension.getExtensions()Gets the value of the extensions property.RoutePointExtension.getExtensions()Gets the value of the extensions property.TrackExtension.getExtensions()Gets the value of the extensions property.TrackPointExtension.getExtensions()Gets the value of the extensions property.WaypointExtension.getExtensions()Gets the value of the extensions property.Methods in org.bremersee.garmin.gpx.v3.model.ext with parameters of type ExtensionsTModifier and TypeMethodDescriptionvoidAddressT.setExtensions(ExtensionsT value) Sets the value of the extensions property.voidRouteExtension.setExtensions(ExtensionsT value) Sets the value of the extensions property.voidRoutePointExtension.setExtensions(ExtensionsT value) Sets the value of the extensions property.voidTrackExtension.setExtensions(ExtensionsT value) Sets the value of the extensions property.voidTrackPointExtension.setExtensions(ExtensionsT value) Sets the value of the extensions property.voidWaypointExtension.setExtensions(ExtensionsT value) Sets the value of the extensions property.