java.lang.Object
org.bremersee.garmin.workout.v1.model.TargetT
org.bremersee.garmin.workout.v1.model.SpeedT
All Implemented Interfaces:
Serializable

public class SpeedT extends TargetT implements Serializable

Java class for Speed_t complex type.

The following schema fragment specifies the expected content contained within this class.


 <complexType name="Speed_t">
   <complexContent>
     <extension base="{http://www.garmin.com/xmlschemas/WorkoutDatabase/v1}Target_t">
       <sequence>
         <element name="SpeedZone" type="{http://www.garmin.com/xmlschemas/WorkoutDatabase/v1}Zone_t"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

    • speedZone

      protected ZoneT speedZone
  • Constructor Details

    • SpeedT

      public SpeedT()
  • Method Details

    • getSpeedZone

      public ZoneT getSpeedZone()
      Gets the value of the speedZone property.
      Returns:
      possible object is ZoneT
    • setSpeedZone

      public void setSpeedZone(ZoneT value)
      Sets the value of the speedZone property.
      Parameters:
      value - allowed object is ZoneT