Class TrackpointT
java.lang.Object
org.bremersee.garmin.historydatabase.v1.model.TrackpointT
- All Implemented Interfaces:
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 Summary
FieldsModifier and TypeFieldDescriptionprotected Shortprotected PositionTprotected XMLGregorianCalendar -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the heartRateBpm property.Gets the value of the position property.getTime()Gets the value of the time property.voidsetHeartRateBpm(Short value) Sets the value of the heartRateBpm property.voidsetPosition(PositionT value) Sets the value of the position property.voidsetTime(XMLGregorianCalendar value) Sets the value of the time property.
-
Field Details
-
time
-
position
-
heartRateBpm
-
-
Constructor Details
-
TrackpointT
public TrackpointT()
-
-
Method Details
-
getTime
Gets the value of the time property.- Returns:
- possible object is
XMLGregorianCalendar
-
setTime
Sets the value of the time property.- Parameters:
value- allowed object isXMLGregorianCalendar
-
getPosition
Gets the value of the position property.- Returns:
- possible object is
PositionT
-
setPosition
Sets the value of the position property.- Parameters:
value- allowed object isPositionT
-
getHeartRateBpm
Gets the value of the heartRateBpm property.- Returns:
- possible object is
Short
-
setHeartRateBpm
Sets the value of the heartRateBpm property.- Parameters:
value- allowed object isShort
-