Class AssessmentDataT

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

public class AssessmentDataT extends Object implements Serializable

Java class for AssessmentData_t complex type.

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


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

  • Constructor Details

    • AssessmentDataT

      public AssessmentDataT()
  • Method Details

    • getType

      public AssessmentTypeT getType()
      Gets the value of the type property.
      Returns:
      possible object is AssessmentTypeT
    • setType

      public void setType(AssessmentTypeT value)
      Sets the value of the type property.
      Parameters:
      value - allowed object is AssessmentTypeT
    • getBurnDatas

      public List<BurnDataT> getBurnDatas()
      Gets the value of the burnDatas 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 burnDatas property.

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

          getBurnDatas().add(newItem);
       

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

      Returns:
      The value of the burnDatas property.