Class AccelerationExtension
java.lang.Object
org.bremersee.garmin.acceleration.v1.model.ext.AccelerationExtension
- All Implemented Interfaces:
Serializable
This type contains data fields that cannot
be represented in track points in GPX 1.1 instances.
Java class for AccelerationExtension_t complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AccelerationExtension_t">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="accel" type="{http://www.garmin.com/xmlschemas/AccelerationExtension/v1}AccelerationType_t" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the accels property.
-
Field Details
-
accels
-
-
Constructor Details
-
AccelerationExtension
public AccelerationExtension()
-
-
Method Details
-
getAccels
Gets the value of the accels 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 accels property.For example, to add a new item, do as follows:
getAccels().add(newItem);Objects of the following type(s) are allowed in the list
AccelerationTypeT- Returns:
- The value of the accels property.
-