com.garmin.xmlschemas.trainingcenterdatabase.v1
Class RunT

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

public class RunT
extends java.lang.Object

Java class for Run_t complex type.

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

 <complexType name="Run_t">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Lap" type="{http://www.garmin.com/xmlschemas/TrainingCenterDatabase/v1}ActivityLap_t" maxOccurs="unbounded"/>
         <element name="Notes" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Training" type="{http://www.garmin.com/xmlschemas/TrainingCenterDatabase/v1}Training_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  ExtensionsT extensions
           
protected  java.util.List<ActivityLapT> lap
           
protected  java.lang.String notes
           
protected  TrainingT training
           
 
Constructor Summary
RunT()
           
 
Method Summary
 ExtensionsT getExtensions()
          Gets the value of the extensions property.
 java.util.List<ActivityLapT> getLap()
          Gets the value of the lap property.
 java.lang.String getNotes()
          Gets the value of the notes property.
 TrainingT getTraining()
          Gets the value of the training property.
 void setExtensions(ExtensionsT value)
          Sets the value of the extensions property.
 void setNotes(java.lang.String value)
          Sets the value of the notes property.
 void setTraining(TrainingT value)
          Sets the value of the training property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

lap

protected java.util.List<ActivityLapT> lap

notes

protected java.lang.String notes

training

protected TrainingT training

extensions

protected ExtensionsT extensions
Constructor Detail

RunT

public RunT()
Method Detail

getLap

public java.util.List<ActivityLapT> getLap()
Gets the value of the lap property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the lap property.

For example, to add a new item, do as follows:

    getLap().add(newItem);
 

Objects of the following type(s) are allowed in the list ActivityLapT


getNotes

public java.lang.String getNotes()
Gets the value of the notes property.

Returns:
possible object is String

setNotes

public void setNotes(java.lang.String value)
Sets the value of the notes property.

Parameters:
value - allowed object is String

getTraining

public TrainingT getTraining()
Gets the value of the training property.

Returns:
possible object is TrainingT

setTraining

public void setTraining(TrainingT value)
Sets the value of the training property.

Parameters:
value - allowed object is TrainingT

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.