Class HeartRateInBeatsPerMinuteT
java.lang.Object
org.bremersee.garmin.workout.v1.model.HeartRateValueT
org.bremersee.garmin.workout.v1.model.HeartRateInBeatsPerMinuteT
- All Implemented Interfaces:
Serializable
Java class for HeartRateInBeatsPerMinute_t complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="HeartRateInBeatsPerMinute_t">
<complexContent>
<extension base="{http://www.garmin.com/xmlschemas/WorkoutDatabase/v1}HeartRateValue_t">
<sequence>
<element name="Value" type="{http://www.w3.org/2001/XMLSchema}unsignedByte"/>
</sequence>
</extension>
</complexContent>
</complexType>
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
value
protected short value
-
-
Constructor Details
-
HeartRateInBeatsPerMinuteT
public HeartRateInBeatsPerMinuteT()
-
-
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.
-