|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.garmin.xmlschemas.trainingcenterdatabase.v1.QuickWorkoutT
public class QuickWorkoutT
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 |
|---|
protected double totalTimeSeconds
protected double distanceMeters
| Constructor Detail |
|---|
public QuickWorkoutT()
| Method Detail |
|---|
public double getTotalTimeSeconds()
public void setTotalTimeSeconds(double value)
public double getDistanceMeters()
public void setDistanceMeters(double value)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||