Class WaypointExtension
java.lang.Object
org.bremersee.garmin.gpx.v2.model.ext.WaypointExtension
- All Implemented Interfaces:
Serializable
This type contains data fields available in Garmin GDB waypoints that cannot
be represented in waypoints in GPX 1.1 instances.
Java class for WaypointExtension_t complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="WaypointExtension_t">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Proximity" type="{http://www.garmin.com/xmlschemas/GpxExtensions/v2}Meters_t" minOccurs="0"/>
<element name="Temperature" type="{http://www.garmin.com/xmlschemas/GpxExtensions/v2}DegreesCelsius_t" minOccurs="0"/>
<element name="Depth" type="{http://www.garmin.com/xmlschemas/GpxExtensions/v2}Meters_t" minOccurs="0"/>
<element name="DisplayMode" type="{http://www.garmin.com/xmlschemas/GpxExtensions/v2}DisplayMode_t" minOccurs="0"/>
<element name="Categories" type="{http://www.garmin.com/xmlschemas/GpxExtensions/v2}Categories_t" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected CategoriesTprotected Doubleprotected DisplayModeTprotected Doubleprotected Double -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the categories property.getDepth()Gets the value of the depth property.Gets the value of the displayMode property.Gets the value of the proximity property.Gets the value of the temperature property.voidsetCategories(CategoriesT value) Sets the value of the categories property.voidSets the value of the depth property.voidsetDisplayMode(DisplayModeT value) Sets the value of the displayMode property.voidsetProximity(Double value) Sets the value of the proximity property.voidsetTemperature(Double value) Sets the value of the temperature property.
-
Field Details
-
proximity
-
temperature
-
depth
-
displayMode
-
categories
-
-
Constructor Details
-
WaypointExtension
public WaypointExtension()
-
-
Method Details
-
getProximity
Gets the value of the proximity property.- Returns:
- possible object is
Double
-
setProximity
Sets the value of the proximity property.- Parameters:
value- allowed object isDouble
-
getTemperature
Gets the value of the temperature property.- Returns:
- possible object is
Double
-
setTemperature
Sets the value of the temperature property.- Parameters:
value- allowed object isDouble
-
getDepth
Gets the value of the depth property.- Returns:
- possible object is
Double
-
setDepth
Sets the value of the depth property.- Parameters:
value- allowed object isDouble
-
getDisplayMode
Gets the value of the displayMode property.- Returns:
- possible object is
DisplayModeT
-
setDisplayMode
Sets the value of the displayMode property.- Parameters:
value- allowed object isDisplayModeT
-
getCategories
Gets the value of the categories property.- Returns:
- possible object is
CategoriesT
-
setCategories
Sets the value of the categories property.- Parameters:
value- allowed object isCategoriesT
-