Class ViaPoint
java.lang.Object
org.bremersee.garmin.trip.v1.model.ext.ViaPoint
- All Implemented Interfaces:
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 Summary
FieldsModifier and TypeFieldDescriptionprotected XMLGregorianCalendarprotected Stringprotected XMLGregorianCalendarprotected Stringprotected ExtensionsTprotected NamedRoadTprotected Duration -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the arrivalTime property.Gets the value of the calculationMode property.Gets the value of the departureTime property.Gets the value of the elevationMode property.Gets the value of the extensions property.Gets the value of the namedRoad property.Gets the value of the stopDuration property.voidSets the value of the arrivalTime property.voidsetCalculationMode(String value) Sets the value of the calculationMode property.voidSets the value of the departureTime property.voidsetElevationMode(String value) Sets the value of the elevationMode property.voidsetExtensions(ExtensionsT value) Sets the value of the extensions property.voidsetNamedRoad(NamedRoadT value) Sets the value of the namedRoad property.voidsetStopDuration(Duration value) Sets the value of the stopDuration property.
-
Field Details
-
departureTime
-
stopDuration
-
arrivalTime
-
calculationMode
-
elevationMode
-
namedRoad
-
extensions
-
-
Constructor Details
-
ViaPoint
public ViaPoint()
-
-
Method Details
-
getDepartureTime
Gets the value of the departureTime property.- Returns:
- possible object is
XMLGregorianCalendar
-
setDepartureTime
Sets the value of the departureTime property.- Parameters:
value- allowed object isXMLGregorianCalendar
-
getStopDuration
Gets the value of the stopDuration property.- Returns:
- possible object is
Duration
-
setStopDuration
Sets the value of the stopDuration property.- Parameters:
value- allowed object isDuration
-
getArrivalTime
Gets the value of the arrivalTime property.- Returns:
- possible object is
XMLGregorianCalendar
-
setArrivalTime
Sets the value of the arrivalTime property.- Parameters:
value- allowed object isXMLGregorianCalendar
-
getCalculationMode
Gets the value of the calculationMode property.- Returns:
- possible object is
String
-
setCalculationMode
Sets the value of the calculationMode property.- Parameters:
value- allowed object isString
-
getElevationMode
Gets the value of the elevationMode property.- Returns:
- possible object is
String
-
setElevationMode
Sets the value of the elevationMode property.- Parameters:
value- allowed object isString
-
getNamedRoad
Gets the value of the namedRoad property.- Returns:
- possible object is
NamedRoadT
-
setNamedRoad
Sets the value of the namedRoad property.- Parameters:
value- allowed object isNamedRoadT
-
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
-