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

public class TPX extends Object implements Serializable

Java class for ActivityTrackpointExtension_t complex type.

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


 <complexType name="ActivityTrackpointExtension_t">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Speed" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
         <element name="RunCadence" type="{http://www.garmin.com/xmlschemas/ActivityExtension/v2}CadenceValue_t" minOccurs="0"/>
         <element name="Watts" 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>
       <attribute name="CadenceSensor" type="{http://www.garmin.com/xmlschemas/ActivityExtension/v2}CadenceSensorType_t" />
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

  • Constructor Details

    • TPX

      public TPX()
  • Method Details

    • getSpeed

      public Double getSpeed()
      Gets the value of the speed property.
      Returns:
      possible object is Double
    • setSpeed

      public void setSpeed(Double value)
      Sets the value of the speed property.
      Parameters:
      value - allowed object is Double
    • getRunCadence

      public Short getRunCadence()
      Gets the value of the runCadence property.
      Returns:
      possible object is Short
    • setRunCadence

      public void setRunCadence(Short value)
      Sets the value of the runCadence property.
      Parameters:
      value - allowed object is Short
    • getWatts

      public Integer getWatts()
      Gets the value of the watts property.
      Returns:
      possible object is Integer
    • setWatts

      public void setWatts(Integer value)
      Sets the value of the watts 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
    • getCadenceSensor

      public CadenceSensorTypeT getCadenceSensor()
      Gets the value of the cadenceSensor property.
      Returns:
      possible object is CadenceSensorTypeT
    • setCadenceSensor

      public void setCadenceSensor(CadenceSensorTypeT value)
      Sets the value of the cadenceSensor property.
      Parameters:
      value - allowed object is CadenceSensorTypeT