|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.garmin.xmlschemas.trainingcenterdatabase.v1.HistoryT
public class HistoryT
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 |
|---|
protected HistoryFolderT running
protected HistoryFolderT biking
protected HistoryFolderT other
protected MultiSportFolderT multiSport
protected ExtensionsT extensions
| Constructor Detail |
|---|
public HistoryT()
| Method Detail |
|---|
public HistoryFolderT getRunning()
HistoryFolderTpublic void setRunning(HistoryFolderT value)
value - allowed object is
HistoryFolderTpublic HistoryFolderT getBiking()
HistoryFolderTpublic void setBiking(HistoryFolderT value)
value - allowed object is
HistoryFolderTpublic HistoryFolderT getOther()
HistoryFolderTpublic void setOther(HistoryFolderT value)
value - allowed object is
HistoryFolderTpublic MultiSportFolderT getMultiSport()
MultiSportFolderTpublic void setMultiSport(MultiSportFolderT value)
value - allowed object is
MultiSportFolderTpublic 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 | ||||||||