Class TripMetaData
java.lang.Object
org.bremersee.garmin.tripmetadata.v1.model.ext.TripMetaData
- 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 TripMetaDataExtension_t complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TripMetaDataExtension_t">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="TripName" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="Date" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="DayNumber" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" minOccurs="0"/>
<element name="Extensions" type="{http://www.garmin.com/xmlschemas/TripMetaDataExtensions/v1}Extensions_t" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected XMLGregorianCalendarprotected Longprotected ExtensionsTprotected String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetDate()Gets the value of the date property.Gets the value of the dayNumber property.Gets the value of the extensions property.Gets the value of the tripName property.voidsetDate(XMLGregorianCalendar value) Sets the value of the date property.voidsetDayNumber(Long value) Sets the value of the dayNumber property.voidsetExtensions(ExtensionsT value) Sets the value of the extensions property.voidsetTripName(String value) Sets the value of the tripName property.
-
Field Details
-
tripName
-
date
-
dayNumber
-
extensions
-
-
Constructor Details
-
TripMetaData
public TripMetaData()
-
-
Method Details
-
getTripName
Gets the value of the tripName property.- Returns:
- possible object is
String
-
setTripName
Sets the value of the tripName property.- Parameters:
value- allowed object isString
-
getDate
Gets the value of the date property.- Returns:
- possible object is
XMLGregorianCalendar
-
setDate
Sets the value of the date property.- Parameters:
value- allowed object isXMLGregorianCalendar
-
getDayNumber
Gets the value of the dayNumber property.- Returns:
- possible object is
Long
-
setDayNumber
Sets the value of the dayNumber property.- Parameters:
value- allowed object isLong
-
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
-