Class HeartRateT
java.lang.Object
org.bremersee.garmin.workout.v1.model.TargetT
org.bremersee.garmin.workout.v1.model.HeartRateT
- All Implemented Interfaces:
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the heartRateZone property.voidsetHeartRateZone(ZoneT value) Sets the value of the heartRateZone property.