Class ViaPointTransportationMode

java.lang.Object
org.bremersee.garmin.viapointtransportationmode.v1.model.ext.ViaPointTransportationMode
All Implemented Interfaces:
Serializable

public class ViaPointTransportationMode 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 ViaPoint element in the TripExtension v1 schema

Java class for ViaPointTransportationModeExtension_t complex type.

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


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

    • transportationMode

      protected String transportationMode
    • extensions

      protected ExtensionsT extensions
  • Constructor Details

    • ViaPointTransportationMode

      public ViaPointTransportationMode()
  • Method Details

    • getTransportationMode

      public String getTransportationMode()
      Gets the value of the transportationMode property.
      Returns:
      possible object is String
    • setTransportationMode

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