com.garmin.xmlschemas.trainingcenterdatabase.v1
Class TrackpointT

java.lang.Object
  extended by com.garmin.xmlschemas.trainingcenterdatabase.v1.TrackpointT

public class TrackpointT
extends java.lang.Object

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/TrainingCenterDatabase/v1}Position_t" minOccurs="0"/>
         <element name="AltitudeMeters" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
         <element name="DistanceMeters" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
         <element name="HeartRateBpm" type="{http://www.w3.org/2001/XMLSchema}unsignedByte" minOccurs="0"/>
         <element name="Cadence" type="{http://www.w3.org/2001/XMLSchema}unsignedByte" minOccurs="0"/>
         <element name="SensorState" type="{http://www.garmin.com/xmlschemas/TrainingCenterDatabase/v1}SensorState_t" minOccurs="0"/>
         <element name="Extensions" type="{http://www.garmin.com/xmlschemas/TrainingCenterDatabase/v1}Extensions_t" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.Double altitudeMeters
           
protected  java.lang.Short cadence
           
protected  java.lang.Double distanceMeters
           
protected  ExtensionsT extensions
           
protected  java.lang.Short heartRateBpm
           
protected  PositionT position
           
protected  SensorStateT sensorState
           
protected  javax.xml.datatype.XMLGregorianCalendar time
           
 
Constructor Summary
TrackpointT()
           
 
Method Summary
 java.lang.Double getAltitudeMeters()
          Gets the value of the altitudeMeters property.
 java.lang.Short getCadence()
          Gets the value of the cadence property.
 java.lang.Double getDistanceMeters()
          Gets the value of the distanceMeters property.
 ExtensionsT getExtensions()
          Gets the value of the extensions property.
 java.lang.Short getHeartRateBpm()
          Gets the value of the heartRateBpm property.
 PositionT getPosition()
          Gets the value of the position property.
 SensorStateT getSensorState()
          Gets the value of the sensorState property.
 javax.xml.datatype.XMLGregorianCalendar getTime()
          Gets the value of the time property.
 void setAltitudeMeters(java.lang.Double value)
          Sets the value of the altitudeMeters property.
 void setCadence(java.lang.Short value)
          Sets the value of the cadence property.
 void setDistanceMeters(java.lang.Double value)
          Sets the value of the distanceMeters property.
 void setExtensions(ExtensionsT value)
          Sets the value of the extensions property.
 void setHeartRateBpm(java.lang.Short value)
          Sets the value of the heartRateBpm property.
 void setPosition(PositionT value)
          Sets the value of the position property.
 void setSensorState(SensorStateT value)
          Sets the value of the sensorState property.
 void setTime(javax.xml.datatype.XMLGregorianCalendar value)
          Sets the value of the time property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

time

protected javax.xml.datatype.XMLGregorianCalendar time

position

protected PositionT position

altitudeMeters

protected java.lang.Double altitudeMeters

distanceMeters

protected java.lang.Double distanceMeters

heartRateBpm

protected java.lang.Short heartRateBpm

cadence

protected java.lang.Short cadence

sensorState

protected SensorStateT sensorState

extensions

protected ExtensionsT extensions
Constructor Detail

TrackpointT

public TrackpointT()
Method Detail

getTime

public javax.xml.datatype.XMLGregorianCalendar getTime()
Gets the value of the time property.

Returns:
possible object is XMLGregorianCalendar

setTime

public void setTime(javax.xml.datatype.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

getAltitudeMeters

public java.lang.Double getAltitudeMeters()
Gets the value of the altitudeMeters property.

Returns:
possible object is Double

setAltitudeMeters

public void setAltitudeMeters(java.lang.Double value)
Sets the value of the altitudeMeters property.

Parameters:
value - allowed object is Double

getDistanceMeters

public java.lang.Double getDistanceMeters()
Gets the value of the distanceMeters property.

Returns:
possible object is Double

setDistanceMeters

public void setDistanceMeters(java.lang.Double value)
Sets the value of the distanceMeters property.

Parameters:
value - allowed object is Double

getHeartRateBpm

public java.lang.Short getHeartRateBpm()
Gets the value of the heartRateBpm property.

Returns:
possible object is Short

setHeartRateBpm

public void setHeartRateBpm(java.lang.Short value)
Sets the value of the heartRateBpm property.

Parameters:
value - allowed object is Short

getCadence

public java.lang.Short getCadence()
Gets the value of the cadence property.

Returns:
possible object is Short

setCadence

public void setCadence(java.lang.Short value)
Sets the value of the cadence property.

Parameters:
value - allowed object is Short

getSensorState

public SensorStateT getSensorState()
Gets the value of the sensorState property.

Returns:
possible object is SensorStateT

setSensorState

public void setSensorState(SensorStateT value)
Sets the value of the sensorState property.

Parameters:
value - allowed object is SensorStateT

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


Copyright © 2007 MotionBased subsidiary of Garmin Ltd.. All Rights Reserved.