com.garmin.xmlschemas.trainingcenterdatabase.v1
Class QuickWorkoutT

java.lang.Object
  extended by com.garmin.xmlschemas.trainingcenterdatabase.v1.QuickWorkoutT

public class QuickWorkoutT
extends java.lang.Object

Java class for QuickWorkout_t complex type.

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

 <complexType name="QuickWorkout_t">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="TotalTimeSeconds" type="{http://www.w3.org/2001/XMLSchema}double"/>
         <element name="DistanceMeters" type="{http://www.w3.org/2001/XMLSchema}double"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  double distanceMeters
           
protected  double totalTimeSeconds
           
 
Constructor Summary
QuickWorkoutT()
           
 
Method Summary
 double getDistanceMeters()
          Gets the value of the distanceMeters property.
 double getTotalTimeSeconds()
          Gets the value of the totalTimeSeconds property.
 void setDistanceMeters(double value)
          Sets the value of the distanceMeters property.
 void setTotalTimeSeconds(double value)
          Sets the value of the totalTimeSeconds property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

totalTimeSeconds

protected double totalTimeSeconds

distanceMeters

protected double distanceMeters
Constructor Detail

QuickWorkoutT

public QuickWorkoutT()
Method Detail

getTotalTimeSeconds

public double getTotalTimeSeconds()
Gets the value of the totalTimeSeconds property.


setTotalTimeSeconds

public void setTotalTimeSeconds(double value)
Sets the value of the totalTimeSeconds property.


getDistanceMeters

public double getDistanceMeters()
Gets the value of the distanceMeters property.


setDistanceMeters

public void setDistanceMeters(double value)
Sets the value of the distanceMeters property.



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