Class TrackpointT
java.lang.Object
org.bremersee.garmin.forerunnerlogbook.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="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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the position property.getTime()Gets the value of the time property.voidsetPosition(PositionT value) Sets the value of the position property.voidsetTime(XMLGregorianCalendar value) Sets the value of the time property.
-
Field Details
-
position
-
time
-
-
Constructor Details
-
TrackpointT
public TrackpointT()
-
-
Method Details
-
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
-
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
-