java.lang.Object
org.bremersee.garmin.fatcalorie.v1.model.ext.FatCalories
All Implemented Interfaces:
Serializable

public class FatCalories extends Object implements Serializable

Java class for FatCalories_t complex type.

The following schema fragment specifies the expected content contained within this class.


 <complexType name="FatCalories_t">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Value" type="{http://www.w3.org/2001/XMLSchema}unsignedShort"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

    • value

      protected int value
  • Constructor Details

    • FatCalories

      public FatCalories()
  • Method Details

    • getValue

      public int getValue()
      Gets the value of the value property.
    • setValue

      public void setValue(int value)
      Sets the value of the value property.