Class BurnDataT
java.lang.Object
org.bremersee.garmin.calorieburndata.v1.model.BurnDataT
- All Implemented Interfaces:
Serializable
Java class for BurnData_t complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BurnData_t">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="LoHR" type="{http://www.w3.org/2001/XMLSchema}unsignedByte"/>
<element name="FatKCalMinTenths" type="{http://www.w3.org/2001/XMLSchema}unsignedByte"/>
<element name="TotalKCalMinTenths" type="{http://www.w3.org/2001/XMLSchema}unsignedShort"/>
</sequence>
</restriction>
</complexContent>
</complexType>
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected shortprotected shortprotected int -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionshortGets the value of the fatKCalMinTenths property.shortgetLoHR()Gets the value of the loHR property.intGets the value of the totalKCalMinTenths property.voidsetFatKCalMinTenths(short value) Sets the value of the fatKCalMinTenths property.voidsetLoHR(short value) Sets the value of the loHR property.voidsetTotalKCalMinTenths(int value) Sets the value of the totalKCalMinTenths property.
-
Field Details
-
loHR
protected short loHR -
fatKCalMinTenths
protected short fatKCalMinTenths -
totalKCalMinTenths
protected int totalKCalMinTenths
-
-
Constructor Details
-
BurnDataT
public BurnDataT()
-
-
Method Details
-
getLoHR
public short getLoHR()Gets the value of the loHR property. -
setLoHR
public void setLoHR(short value) Sets the value of the loHR property. -
getFatKCalMinTenths
public short getFatKCalMinTenths()Gets the value of the fatKCalMinTenths property. -
setFatKCalMinTenths
public void setFatKCalMinTenths(short value) Sets the value of the fatKCalMinTenths property. -
getTotalKCalMinTenths
public int getTotalKCalMinTenths()Gets the value of the totalKCalMinTenths property. -
setTotalKCalMinTenths
public void setTotalKCalMinTenths(int value) Sets the value of the totalKCalMinTenths property.
-