Class TrackPointExtension

java.lang.Object
org.bremersee.garmin.trackpoint.v2.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/v2}DegreesCelsius_t" minOccurs="0"/>
         <element name="wtemp" type="{http://www.garmin.com/xmlschemas/TrackPointExtension/v2}DegreesCelsius_t" minOccurs="0"/>
         <element name="depth" type="{http://www.garmin.com/xmlschemas/TrackPointExtension/v2}Meters_t" minOccurs="0"/>
         <element name="hr" type="{http://www.garmin.com/xmlschemas/TrackPointExtension/v2}BeatsPerMinute_t" minOccurs="0"/>
         <element name="cad" type="{http://www.garmin.com/xmlschemas/TrackPointExtension/v2}RevolutionsPerMinute_t" minOccurs="0"/>
         <element name="speed" type="{http://www.garmin.com/xmlschemas/TrackPointExtension/v2}MetersPerSecond_t" minOccurs="0"/>
         <element name="course" type="{http://www.garmin.com/xmlschemas/TrackPointExtension/v2}DegreesTrue_t" minOccurs="0"/>
         <element name="bearing" type="{http://www.garmin.com/xmlschemas/TrackPointExtension/v2}DegreesTrue_t" minOccurs="0"/>
         <element name="Extensions" type="{http://www.garmin.com/xmlschemas/TrackPointExtension/v2}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
    • 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
    • getCourse

      public BigDecimal getCourse()
      Gets the value of the course property.
      Returns:
      possible object is BigDecimal
    • setCourse

      public void setCourse(BigDecimal value)
      Sets the value of the course property.
      Parameters:
      value - allowed object is BigDecimal
    • getBearing

      public BigDecimal getBearing()
      Gets the value of the bearing property.
      Returns:
      possible object is BigDecimal
    • setBearing

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