java.lang.Object
org.bremersee.garmin.userprofile.v1.model.ext.BikeDataT
All Implemented Interfaces:
Serializable

public class BikeDataT extends Object implements 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/v1}RestrictedToken_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/v1}WheelData_t"/>
         <element name="Extensions" type="{http://www.garmin.com/xmlschemas/UserProfile/v1}Extensions_t" minOccurs="0"/>
       </sequence>
       <attribute name="HasCadenceSensor" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

    • name

      protected String name
    • odometerMeters

      protected double odometerMeters
    • weightKilograms

      protected double weightKilograms
    • wheelSize

      protected WheelDataT wheelSize
    • extensions

      protected ExtensionsT extensions
    • hasCadenceSensor

      protected boolean hasCadenceSensor
  • Constructor Details

    • BikeDataT

      public BikeDataT()
  • Method Details

    • getName

      public String getName()
      Gets the value of the name property.
      Returns:
      possible object is String
    • setName

      public void setName(String value)
      Sets the value of the name property.
      Parameters:
      value - allowed object is String
    • 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

      public WheelDataT getWheelSize()
      Gets the value of the wheelSize property.
      Returns:
      possible object is WheelDataT
    • setWheelSize

      public void setWheelSize(WheelDataT value)
      Sets the value of the wheelSize property.
      Parameters:
      value - allowed object is WheelDataT
    • getExtensions

      public ExtensionsT getExtensions()
      Gets the value of the extensions property.
      Returns:
      possible object is ExtensionsT
    • setExtensions

      public void setExtensions(ExtensionsT value)
      Sets the value of the extensions property.
      Parameters:
      value - allowed object is ExtensionsT
    • isHasCadenceSensor

      public boolean isHasCadenceSensor()
      Gets the value of the hasCadenceSensor property.
    • setHasCadenceSensor

      public void setHasCadenceSensor(boolean value)
      Sets the value of the hasCadenceSensor property.