Uses of Class
org.bremersee.garmin.flightplan.v1.model.ExtensionsT
Packages that use ExtensionsT
-
Uses of ExtensionsT in org.bremersee.garmin.flightplan.v1.model
Fields in org.bremersee.garmin.flightplan.v1.model declared as ExtensionsTModifier and TypeFieldDescriptionprotected ExtensionsTFlightPlan.extensionsprotected ExtensionsTRoutePointT.extensionsprotected ExtensionsTRouteT.extensionsprotected ExtensionsTWaypointT.extensionsMethods in org.bremersee.garmin.flightplan.v1.model that return ExtensionsTModifier and TypeMethodDescriptionObjectFactory.createExtensionsT()Create an instance ofExtensionsTFlightPlan.getExtensions()Gets the value of the extensions property.RoutePointT.getExtensions()Gets the value of the extensions property.RouteT.getExtensions()Gets the value of the extensions property.WaypointT.getExtensions()Gets the value of the extensions property.Methods in org.bremersee.garmin.flightplan.v1.model with parameters of type ExtensionsTModifier and TypeMethodDescriptionvoidFlightPlan.setExtensions(ExtensionsT value) Sets the value of the extensions property.voidRoutePointT.setExtensions(ExtensionsT value) Sets the value of the extensions property.voidRouteT.setExtensions(ExtensionsT value) Sets the value of the extensions property.voidWaypointT.setExtensions(ExtensionsT value) Sets the value of the extensions property.