Class HeartRateT

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

public class HeartRateT extends TargetT implements Serializable

Java class for HeartRate_t complex type.

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


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

    • heartRateZone

      protected ZoneT heartRateZone
  • Constructor Details

    • HeartRateT

      public HeartRateT()
  • Method Details

    • getHeartRateZone

      public ZoneT getHeartRateZone()
      Gets the value of the heartRateZone property.
      Returns:
      possible object is ZoneT
    • setHeartRateZone

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