Class TrackPointExtension
java.lang.Object
org.bremersee.garmin.trackpoint.v1.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/v1}DegreesCelsius_t" minOccurs="0"/>
<element name="wtemp" type="{http://www.garmin.com/xmlschemas/TrackPointExtension/v1}DegreesCelsius_t" minOccurs="0"/>
<element name="depth" type="{http://www.garmin.com/xmlschemas/TrackPointExtension/v1}Meters_t" minOccurs="0"/>
<element name="hr" type="{http://www.garmin.com/xmlschemas/TrackPointExtension/v1}BeatsPerMinute_t" minOccurs="0"/>
<element name="cad" type="{http://www.garmin.com/xmlschemas/TrackPointExtension/v1}RevolutionsPerMinute_t" minOccurs="0"/>
<element name="Extensions" type="{http://www.garmin.com/xmlschemas/TrackPointExtension/v1}Extensions_t" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetAtemp()Gets the value of the atemp property.getCad()Gets the value of the cad property.getDepth()Gets the value of the depth property.Gets the value of the extensions property.getHr()Gets the value of the hr property.getWtemp()Gets the value of the wtemp property.voidSets the value of the atemp property.voidSets the value of the cad 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 wtemp property.
-
Field Details
-
atemp
-
wtemp
-
depth
-
hr
-
cad
-
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
-
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
-