Class TrackExtension
java.lang.Object
org.bremersee.garmin.gpx.v3.model.ext.TrackExtension
- All Implemented Interfaces:
Serializable
This type contains data fields available in Garmin GDB tracks that cannot
be represented in routes in GPX 1.1 instances.
Java class for TrackExtension_t complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TrackExtension_t">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="DisplayColor" type="{http://www.garmin.com/xmlschemas/GpxExtensions/v3}DisplayColor_t" minOccurs="0"/>
<element name="Extensions" type="{http://www.garmin.com/xmlschemas/GpxExtensions/v3}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 displayColor property.Gets the value of the extensions property.voidsetDisplayColor(DisplayColorT value) Sets the value of the displayColor property.voidsetExtensions(ExtensionsT value) Sets the value of the extensions property.
-
Field Details
-
displayColor
-
extensions
-
-
Constructor Details
-
TrackExtension
public TrackExtension()
-
-
Method Details
-
getDisplayColor
Gets the value of the displayColor property.- Returns:
- possible object is
DisplayColorT
-
setDisplayColor
Sets the value of the displayColor property.- Parameters:
value- allowed object isDisplayColorT
-
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
-