Class NamedRoadT
java.lang.Object
org.bremersee.garmin.trip.v1.model.ext.NamedRoadT
- All Implemented Interfaces:
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 Summary
FieldsModifier and TypeFieldDescriptionprotected ExtensionsTprotected intprotected Stringprotected int -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the extensions property.intgetId()Gets the value of the id property.getName()Gets the value of the name property.intGets the value of the productId property.voidsetExtensions(ExtensionsT value) Sets the value of the extensions property.voidsetId(int value) Sets the value of the id property.voidSets the value of the name property.voidsetProductId(int value) Sets the value of the productId property.
-
Field Details
-
name
-
id
protected int id -
productId
protected int productId -
extensions
-
-
Constructor Details
-
NamedRoadT
public NamedRoadT()
-
-
Method Details
-
getName
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
Sets the value of the name property.- Parameters:
value- allowed object isString
-
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
Gets the value of the extensions property.- Returns:
- possible object is
ExtensionsT
-
setExtensions
Sets the value of the extensions property.- Parameters:
value- allowed object isExtensionsT
-