Class AccelerationExtension

java.lang.Object
org.bremersee.garmin.acceleration.v1.model.ext.AccelerationExtension
All Implemented Interfaces:
Serializable

public class AccelerationExtension extends Object implements 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 Details

  • Constructor Details

    • AccelerationExtension

      public AccelerationExtension()
  • Method Details

    • getAccels

      public List<AccelerationTypeT> 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 set method 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.