Class TPX
java.lang.Object
org.bremersee.garmin.activity.v2.model.ext.TPX
- 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/v2}CadenceValue_t" minOccurs="0"/>
<element name="Watts" type="{http://www.w3.org/2001/XMLSchema}unsignedShort" minOccurs="0"/>
<element name="Extensions" type="{http://www.garmin.com/xmlschemas/ActivityExtension/v2}Extensions_t" minOccurs="0"/>
</sequence>
<attribute name="CadenceSensor" type="{http://www.garmin.com/xmlschemas/ActivityExtension/v2}CadenceSensorType_t" />
</restriction>
</complexContent>
</complexType>
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected CadenceSensorTypeTprotected ExtensionsTprotected Shortprotected Doubleprotected Integer -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the cadenceSensor property.Gets the value of the extensions property.Gets the value of the runCadence property.getSpeed()Gets the value of the speed property.getWatts()Gets the value of the watts property.voidSets the value of the cadenceSensor property.voidsetExtensions(ExtensionsT value) Sets the value of the extensions property.voidsetRunCadence(Short value) Sets the value of the runCadence property.voidSets the value of the speed property.voidSets the value of the watts property.
-
Field Details
-
speed
-
runCadence
-
watts
-
extensions
-
cadenceSensor
-
-
Constructor Details
-
TPX
public TPX()
-
-
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
-
getWatts
Gets the value of the watts property.- Returns:
- possible object is
Integer
-
setWatts
Sets the value of the watts property.- Parameters:
value- allowed object isInteger
-
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
-
getCadenceSensor
Gets the value of the cadenceSensor property.- Returns:
- possible object is
CadenceSensorTypeT
-
setCadenceSensor
Sets the value of the cadenceSensor property.- Parameters:
value- allowed object isCadenceSensorTypeT
-