Class HeartRateAsPercentOfMaxT

java.lang.Object
org.bremersee.garmin.workout.v1.model.ext.HeartRateValueT
org.bremersee.garmin.workout.v1.model.ext.HeartRateAsPercentOfMaxT
All Implemented Interfaces:
Serializable

public class HeartRateAsPercentOfMaxT extends HeartRateValueT implements Serializable

Java class for HeartRateAsPercentOfMax_t complex type.

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


 <complexType name="HeartRateAsPercentOfMax_t">
   <complexContent>
     <extension base="{http://www.garmin.com/xmlschemas/WorkoutExtension/v1}HeartRateValue_t">
       <sequence>
         <element name="Value" type="{http://www.garmin.com/xmlschemas/WorkoutExtension/v1}PercentOfMax_t"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

    • value

      protected short value
  • Constructor Details

    • HeartRateAsPercentOfMaxT

      public HeartRateAsPercentOfMaxT()
  • Method Details

    • getValue

      public short getValue()
      Gets the value of the value property.
    • setValue

      public void setValue(short value)
      Sets the value of the value property.