|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.garmin.xmlschemas.trainingcenterdatabase.v1.TrainingCenterDatabaseT
public class TrainingCenterDatabaseT
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 |
|---|
protected HistoryT history
protected WorkoutsT workouts
protected CoursesT courses
protected ExtensionsT extensions
| Constructor Detail |
|---|
public TrainingCenterDatabaseT()
| Method Detail |
|---|
public HistoryT getHistory()
HistoryTpublic void setHistory(HistoryT value)
value - allowed object is
HistoryTpublic WorkoutsT getWorkouts()
WorkoutsTpublic void setWorkouts(WorkoutsT value)
value - allowed object is
WorkoutsTpublic CoursesT getCourses()
CoursesTpublic void setCourses(CoursesT value)
value - allowed object is
CoursesTpublic ExtensionsT getExtensions()
ExtensionsTpublic void setExtensions(ExtensionsT value)
value - allowed object is
ExtensionsT
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||