Class CaloriesBurnedT
java.lang.Object
org.bremersee.garmin.workout.v1.model.DurationT
org.bremersee.garmin.workout.v1.model.CaloriesBurnedT
- All Implemented Interfaces:
Serializable
Java class for CaloriesBurned_t complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CaloriesBurned_t">
<complexContent>
<extension base="{http://www.garmin.com/xmlschemas/WorkoutDatabase/v1}Duration_t">
<sequence>
<element name="Calories" type="{http://www.w3.org/2001/XMLSchema}unsignedShort"/>
</sequence>
</extension>
</complexContent>
</complexType>
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintGets the value of the calories property.voidsetCalories(int value) Sets the value of the calories property.
-
Field Details
-
calories
protected int calories
-
-
Constructor Details
-
CaloriesBurnedT
public CaloriesBurnedT()
-
-
Method Details
-
getCalories
public int getCalories()Gets the value of the calories property. -
setCalories
public void setCalories(int value) Sets the value of the calories property.
-