com.garmin.xmlschemas.trainingcenterdatabase.v1
Class HeartRateT
java.lang.Object
com.garmin.xmlschemas.trainingcenterdatabase.v1.TargetT
com.garmin.xmlschemas.trainingcenterdatabase.v1.HeartRateT
public class HeartRateT
- extends TargetT
Java class for HeartRate_t complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="HeartRate_t">
<complexContent>
<extension base="{http://www.garmin.com/xmlschemas/TrainingCenterDatabase/v1}Target_t">
<sequence>
<element name="HeartRateZone" type="{http://www.garmin.com/xmlschemas/TrainingCenterDatabase/v1}Zone_t"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
heartRateZone
protected ZoneT heartRateZone
HeartRateT
public HeartRateT()
getHeartRateZone
public ZoneT getHeartRateZone()
- Gets the value of the heartRateZone property.
- Returns:
- possible object is
ZoneT
setHeartRateZone
public void setHeartRateZone(ZoneT value)
- Sets the value of the heartRateZone property.
- Parameters:
value - allowed object is
ZoneT
Copyright © 2007 MotionBased subsidiary of Garmin Ltd.. All Rights Reserved.