java.lang.Object
org.bremersee.garmin.calorieburndata.v1.model.BurnDataT
All Implemented Interfaces:
Serializable

public class BurnDataT extends Object implements 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 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.