Class WorkoutDatabase
java.lang.Object
org.bremersee.garmin.workout.v1.model.WorkoutDatabase
- All Implemented Interfaces:
Serializable
Java class for WorkoutDatabase_t complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="WorkoutDatabase_t">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Running" type="{http://www.garmin.com/xmlschemas/WorkoutDatabase/v1}Folder_t"/>
<element name="Biking" type="{http://www.garmin.com/xmlschemas/WorkoutDatabase/v1}Folder_t"/>
<element name="Other" type="{http://www.garmin.com/xmlschemas/WorkoutDatabase/v1}Folder_t"/>
</sequence>
</restriction>
</complexContent>
</complexType>
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the biking property.getOther()Gets the value of the other property.Gets the value of the running property.voidSets the value of the biking property.voidSets the value of the other property.voidsetRunning(FolderT value) Sets the value of the running property.
-
Field Details
-
running
-
biking
-
other
-
-
Constructor Details
-
WorkoutDatabase
public WorkoutDatabase()
-
-
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
-