Class HeartRateValueT

java.lang.Object
org.bremersee.garmin.workout.v1.model.HeartRateValueT
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
HeartRateAsPercentOfMaxT, HeartRateInBeatsPerMinuteT

public abstract class HeartRateValueT extends Object implements Serializable

Java class for HeartRateValue_t complex type.

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


 <complexType name="HeartRateValue_t">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
  • Constructor Details

    • HeartRateValueT

      public HeartRateValueT()