Class TrackPointExtension

java.lang.Object
org.bremersee.garmin.trackpoint.v1.model.ext.TrackPointExtension
All Implemented Interfaces:
Serializable

public class TrackPointExtension extends Object implements Serializable
This type contains data fields that cannot be represented in track points in GPX 1.1 instances.

Java class for TrackPointExtension_t complex type.

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


 <complexType name="TrackPointExtension_t">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="atemp" type="{http://www.garmin.com/xmlschemas/TrackPointExtension/v1}DegreesCelsius_t" minOccurs="0"/>
         <element name="wtemp" type="{http://www.garmin.com/xmlschemas/TrackPointExtension/v1}DegreesCelsius_t" minOccurs="0"/>
         <element name="depth" type="{http://www.garmin.com/xmlschemas/TrackPointExtension/v1}Meters_t" minOccurs="0"/>
         <element name="hr" type="{http://www.garmin.com/xmlschemas/TrackPointExtension/v1}BeatsPerMinute_t" minOccurs="0"/>
         <element name="cad" type="{http://www.garmin.com/xmlschemas/TrackPointExtension/v1}RevolutionsPerMinute_t" minOccurs="0"/>
         <element name="Extensions" type="{http://www.garmin.com/xmlschemas/TrackPointExtension/v1}Extensions_t" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

  • Constructor Details

    • TrackPointExtension

      public TrackPointExtension()
  • Method Details

    • getAtemp

      public Double getAtemp()
      Gets the value of the atemp property.
      Returns:
      possible object is Double
    • setAtemp

      public void setAtemp(Double value)
      Sets the value of the atemp property.
      Parameters:
      value - allowed object is Double
    • getWtemp

      public Double getWtemp()
      Gets the value of the wtemp property.
      Returns:
      possible object is Double
    • setWtemp

      public void setWtemp(Double value)
      Sets the value of the wtemp property.
      Parameters:
      value - allowed object is Double
    • getDepth

      public Double getDepth()
      Gets the value of the depth property.
      Returns:
      possible object is Double
    • setDepth

      public void setDepth(Double value)
      Sets the value of the depth property.
      Parameters:
      value - allowed object is Double
    • getHr

      public Short getHr()
      Gets the value of the hr property.
      Returns:
      possible object is Short
    • setHr

      public void setHr(Short value)
      Sets the value of the hr property.
      Parameters:
      value - allowed object is Short
    • getCad

      public Short getCad()
      Gets the value of the cad property.
      Returns:
      possible object is Short
    • setCad

      public void setCad(Short value)
      Sets the value of the cad 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