com.garmin.xmlschemas.trainingcenterdatabase.v1
Class TrainingT

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

public class TrainingT
extends java.lang.Object

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

quickWorkoutResults

protected QuickWorkoutT quickWorkoutResults

plan

protected PlanT plan

virtualPartner

protected boolean virtualPartner
Constructor Detail

TrainingT

public TrainingT()
Method Detail

getQuickWorkoutResults

public QuickWorkoutT getQuickWorkoutResults()
Gets the value of the quickWorkoutResults property.

Returns:
possible object is QuickWorkoutT

setQuickWorkoutResults

public void setQuickWorkoutResults(QuickWorkoutT value)
Sets the value of the quickWorkoutResults property.

Parameters:
value - allowed object is QuickWorkoutT

getPlan

public PlanT getPlan()
Gets the value of the plan property.

Returns:
possible object is PlanT

setPlan

public void setPlan(PlanT value)
Sets the value of the plan property.

Parameters:
value - allowed object is PlanT

isVirtualPartner

public boolean isVirtualPartner()
Gets the value of the virtualPartner property.


setVirtualPartner

public void setVirtualPartner(boolean value)
Sets the value of the virtualPartner property.



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