Class LX
java.lang.Object
org.bremersee.garmin.activity.v2.model.ext.LX
- 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/v2}CadenceValue_t" minOccurs="0"/>
<element name="AvgRunCadence" type="{http://www.garmin.com/xmlschemas/ActivityExtension/v2}CadenceValue_t" minOccurs="0"/>
<element name="MaxRunCadence" type="{http://www.garmin.com/xmlschemas/ActivityExtension/v2}CadenceValue_t" minOccurs="0"/>
<element name="Steps" type="{http://www.w3.org/2001/XMLSchema}unsignedShort" minOccurs="0"/>
<element name="AvgWatts" type="{http://www.w3.org/2001/XMLSchema}unsignedShort" minOccurs="0"/>
<element name="MaxWatts" 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>
</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 avgWatts property.Gets the value of the extensions property.Gets the value of the maxBikeCadence property.Gets the value of the maxRunCadence property.Gets the value of the maxWatts 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.voidsetAvgWatts(Integer value) Sets the value of the avgWatts 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.voidsetMaxWatts(Integer value) Sets the value of the maxWatts property.voidSets the value of the steps property.
-
Field Details
-
avgSpeed
-
maxBikeCadence
-
avgRunCadence
-
maxRunCadence
-
steps
-
avgWatts
-
maxWatts
-
extensions
-
-
Constructor Details
-
LX
public LX()
-
-
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
-
getAvgWatts
Gets the value of the avgWatts property.- Returns:
- possible object is
Integer
-
setAvgWatts
Sets the value of the avgWatts property.- Parameters:
value- allowed object isInteger
-
getMaxWatts
Gets the value of the maxWatts property.- Returns:
- possible object is
Integer
-
setMaxWatts
Sets the value of the maxWatts 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
-