Class ActivityTrackpointExtension

java.lang.Object
org.bremersee.garmin.activity.v1.model.ext.ActivityTrackpointExtension
All Implemented Interfaces:
Serializable

public class ActivityTrackpointExtension 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/v1}CadenceValue_t" minOccurs="0"/>
         <element name="Extensions" type="{http://www.garmin.com/xmlschemas/ActivityExtension/v1}Extensions_t" minOccurs="0"/>
       </sequence>
       <attribute name="SourceSensor" type="{http://www.garmin.com/xmlschemas/ActivityExtension/v1}Sensor_t" />
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

    • speed

      protected Double speed
    • runCadence

      protected Short runCadence
    • extensions

      protected ExtensionsT extensions
    • sourceSensor

      protected SensorT sourceSensor
  • Constructor Details

    • ActivityTrackpointExtension

      public ActivityTrackpointExtension()
  • 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
    • 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
    • getSourceSensor

      public SensorT getSourceSensor()
      Gets the value of the sourceSensor property.
      Returns:
      possible object is SensorT
    • setSourceSensor

      public void setSourceSensor(SensorT value)
      Sets the value of the sourceSensor property.
      Parameters:
      value - allowed object is SensorT