Class WheelDataT
java.lang.Object
org.bremersee.garmin.userprofile.v1.model.ext.WheelDataT
- All Implemented Interfaces:
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the extensions property.Gets the value of the sizeMillimeters property.booleanGets the value of the autoWheelSize property.voidsetAutoWheelSize(boolean value) Sets the value of the autoWheelSize property.voidsetExtensions(ExtensionsT value) Sets the value of the extensions property.voidsetSizeMillimeters(BigInteger value) Sets the value of the sizeMillimeters property.
-
Field Details
-
sizeMillimeters
-
extensions
-
autoWheelSize
protected boolean autoWheelSize
-
-
Constructor Details
-
WheelDataT
public WheelDataT()
-
-
Method Details
-
getSizeMillimeters
Gets the value of the sizeMillimeters property.- Returns:
- possible object is
BigInteger
-
setSizeMillimeters
Sets the value of the sizeMillimeters property.- Parameters:
value- allowed object isBigInteger
-
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
-
isAutoWheelSize
public boolean isAutoWheelSize()Gets the value of the autoWheelSize property. -
setAutoWheelSize
public void setAutoWheelSize(boolean value) Sets the value of the autoWheelSize property.
-