Class HeartRateAboveT
java.lang.Object
org.bremersee.garmin.workout.v1.model.ext.DurationT
org.bremersee.garmin.workout.v1.model.ext.HeartRateAboveT
- All Implemented Interfaces:
Serializable
Java class for HeartRateAbove_t complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="HeartRateAbove_t">
<complexContent>
<extension base="{http://www.garmin.com/xmlschemas/WorkoutExtension/v1}Duration_t">
<sequence>
<element name="HeartRate" type="{http://www.garmin.com/xmlschemas/WorkoutExtension/v1}HeartRateValue_t"/>
</sequence>
</extension>
</complexContent>
</complexType>
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the heartRate property.voidsetHeartRate(HeartRateValueT value) Sets the value of the heartRate property.
-
Field Details
-
heartRate
-
-
Constructor Details
-
HeartRateAboveT
public HeartRateAboveT()
-
-
Method Details
-
getHeartRate
Gets the value of the heartRate property.- Returns:
- possible object is
HeartRateValueT
-
setHeartRate
Sets the value of the heartRate property.- Parameters:
value- allowed object isHeartRateValueT
-