com.garmin.xmlschemas.trainingcenterdatabase.v1
Class HeartRateT

java.lang.Object
  extended by com.garmin.xmlschemas.trainingcenterdatabase.v1.TargetT
      extended by 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>
 


Field Summary
protected  ZoneT heartRateZone
           
 
Constructor Summary
HeartRateT()
           
 
Method Summary
 ZoneT getHeartRateZone()
          Gets the value of the heartRateZone property.
 void setHeartRateZone(ZoneT value)
          Sets the value of the heartRateZone property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

heartRateZone

protected ZoneT heartRateZone
Constructor Detail

HeartRateT

public HeartRateT()
Method Detail

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.