Class TrackT
java.lang.Object
org.bremersee.garmin.forerunnerlogbook.v1.model.TrackT
- All Implemented Interfaces:
Serializable
Java class for Track_t complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Track_t">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Trackpoint" type="{http://www.garmin.com/xmlschemas/ForerunnerLogbook}Trackpoint_t" maxOccurs="unbounded"/>
</sequence>
</restriction>
</complexContent>
</complexType>
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the trackpoints property.
-
Field Details
-
trackpoints
-
-
Constructor Details
-
TrackT
public TrackT()
-
-
Method Details
-
getTrackpoints
Gets the value of the trackpoints property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
setmethod for the trackpoints property.For example, to add a new item, do as follows:
getTrackpoints().add(newItem);Objects of the following type(s) are allowed in the list
TrackpointT- Returns:
- The value of the trackpoints property.
-