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

public class WheelDataT extends Object implements Serializable

Java class for WheelData_t complex type.

The following schema fragment specifies the expected content contained within this class.


 <complexType name="WheelData_t">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="SizeMillimeters" type="{http://www.w3.org/2001/XMLSchema}positiveInteger"/>
         <element name="Extensions" type="{http://www.garmin.com/xmlschemas/UserProfile/v1}Extensions_t" minOccurs="0"/>
       </sequence>
       <attribute name="AutoWheelSize" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

    • sizeMillimeters

      protected BigInteger sizeMillimeters
    • extensions

      protected ExtensionsT extensions
    • autoWheelSize

      protected boolean autoWheelSize
  • Constructor Details

    • WheelDataT

      public WheelDataT()
  • Method Details

    • getSizeMillimeters

      public BigInteger getSizeMillimeters()
      Gets the value of the sizeMillimeters property.
      Returns:
      possible object is BigInteger
    • setSizeMillimeters

      public void setSizeMillimeters(BigInteger value)
      Sets the value of the sizeMillimeters property.
      Parameters:
      value - allowed object is BigInteger
    • 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
    • isAutoWheelSize

      public boolean isAutoWheelSize()
      Gets the value of the autoWheelSize property.
    • setAutoWheelSize

      public void setAutoWheelSize(boolean value)
      Sets the value of the autoWheelSize property.