|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.garmin.xmlschemas.trainingcenterdatabase.v1.TrainingT
public class TrainingT
Java class for Training_t complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Training_t">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="QuickWorkoutResults" type="{http://www.garmin.com/xmlschemas/TrainingCenterDatabase/v1}QuickWorkout_t" minOccurs="0"/>
<element name="Plan" type="{http://www.garmin.com/xmlschemas/TrainingCenterDatabase/v1}Plan_t" minOccurs="0"/>
</sequence>
<attribute name="VirtualPartner" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected PlanT |
plan
|
protected QuickWorkoutT |
quickWorkoutResults
|
protected boolean |
virtualPartner
|
| Constructor Summary | |
|---|---|
TrainingT()
|
|
| Method Summary | |
|---|---|
PlanT |
getPlan()
Gets the value of the plan property. |
QuickWorkoutT |
getQuickWorkoutResults()
Gets the value of the quickWorkoutResults property. |
boolean |
isVirtualPartner()
Gets the value of the virtualPartner property. |
void |
setPlan(PlanT value)
Sets the value of the plan property. |
void |
setQuickWorkoutResults(QuickWorkoutT value)
Sets the value of the quickWorkoutResults property. |
void |
setVirtualPartner(boolean value)
Sets the value of the virtualPartner property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected QuickWorkoutT quickWorkoutResults
protected PlanT plan
protected boolean virtualPartner
| Constructor Detail |
|---|
public TrainingT()
| Method Detail |
|---|
public QuickWorkoutT getQuickWorkoutResults()
QuickWorkoutTpublic void setQuickWorkoutResults(QuickWorkoutT value)
value - allowed object is
QuickWorkoutTpublic PlanT getPlan()
PlanTpublic void setPlan(PlanT value)
value - allowed object is
PlanTpublic boolean isVirtualPartner()
public void setVirtualPartner(boolean value)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||