java.lang.Object
org.bremersee.garmin.forerunnerlogbook.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="Position" type="{http://www.garmin.com/xmlschemas/ForerunnerLogbook}Position_t"/>
         <element name="Time" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

  • Constructor Details

    • TrackpointT

      public TrackpointT()
  • Method Details