Class TrackPointExtension
java.lang.Object
org.bremersee.garmin.trackpoint.v2.model.ext.TrackPointExtension
- All Implemented Interfaces:
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 Summary
FieldsModifier and TypeFieldDescriptionprotected Doubleprotected BigDecimalprotected Shortprotected BigDecimalprotected Doubleprotected ExtensionsTprotected Shortprotected Doubleprotected Double -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetAtemp()Gets the value of the atemp property.Gets the value of the bearing property.getCad()Gets the value of the cad property.Gets the value of the course property.getDepth()Gets the value of the depth property.Gets the value of the extensions property.getHr()Gets the value of the hr property.getSpeed()Gets the value of the speed property.getWtemp()Gets the value of the wtemp property.voidSets the value of the atemp property.voidsetBearing(BigDecimal value) Sets the value of the bearing property.voidSets the value of the cad property.voidsetCourse(BigDecimal value) Sets the value of the course property.voidSets the value of the depth property.voidsetExtensions(ExtensionsT value) Sets the value of the extensions property.voidSets the value of the hr property.voidSets the value of the speed property.voidSets the value of the wtemp property.
-
Field Details
-
atemp
-
wtemp
-
depth
-
hr
-
cad
-
speed
-
course
-
bearing
-
extensions
-
-
Constructor Details
-
TrackPointExtension
public TrackPointExtension()
-
-
Method Details
-
getAtemp
Gets the value of the atemp property.- Returns:
- possible object is
Double
-
setAtemp
Sets the value of the atemp property.- Parameters:
value- allowed object isDouble
-
getWtemp
Gets the value of the wtemp property.- Returns:
- possible object is
Double
-
setWtemp
Sets the value of the wtemp property.- Parameters:
value- allowed object isDouble
-
getDepth
Gets the value of the depth property.- Returns:
- possible object is
Double
-
setDepth
Sets the value of the depth property.- Parameters:
value- allowed object isDouble
-
getHr
Gets the value of the hr property.- Returns:
- possible object is
Short
-
setHr
Sets the value of the hr property.- Parameters:
value- allowed object isShort
-
getCad
Gets the value of the cad property.- Returns:
- possible object is
Short
-
setCad
Sets the value of the cad property.- Parameters:
value- allowed object isShort
-
getSpeed
Gets the value of the speed property.- Returns:
- possible object is
Double
-
setSpeed
Sets the value of the speed property.- Parameters:
value- allowed object isDouble
-
getCourse
Gets the value of the course property.- Returns:
- possible object is
BigDecimal
-
setCourse
Sets the value of the course property.- Parameters:
value- allowed object isBigDecimal
-
getBearing
Gets the value of the bearing property.- Returns:
- possible object is
BigDecimal
-
setBearing
Sets the value of the bearing property.- Parameters:
value- allowed object isBigDecimal
-
getExtensions
Gets the value of the extensions property.- Returns:
- possible object is
ExtensionsT
-
setExtensions
Sets the value of the extensions property.- Parameters:
value- allowed object isExtensionsT
-