Class ActivityTrackpointExtension
java.lang.Object
org.bremersee.garmin.activity.v1.model.ext.ActivityTrackpointExtension
- All Implemented Interfaces:
Serializable
Java class for ActivityTrackpointExtension_t complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ActivityTrackpointExtension_t">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Speed" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="RunCadence" type="{http://www.garmin.com/xmlschemas/ActivityExtension/v1}CadenceValue_t" minOccurs="0"/>
<element name="Extensions" type="{http://www.garmin.com/xmlschemas/ActivityExtension/v1}Extensions_t" minOccurs="0"/>
</sequence>
<attribute name="SourceSensor" type="{http://www.garmin.com/xmlschemas/ActivityExtension/v1}Sensor_t" />
</restriction>
</complexContent>
</complexType>
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected ExtensionsTprotected Shortprotected SensorTprotected Double -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the extensions property.Gets the value of the runCadence property.Gets the value of the sourceSensor property.getSpeed()Gets the value of the speed property.voidsetExtensions(ExtensionsT value) Sets the value of the extensions property.voidsetRunCadence(Short value) Sets the value of the runCadence property.voidsetSourceSensor(SensorT value) Sets the value of the sourceSensor property.voidSets the value of the speed property.
-
Field Details
-
speed
-
runCadence
-
extensions
-
sourceSensor
-
-
Constructor Details
-
ActivityTrackpointExtension
public ActivityTrackpointExtension()
-
-
Method Details
-
getSpeed
Gets the value of the speed property.- Returns:
- possible object is
Double
-
setSpeed
Sets the value of the speed property.- Parameters:
value- allowed object isDouble
-
getRunCadence
Gets the value of the runCadence property.- Returns:
- possible object is
Short
-
setRunCadence
Sets the value of the runCadence property.- Parameters:
value- allowed object isShort
-
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
-
getSourceSensor
Gets the value of the sourceSensor property.- Returns:
- possible object is
SensorT
-
setSourceSensor
Sets the value of the sourceSensor property.- Parameters:
value- allowed object isSensorT
-