java.lang.Object
org.bremersee.garmin.clientprofile.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}nonNegativeInteger"/>
         <element name="HiHR" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger"/>
         <element name="FatKCalMin" type="{http://www.w3.org/2001/XMLSchema}decimal"/>
         <element name="TotalKCalMin" type="{http://www.w3.org/2001/XMLSchema}decimal"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

  • Constructor Details

    • BurnDataT

      public BurnDataT()
  • Method Details

    • getLoHR

      public BigInteger getLoHR()
      Gets the value of the loHR property.
      Returns:
      possible object is BigInteger
    • setLoHR

      public void setLoHR(BigInteger value)
      Sets the value of the loHR property.
      Parameters:
      value - allowed object is BigInteger
    • getHiHR

      public BigInteger getHiHR()
      Gets the value of the hiHR property.
      Returns:
      possible object is BigInteger
    • setHiHR

      public void setHiHR(BigInteger value)
      Sets the value of the hiHR property.
      Parameters:
      value - allowed object is BigInteger
    • getFatKCalMin

      public BigDecimal getFatKCalMin()
      Gets the value of the fatKCalMin property.
      Returns:
      possible object is BigDecimal
    • setFatKCalMin

      public void setFatKCalMin(BigDecimal value)
      Sets the value of the fatKCalMin property.
      Parameters:
      value - allowed object is BigDecimal
    • getTotalKCalMin

      public BigDecimal getTotalKCalMin()
      Gets the value of the totalKCalMin property.
      Returns:
      possible object is BigDecimal
    • setTotalKCalMin

      public void setTotalKCalMin(BigDecimal value)
      Sets the value of the totalKCalMin property.
      Parameters:
      value - allowed object is BigDecimal