Class WorkoutDatabase

java.lang.Object
org.bremersee.garmin.workout.v1.model.WorkoutDatabase
All Implemented Interfaces:
Serializable

public class WorkoutDatabase extends Object implements 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 Details

  • Constructor Details

    • WorkoutDatabase

      public WorkoutDatabase()
  • Method Details

    • getRunning

      public FolderT getRunning()
      Gets the value of the running property.
      Returns:
      possible object is FolderT
    • setRunning

      public void setRunning(FolderT value)
      Sets the value of the running property.
      Parameters:
      value - allowed object is FolderT
    • getBiking

      public FolderT getBiking()
      Gets the value of the biking property.
      Returns:
      possible object is FolderT
    • setBiking

      public void setBiking(FolderT value)
      Sets the value of the biking property.
      Parameters:
      value - allowed object is FolderT
    • getOther

      public FolderT getOther()
      Gets the value of the other property.
      Returns:
      possible object is FolderT
    • setOther

      public void setOther(FolderT value)
      Sets the value of the other property.
      Parameters:
      value - allowed object is FolderT