Class Trip
java.lang.Object
org.bremersee.garmin.trip.v1.model.ext.Trip
- All Implemented Interfaces:
Serializable
This type contains data fields intended to be used as child elements of
the rte element in the GPX 1.1 schema
Java class for TripExtension_t complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TripExtension_t">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="TransportationMode" type="{http://www.w3.org/2001/XMLSchema}token" 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
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the extensions property.Gets the value of the transportationMode property.voidsetExtensions(ExtensionsT value) Sets the value of the extensions property.voidsetTransportationMode(String value) Sets the value of the transportationMode property.
-
Field Details
-
transportationMode
-
extensions
-
-
Constructor Details
-
Trip
public Trip()
-
-
Method Details
-
getTransportationMode
Gets the value of the transportationMode property.- Returns:
- possible object is
String
-
setTransportationMode
Sets the value of the transportationMode property.- Parameters:
value- allowed object isString
-
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
-