Class NamedRoadT

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

public class NamedRoadT extends Object implements Serializable
A specific road or trail that the user selected to follow between this route via and the next route via. If the NamedRoad element is not present or if the processor does not recognize the suggested named road, the processor may use a named road specified on a previous via. If none have been previously specified, the processor may ignore this.

Java class for NamedRoad_t complex type.

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


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

    • name

      protected String name
    • id

      protected int id
    • productId

      protected int productId
    • extensions

      protected ExtensionsT extensions
  • Constructor Details

    • NamedRoadT

      public NamedRoadT()
  • Method Details

    • getName

      public String getName()
      Gets the value of the name property.
      Returns:
      possible object is String
    • setName

      public void setName(String value)
      Sets the value of the name property.
      Parameters:
      value - allowed object is String
    • getId

      public int getId()
      Gets the value of the id property.
    • setId

      public void setId(int value)
      Sets the value of the id property.
    • getProductId

      public int getProductId()
      Gets the value of the productId property.
    • setProductId

      public void setProductId(int value)
      Sets the value of the productId property.
    • 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