Class CreationTimeExtension

java.lang.Object
org.bremersee.garmin.creationtime.v1.model.ext.CreationTimeExtension
All Implemented Interfaces:
Serializable

public class CreationTimeExtension extends Object implements Serializable
This type contains data fields that cannot be represented in GPX 1.1 elements.

Java class for CreationTimeExtension_t complex type.

The following schema fragment specifies the expected content contained within this class.


 <complexType name="CreationTimeExtension_t">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="CreationTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="Extensions" type="{http://www.garmin.com/xmlschemas/CreationTimeExtension/v1}Extensions_t" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

  • Constructor Details

    • CreationTimeExtension

      public CreationTimeExtension()
  • Method Details

    • getCreationTime

      public XMLGregorianCalendar getCreationTime()
      Gets the value of the creationTime property.
      Returns:
      possible object is XMLGregorianCalendar
    • setCreationTime

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