Class ShapingPoint

java.lang.Object
org.bremersee.garmin.trip.v1.model.ext.ShapingPoint
All Implemented Interfaces:
Serializable

public class ShapingPoint extends Object implements Serializable
Route shaping points influence the route path that is calculated, but are not announced or listed in driving directions. This type contains data fields intended to be used as child elements of the rtept element in the GPX 1.1 schema

Java class for ShapingPointExtension_t complex type.

The following schema fragment specifies the expected content contained within this class.


 <complexType name="ShapingPointExtension_t">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Extensions" type="{http://www.garmin.com/xmlschemas/TripExtensions/v1}Extensions_t" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

  • Constructor Details

    • ShapingPoint

      public ShapingPoint()
  • Method Details

    • getExtensions

      public ExtensionsT getExtensions()
      Gets the value of the extensions property.
      Returns:
      possible object is ExtensionsT
    • setExtensions

      public void setExtensions(ExtensionsT value)
      Sets the value of the extensions property.
      Parameters:
      value - allowed object is ExtensionsT