com.garmin.xmlschemas.trainingcenterdatabase.v1
Class TrainingCenterDatabaseT

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

public class TrainingCenterDatabaseT
extends java.lang.Object

Java class for TrainingCenterDatabase_t complex type.

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

 <complexType name="TrainingCenterDatabase_t">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="History" type="{http://www.garmin.com/xmlschemas/TrainingCenterDatabase/v1}History_t" minOccurs="0"/>
         <element name="Workouts" type="{http://www.garmin.com/xmlschemas/TrainingCenterDatabase/v1}Workouts_t" minOccurs="0"/>
         <element name="Courses" type="{http://www.garmin.com/xmlschemas/TrainingCenterDatabase/v1}Courses_t" minOccurs="0"/>
         <element name="Extensions" type="{http://www.garmin.com/xmlschemas/TrainingCenterDatabase/v1}Extensions_t" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  CoursesT courses
           
protected  ExtensionsT extensions
           
protected  HistoryT history
           
protected  WorkoutsT workouts
           
 
Constructor Summary
TrainingCenterDatabaseT()
           
 
Method Summary
 CoursesT getCourses()
          Gets the value of the courses property.
 ExtensionsT getExtensions()
          Gets the value of the extensions property.
 HistoryT getHistory()
          Gets the value of the history property.
 WorkoutsT getWorkouts()
          Gets the value of the workouts property.
 void setCourses(CoursesT value)
          Sets the value of the courses property.
 void setExtensions(ExtensionsT value)
          Sets the value of the extensions property.
 void setHistory(HistoryT value)
          Sets the value of the history property.
 void setWorkouts(WorkoutsT value)
          Sets the value of the workouts property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

history

protected HistoryT history

workouts

protected WorkoutsT workouts

courses

protected CoursesT courses

extensions

protected ExtensionsT extensions
Constructor Detail

TrainingCenterDatabaseT

public TrainingCenterDatabaseT()
Method Detail

getHistory

public HistoryT getHistory()
Gets the value of the history property.

Returns:
possible object is HistoryT

setHistory

public void setHistory(HistoryT value)
Sets the value of the history property.

Parameters:
value - allowed object is HistoryT

getWorkouts

public WorkoutsT getWorkouts()
Gets the value of the workouts property.

Returns:
possible object is WorkoutsT

setWorkouts

public void setWorkouts(WorkoutsT value)
Sets the value of the workouts property.

Parameters:
value - allowed object is WorkoutsT

getCourses

public CoursesT getCourses()
Gets the value of the courses property.

Returns:
possible object is CoursesT

setCourses

public void setCourses(CoursesT value)
Sets the value of the courses property.

Parameters:
value - allowed object is CoursesT

getExtensions

public ExtensionsT getExtensions()
Gets the value of the extensions property.

Returns:
possible object is ExtensionsT

setExtensions

public void setExtensions(ExtensionsT value)
Sets the value of the extensions property.

Parameters:
value - allowed object is ExtensionsT


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