java.lang.Object
org.bremersee.garmin.historydatabase.v1.model.TrackpointT
All Implemented Interfaces:
Serializable

public class TrackpointT extends Object implements Serializable

Java class for Trackpoint_t complex type.

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


 <complexType name="Trackpoint_t">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Time" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
         <element name="Position" type="{http://www.garmin.com/xmlschemas/HistoryDatabase/v1}Position_t" minOccurs="0"/>
         <element name="HeartRateBpm" type="{http://www.w3.org/2001/XMLSchema}unsignedByte" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

  • Constructor Details

    • TrackpointT

      public TrackpointT()
  • Method Details

    • getTime

      public XMLGregorianCalendar getTime()
      Gets the value of the time property.
      Returns:
      possible object is XMLGregorianCalendar
    • setTime

      public void setTime(XMLGregorianCalendar value)
      Sets the value of the time property.
      Parameters:
      value - allowed object is XMLGregorianCalendar
    • getPosition

      public PositionT getPosition()
      Gets the value of the position property.
      Returns:
      possible object is PositionT
    • setPosition

      public void setPosition(PositionT value)
      Sets the value of the position property.
      Parameters:
      value - allowed object is PositionT
    • getHeartRateBpm

      public Short getHeartRateBpm()
      Gets the value of the heartRateBpm property.
      Returns:
      possible object is Short
    • setHeartRateBpm

      public void setHeartRateBpm(Short value)
      Sets the value of the heartRateBpm property.
      Parameters:
      value - allowed object is Short