Class BikeDataT
java.lang.Object
org.bremersee.garmin.userprofile.v2.model.ext.BikeDataT
- All Implemented Interfaces:
Serializable
Java class for BikeData_t complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BikeData_t">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Name" type="{http://www.garmin.com/xmlschemas/UserProfile/v2}OptRestrictedToken_t"/>
<element name="OdometerMeters" type="{http://www.w3.org/2001/XMLSchema}double"/>
<element name="WeightKilograms" type="{http://www.w3.org/2001/XMLSchema}double"/>
<element name="WheelSize" type="{http://www.garmin.com/xmlschemas/UserProfile/v2}WheelData_t"/>
<element name="Extensions" type="{http://www.garmin.com/xmlschemas/UserProfile/v2}Extensions_t" minOccurs="0"/>
</sequence>
<attribute name="HasCadenceSensor" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="HasPowerSensor" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
</restriction>
</complexContent>
</complexType>
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected ExtensionsTprotected booleanprotected booleanprotected Stringprotected doubleprotected doubleprotected WheelDataT -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the extensions property.getName()Gets the value of the name property.doubleGets the value of the odometerMeters property.doubleGets the value of the weightKilograms property.Gets the value of the wheelSize property.booleanGets the value of the hasCadenceSensor property.booleanGets the value of the hasPowerSensor property.voidsetExtensions(ExtensionsT value) Sets the value of the extensions property.voidsetHasCadenceSensor(boolean value) Sets the value of the hasCadenceSensor property.voidsetHasPowerSensor(boolean value) Sets the value of the hasPowerSensor property.voidSets the value of the name property.voidsetOdometerMeters(double value) Sets the value of the odometerMeters property.voidsetWeightKilograms(double value) Sets the value of the weightKilograms property.voidsetWheelSize(WheelDataT value) Sets the value of the wheelSize property.
-
Field Details
-
name
-
odometerMeters
protected double odometerMeters -
weightKilograms
protected double weightKilograms -
wheelSize
-
extensions
-
hasCadenceSensor
protected boolean hasCadenceSensor -
hasPowerSensor
protected boolean hasPowerSensor
-
-
Constructor Details
-
BikeDataT
public BikeDataT()
-
-
Method Details
-
getName
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
Sets the value of the name property.- Parameters:
value- allowed object isString
-
getOdometerMeters
public double getOdometerMeters()Gets the value of the odometerMeters property. -
setOdometerMeters
public void setOdometerMeters(double value) Sets the value of the odometerMeters property. -
getWeightKilograms
public double getWeightKilograms()Gets the value of the weightKilograms property. -
setWeightKilograms
public void setWeightKilograms(double value) Sets the value of the weightKilograms property. -
getWheelSize
Gets the value of the wheelSize property.- Returns:
- possible object is
WheelDataT
-
setWheelSize
Sets the value of the wheelSize property.- Parameters:
value- allowed object isWheelDataT
-
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
-
isHasCadenceSensor
public boolean isHasCadenceSensor()Gets the value of the hasCadenceSensor property. -
setHasCadenceSensor
public void setHasCadenceSensor(boolean value) Sets the value of the hasCadenceSensor property. -
isHasPowerSensor
public boolean isHasPowerSensor()Gets the value of the hasPowerSensor property. -
setHasPowerSensor
public void setHasPowerSensor(boolean value) Sets the value of the hasPowerSensor property.
-