Class ViaPoint

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

public class ViaPoint extends Object implements Serializable
Route via points are announced stops during a route. 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 ViaPointExtension_t complex type.

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


 <complexType name="ViaPointExtension_t">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="DepartureTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="StopDuration" type="{http://www.w3.org/2001/XMLSchema}duration" minOccurs="0"/>
         <element name="ArrivalTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="CalculationMode" type="{http://www.w3.org/2001/XMLSchema}token" minOccurs="0"/>
         <element name="ElevationMode" type="{http://www.w3.org/2001/XMLSchema}token" minOccurs="0"/>
         <element name="NamedRoad" type="{http://www.garmin.com/xmlschemas/TripExtensions/v1}NamedRoad_t" minOccurs="0"/>
         <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

    • ViaPoint

      public ViaPoint()
  • Method Details

    • getDepartureTime

      public XMLGregorianCalendar getDepartureTime()
      Gets the value of the departureTime property.
      Returns:
      possible object is XMLGregorianCalendar
    • setDepartureTime

      public void setDepartureTime(XMLGregorianCalendar value)
      Sets the value of the departureTime property.
      Parameters:
      value - allowed object is XMLGregorianCalendar
    • getStopDuration

      public Duration getStopDuration()
      Gets the value of the stopDuration property.
      Returns:
      possible object is Duration
    • setStopDuration

      public void setStopDuration(Duration value)
      Sets the value of the stopDuration property.
      Parameters:
      value - allowed object is Duration
    • getArrivalTime

      public XMLGregorianCalendar getArrivalTime()
      Gets the value of the arrivalTime property.
      Returns:
      possible object is XMLGregorianCalendar
    • setArrivalTime

      public void setArrivalTime(XMLGregorianCalendar value)
      Sets the value of the arrivalTime property.
      Parameters:
      value - allowed object is XMLGregorianCalendar
    • getCalculationMode

      public String getCalculationMode()
      Gets the value of the calculationMode property.
      Returns:
      possible object is String
    • setCalculationMode

      public void setCalculationMode(String value)
      Sets the value of the calculationMode property.
      Parameters:
      value - allowed object is String
    • getElevationMode

      public String getElevationMode()
      Gets the value of the elevationMode property.
      Returns:
      possible object is String
    • setElevationMode

      public void setElevationMode(String value)
      Sets the value of the elevationMode property.
      Parameters:
      value - allowed object is String
    • getNamedRoad

      public NamedRoadT getNamedRoad()
      Gets the value of the namedRoad property.
      Returns:
      possible object is NamedRoadT
    • setNamedRoad

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