Class CalorieBurnData

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

public class CalorieBurnData extends Object implements Serializable

Java class for CalorieBurnData_t complex type.

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


 <complexType name="CalorieBurnData_t">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="AssessmentData" type="{http://www.garmin.com/xmlschemas/CalorieBurnData/v1}AssessmentData_t" maxOccurs="3"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

  • Constructor Details

    • CalorieBurnData

      public CalorieBurnData()
  • Method Details

    • getAssessmentDatas

      public List<AssessmentDataT> getAssessmentDatas()
      Gets the value of the assessmentDatas property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a set method for the assessmentDatas property.

      For example, to add a new item, do as follows:

          getAssessmentDatas().add(newItem);
       

      Objects of the following type(s) are allowed in the list AssessmentDataT

      Returns:
      The value of the assessmentDatas property.