Class RouteExtension

java.lang.Object
org.bremersee.garmin.gpx.v3.model.ext.RouteExtension
All Implemented Interfaces:
Serializable

public class RouteExtension extends Object implements Serializable
This type contains data fields available in Garmin GDB routes that cannot be represented in routes in GPX 1.1 instances.

Java class for RouteExtension_t complex type.

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


 <complexType name="RouteExtension_t">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="IsAutoNamed" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="DisplayColor" type="{http://www.garmin.com/xmlschemas/GpxExtensions/v3}DisplayColor_t" minOccurs="0"/>
         <element name="Extensions" type="{http://www.garmin.com/xmlschemas/GpxExtensions/v3}Extensions_t" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

    • isAutoNamed

      protected boolean isAutoNamed
    • displayColor

      protected DisplayColorT displayColor
    • extensions

      protected ExtensionsT extensions
  • Constructor Details

    • RouteExtension

      public RouteExtension()
  • Method Details

    • isIsAutoNamed

      public boolean isIsAutoNamed()
      Gets the value of the isAutoNamed property.
    • setIsAutoNamed

      public void setIsAutoNamed(boolean value)
      Sets the value of the isAutoNamed property.
    • getDisplayColor

      public DisplayColorT getDisplayColor()
      Gets the value of the displayColor property.
      Returns:
      possible object is DisplayColorT
    • setDisplayColor

      public void setDisplayColor(DisplayColorT value)
      Sets the value of the displayColor property.
      Parameters:
      value - allowed object is DisplayColorT
    • 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