com.garmin.xmlschemas.trainingcenterdatabase.v1
Class HeartRateAsPercentOfMaxT

java.lang.Object
  extended by com.garmin.xmlschemas.trainingcenterdatabase.v1.HeartRateValueT
      extended by com.garmin.xmlschemas.trainingcenterdatabase.v1.HeartRateAsPercentOfMaxT

public class HeartRateAsPercentOfMaxT
extends HeartRateValueT

Java class for HeartRateAsPercentOfMax_t complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="HeartRateAsPercentOfMax_t">
   <complexContent>
     <extension base="{http://www.garmin.com/xmlschemas/TrainingCenterDatabase/v1}HeartRateValue_t">
       <sequence>
         <element name="Value" type="{http://www.garmin.com/xmlschemas/TrainingCenterDatabase/v1}PercentOfMax_t"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  short value
           
 
Constructor Summary
HeartRateAsPercentOfMaxT()
           
 
Method Summary
 short getValue()
          Gets the value of the value property.
 void setValue(short value)
          Sets the value of the value property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

value

protected short value
Constructor Detail

HeartRateAsPercentOfMaxT

public HeartRateAsPercentOfMaxT()
Method Detail

getValue

public short getValue()
Gets the value of the value property.


setValue

public void setValue(short value)
Sets the value of the value property.



Copyright © 2007 MotionBased subsidiary of Garmin Ltd.. All Rights Reserved.