Class HistoryDatabase
java.lang.Object
org.bremersee.garmin.historydatabase.v1.model.HistoryDatabase
- All Implemented Interfaces:
Serializable
Java class for HistoryDatabase_t complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="HistoryDatabase_t">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Running" type="{http://www.garmin.com/xmlschemas/HistoryDatabase/v1}Folder_t"/>
<element name="Biking" type="{http://www.garmin.com/xmlschemas/HistoryDatabase/v1}Folder_t"/>
<element name="Other" type="{http://www.garmin.com/xmlschemas/HistoryDatabase/v1}Folder_t"/>
<element name="MultiSport" type="{http://www.garmin.com/xmlschemas/HistoryDatabase/v1}MultiSportFolder_t"/>
</sequence>
</restriction>
</complexContent>
</complexType>
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected FolderTprotected MultiSportFolderTprotected FolderTprotected FolderT -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the biking property.Gets the value of the multiSport property.getOther()Gets the value of the other property.Gets the value of the running property.voidSets the value of the biking property.voidsetMultiSport(MultiSportFolderT value) Sets the value of the multiSport property.voidSets the value of the other property.voidsetRunning(FolderT value) Sets the value of the running property.
-
Field Details
-
running
-
biking
-
other
-
multiSport
-
-
Constructor Details
-
HistoryDatabase
public HistoryDatabase()
-
-
Method Details
-
getRunning
Gets the value of the running property.- Returns:
- possible object is
FolderT
-
setRunning
Sets the value of the running property.- Parameters:
value- allowed object isFolderT
-
getBiking
Gets the value of the biking property.- Returns:
- possible object is
FolderT
-
setBiking
Sets the value of the biking property.- Parameters:
value- allowed object isFolderT
-
getOther
Gets the value of the other property.- Returns:
- possible object is
FolderT
-
setOther
Sets the value of the other property.- Parameters:
value- allowed object isFolderT
-
getMultiSport
Gets the value of the multiSport property.- Returns:
- possible object is
MultiSportFolderT
-
setMultiSport
Sets the value of the multiSport property.- Parameters:
value- allowed object isMultiSportFolderT
-