Class BurnDataT
java.lang.Object
org.bremersee.garmin.clientprofile.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}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 Summary
FieldsModifier and TypeFieldDescriptionprotected BigDecimalprotected BigIntegerprotected BigIntegerprotected BigDecimal -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the fatKCalMin property.getHiHR()Gets the value of the hiHR property.getLoHR()Gets the value of the loHR property.Gets the value of the totalKCalMin property.voidsetFatKCalMin(BigDecimal value) Sets the value of the fatKCalMin property.voidsetHiHR(BigInteger value) Sets the value of the hiHR property.voidsetLoHR(BigInteger value) Sets the value of the loHR property.voidsetTotalKCalMin(BigDecimal value) Sets the value of the totalKCalMin property.
-
Field Details
-
loHR
-
hiHR
-
fatKCalMin
-
totalKCalMin
-
-
Constructor Details
-
BurnDataT
public BurnDataT()
-
-
Method Details
-
getLoHR
Gets the value of the loHR property.- Returns:
- possible object is
BigInteger
-
setLoHR
Sets the value of the loHR property.- Parameters:
value- allowed object isBigInteger
-
getHiHR
Gets the value of the hiHR property.- Returns:
- possible object is
BigInteger
-
setHiHR
Sets the value of the hiHR property.- Parameters:
value- allowed object isBigInteger
-
getFatKCalMin
Gets the value of the fatKCalMin property.- Returns:
- possible object is
BigDecimal
-
setFatKCalMin
Sets the value of the fatKCalMin property.- Parameters:
value- allowed object isBigDecimal
-
getTotalKCalMin
Gets the value of the totalKCalMin property.- Returns:
- possible object is
BigDecimal
-
setTotalKCalMin
Sets the value of the totalKCalMin property.- Parameters:
value- allowed object isBigDecimal
-