Class ActivityLapExtension
java.lang.Object
org.bremersee.garmin.activity.v1.model.ext.ActivityLapExtension
- All Implemented Interfaces:
Serializable
Java class for ActivityLapExtension_t complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ActivityLapExtension_t">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="AvgSpeed" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="MaxBikeCadence" type="{http://www.garmin.com/xmlschemas/ActivityExtension/v1}CadenceValue_t" minOccurs="0"/>
<element name="AvgRunCadence" type="{http://www.garmin.com/xmlschemas/ActivityExtension/v1}CadenceValue_t" minOccurs="0"/>
<element name="MaxRunCadence" type="{http://www.garmin.com/xmlschemas/ActivityExtension/v1}CadenceValue_t" minOccurs="0"/>
<element name="Steps" type="{http://www.w3.org/2001/XMLSchema}unsignedShort" minOccurs="0"/>
<element name="Extensions" type="{http://www.garmin.com/xmlschemas/ActivityExtension/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 avgRunCadence property.Gets the value of the avgSpeed property.Gets the value of the extensions property.Gets the value of the maxBikeCadence property.Gets the value of the maxRunCadence property.getSteps()Gets the value of the steps property.voidsetAvgRunCadence(Short value) Sets the value of the avgRunCadence property.voidsetAvgSpeed(Double value) Sets the value of the avgSpeed property.voidsetExtensions(ExtensionsT value) Sets the value of the extensions property.voidsetMaxBikeCadence(Short value) Sets the value of the maxBikeCadence property.voidsetMaxRunCadence(Short value) Sets the value of the maxRunCadence property.voidSets the value of the steps property.
-
Field Details
-
avgSpeed
-
maxBikeCadence
-
avgRunCadence
-
maxRunCadence
-
steps
-
extensions
-
-
Constructor Details
-
ActivityLapExtension
public ActivityLapExtension()
-
-
Method Details
-
getAvgSpeed
Gets the value of the avgSpeed property.- Returns:
- possible object is
Double
-
setAvgSpeed
Sets the value of the avgSpeed property.- Parameters:
value- allowed object isDouble
-
getMaxBikeCadence
Gets the value of the maxBikeCadence property.- Returns:
- possible object is
Short
-
setMaxBikeCadence
Sets the value of the maxBikeCadence property.- Parameters:
value- allowed object isShort
-
getAvgRunCadence
Gets the value of the avgRunCadence property.- Returns:
- possible object is
Short
-
setAvgRunCadence
Sets the value of the avgRunCadence property.- Parameters:
value- allowed object isShort
-
getMaxRunCadence
Gets the value of the maxRunCadence property.- Returns:
- possible object is
Short
-
setMaxRunCadence
Sets the value of the maxRunCadence property.- Parameters:
value- allowed object isShort
-
getSteps
Gets the value of the steps property.- Returns:
- possible object is
Integer
-
setSteps
Sets the value of the steps 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
-