Class CreationTimeExtension
java.lang.Object
org.bremersee.garmin.creationtime.v1.model.ext.CreationTimeExtension
- All Implemented Interfaces:
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the creationTime property.Gets the value of the extensions property.voidSets the value of the creationTime property.voidsetExtensions(ExtensionsT value) Sets the value of the extensions property.
-
Field Details
-
creationTime
-
extensions
-
-
Constructor Details
-
CreationTimeExtension
public CreationTimeExtension()
-
-
Method Details
-
getCreationTime
Gets the value of the creationTime property.- Returns:
- possible object is
XMLGregorianCalendar
-
setCreationTime
Sets the value of the creationTime property.- Parameters:
value- allowed object isXMLGregorianCalendar
-
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
-