Class CustomHeartRateZoneT
java.lang.Object
org.bremersee.garmin.workout.v1.model.ZoneT
org.bremersee.garmin.workout.v1.model.CustomHeartRateZoneT
- All Implemented Interfaces:
Serializable
Java class for CustomHeartRateZone_t complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CustomHeartRateZone_t">
<complexContent>
<extension base="{http://www.garmin.com/xmlschemas/WorkoutDatabase/v1}Zone_t">
<sequence>
<element name="Low" type="{http://www.garmin.com/xmlschemas/WorkoutDatabase/v1}HeartRateValue_t"/>
<element name="High" type="{http://www.garmin.com/xmlschemas/WorkoutDatabase/v1}HeartRateValue_t"/>
</sequence>
</extension>
</complexContent>
</complexType>
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetHigh()Gets the value of the high property.getLow()Gets the value of the low property.voidsetHigh(HeartRateValueT value) Sets the value of the high property.voidsetLow(HeartRateValueT value) Sets the value of the low property.
-
Field Details
-
low
-
high
-
-
Constructor Details
-
CustomHeartRateZoneT
public CustomHeartRateZoneT()
-
-
Method Details
-
getLow
Gets the value of the low property.- Returns:
- possible object is
HeartRateValueT
-
setLow
Sets the value of the low property.- Parameters:
value- allowed object isHeartRateValueT
-
getHigh
Gets the value of the high property.- Returns:
- possible object is
HeartRateValueT
-
setHigh
Sets the value of the high property.- Parameters:
value- allowed object isHeartRateValueT
-