java.lang.Object
org.bremersee.garmin.tripmetadata.v1.model.ext.TripMetaData
All Implemented Interfaces:
Serializable

public class TripMetaData extends Object implements 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 Details

  • Constructor Details

    • TripMetaData

      public TripMetaData()
  • Method Details

    • getTripName

      public String getTripName()
      Gets the value of the tripName property.
      Returns:
      possible object is String
    • setTripName

      public void setTripName(String value)
      Sets the value of the tripName property.
      Parameters:
      value - allowed object is String
    • getDate

      public XMLGregorianCalendar getDate()
      Gets the value of the date property.
      Returns:
      possible object is XMLGregorianCalendar
    • setDate

      public void setDate(XMLGregorianCalendar value)
      Sets the value of the date property.
      Parameters:
      value - allowed object is XMLGregorianCalendar
    • getDayNumber

      public Long getDayNumber()
      Gets the value of the dayNumber property.
      Returns:
      possible object is Long
    • setDayNumber

      public void setDayNumber(Long value)
      Sets the value of the dayNumber property.
      Parameters:
      value - allowed object is Long
    • 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