com.garmin.xmlschemas.trainingcenterdatabase.v1
Class TrackT
java.lang.Object
com.garmin.xmlschemas.trainingcenterdatabase.v1.TrackT
public class TrackT
- extends java.lang.Object
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/TrainingCenterDatabase/v1}Trackpoint_t" maxOccurs="unbounded"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
trackpoint
protected java.util.List<TrackpointT> trackpoint
TrackT
public TrackT()
getTrackpoint
public java.util.List<TrackpointT> getTrackpoint()
- Gets the value of the trackpoint 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 JAXB object.
This is why there is not a set method for the trackpoint property.
For example, to add a new item, do as follows:
getTrackpoint().add(newItem);
Objects of the following type(s) are allowed in the list
TrackpointT
Copyright © 2007 MotionBased subsidiary of Garmin Ltd.. All Rights Reserved.