java.lang.Object
org.bremersee.garmin.activity.v2.model.ext.LX
All Implemented Interfaces:
Serializable

public class LX extends Object implements Serializable

Java class for ActivityLapExtension_t complex type.

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


 <complexType name="ActivityLapExtension_t">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="AvgSpeed" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
         <element name="MaxBikeCadence" type="{http://www.garmin.com/xmlschemas/ActivityExtension/v2}CadenceValue_t" minOccurs="0"/>
         <element name="AvgRunCadence" type="{http://www.garmin.com/xmlschemas/ActivityExtension/v2}CadenceValue_t" minOccurs="0"/>
         <element name="MaxRunCadence" type="{http://www.garmin.com/xmlschemas/ActivityExtension/v2}CadenceValue_t" minOccurs="0"/>
         <element name="Steps" type="{http://www.w3.org/2001/XMLSchema}unsignedShort" minOccurs="0"/>
         <element name="AvgWatts" type="{http://www.w3.org/2001/XMLSchema}unsignedShort" minOccurs="0"/>
         <element name="MaxWatts" type="{http://www.w3.org/2001/XMLSchema}unsignedShort" minOccurs="0"/>
         <element name="Extensions" type="{http://www.garmin.com/xmlschemas/ActivityExtension/v2}Extensions_t" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

    • avgSpeed

      protected Double avgSpeed
    • maxBikeCadence

      protected Short maxBikeCadence
    • avgRunCadence

      protected Short avgRunCadence
    • maxRunCadence

      protected Short maxRunCadence
    • steps

      protected Integer steps
    • avgWatts

      protected Integer avgWatts
    • maxWatts

      protected Integer maxWatts
    • extensions

      protected ExtensionsT extensions
  • Constructor Details

    • LX

      public LX()
  • Method Details

    • getAvgSpeed

      public Double getAvgSpeed()
      Gets the value of the avgSpeed property.
      Returns:
      possible object is Double
    • setAvgSpeed

      public void setAvgSpeed(Double value)
      Sets the value of the avgSpeed property.
      Parameters:
      value - allowed object is Double
    • getMaxBikeCadence

      public Short getMaxBikeCadence()
      Gets the value of the maxBikeCadence property.
      Returns:
      possible object is Short
    • setMaxBikeCadence

      public void setMaxBikeCadence(Short value)
      Sets the value of the maxBikeCadence property.
      Parameters:
      value - allowed object is Short
    • getAvgRunCadence

      public Short getAvgRunCadence()
      Gets the value of the avgRunCadence property.
      Returns:
      possible object is Short
    • setAvgRunCadence

      public void setAvgRunCadence(Short value)
      Sets the value of the avgRunCadence property.
      Parameters:
      value - allowed object is Short
    • getMaxRunCadence

      public Short getMaxRunCadence()
      Gets the value of the maxRunCadence property.
      Returns:
      possible object is Short
    • setMaxRunCadence

      public void setMaxRunCadence(Short value)
      Sets the value of the maxRunCadence property.
      Parameters:
      value - allowed object is Short
    • getSteps

      public Integer getSteps()
      Gets the value of the steps property.
      Returns:
      possible object is Integer
    • setSteps

      public void setSteps(Integer value)
      Sets the value of the steps property.
      Parameters:
      value - allowed object is Integer
    • getAvgWatts

      public Integer getAvgWatts()
      Gets the value of the avgWatts property.
      Returns:
      possible object is Integer
    • setAvgWatts

      public void setAvgWatts(Integer value)
      Sets the value of the avgWatts property.
      Parameters:
      value - allowed object is Integer
    • getMaxWatts

      public Integer getMaxWatts()
      Gets the value of the maxWatts property.
      Returns:
      possible object is Integer
    • setMaxWatts

      public void setMaxWatts(Integer value)
      Sets the value of the maxWatts property.
      Parameters:
      value - allowed object is Integer
    • 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