com.garmin.xmlschemas.trainingcenterdatabase.v1
Class HistoryT

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

public class HistoryT
extends java.lang.Object

Java class for History_t complex type.

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

 <complexType name="History_t">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Running" type="{http://www.garmin.com/xmlschemas/TrainingCenterDatabase/v1}HistoryFolder_t"/>
         <element name="Biking" type="{http://www.garmin.com/xmlschemas/TrainingCenterDatabase/v1}HistoryFolder_t"/>
         <element name="Other" type="{http://www.garmin.com/xmlschemas/TrainingCenterDatabase/v1}HistoryFolder_t"/>
         <element name="MultiSport" type="{http://www.garmin.com/xmlschemas/TrainingCenterDatabase/v1}MultiSportFolder_t"/>
         <element name="Extensions" type="{http://www.garmin.com/xmlschemas/TrainingCenterDatabase/v1}Extensions_t" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  HistoryFolderT biking
           
protected  ExtensionsT extensions
           
protected  MultiSportFolderT multiSport
           
protected  HistoryFolderT other
           
protected  HistoryFolderT running
           
 
Constructor Summary
HistoryT()
           
 
Method Summary
 HistoryFolderT getBiking()
          Gets the value of the biking property.
 ExtensionsT getExtensions()
          Gets the value of the extensions property.
 MultiSportFolderT getMultiSport()
          Gets the value of the multiSport property.
 HistoryFolderT getOther()
          Gets the value of the other property.
 HistoryFolderT getRunning()
          Gets the value of the running property.
 void setBiking(HistoryFolderT value)
          Sets the value of the biking property.
 void setExtensions(ExtensionsT value)
          Sets the value of the extensions property.
 void setMultiSport(MultiSportFolderT value)
          Sets the value of the multiSport property.
 void setOther(HistoryFolderT value)
          Sets the value of the other property.
 void setRunning(HistoryFolderT value)
          Sets the value of the running property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

running

protected HistoryFolderT running

biking

protected HistoryFolderT biking

other

protected HistoryFolderT other

multiSport

protected MultiSportFolderT multiSport

extensions

protected ExtensionsT extensions
Constructor Detail

HistoryT

public HistoryT()
Method Detail

getRunning

public HistoryFolderT getRunning()
Gets the value of the running property.

Returns:
possible object is HistoryFolderT

setRunning

public void setRunning(HistoryFolderT value)
Sets the value of the running property.

Parameters:
value - allowed object is HistoryFolderT

getBiking

public HistoryFolderT getBiking()
Gets the value of the biking property.

Returns:
possible object is HistoryFolderT

setBiking

public void setBiking(HistoryFolderT value)
Sets the value of the biking property.

Parameters:
value - allowed object is HistoryFolderT

getOther

public HistoryFolderT getOther()
Gets the value of the other property.

Returns:
possible object is HistoryFolderT

setOther

public void setOther(HistoryFolderT value)
Sets the value of the other property.

Parameters:
value - allowed object is HistoryFolderT

getMultiSport

public MultiSportFolderT getMultiSport()
Gets the value of the multiSport property.

Returns:
possible object is MultiSportFolderT

setMultiSport

public void setMultiSport(MultiSportFolderT value)
Sets the value of the multiSport property.

Parameters:
value - allowed object is MultiSportFolderT

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.