Class AssessmentDataT

java.lang.Object
org.bremersee.garmin.clientprofile.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="Date" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
         <element name="Type" type="{http://www.garmin.com/xmlschemas/ClientProfile/v1}AssessmentType_t"/>
         <element name="HRZones" type="{http://www.garmin.com/xmlschemas/ClientProfile/v1}HRZoneData_t"/>
         <element name="CalorieBurnData" type="{http://www.garmin.com/xmlschemas/ClientProfile/v1}BurnData_t" maxOccurs="21" minOccurs="21"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

  • Constructor Details

    • AssessmentDataT

      public AssessmentDataT()
  • Method Details

    • getDate

      public XMLGregorianCalendar getDate()
      Gets the value of the date property.
      Returns:
      possible object is XMLGregorianCalendar
    • setDate

      public void setDate(XMLGregorianCalendar value)
      Sets the value of the date property.
      Parameters:
      value - allowed object is XMLGregorianCalendar
    • 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
    • getHRZones

      public HRZoneDataT getHRZones()
      Gets the value of the hrZones property.
      Returns:
      possible object is HRZoneDataT
    • setHRZones

      public void setHRZones(HRZoneDataT value)
      Sets the value of the hrZones property.
      Parameters:
      value - allowed object is HRZoneDataT
    • getCalorieBurnDatas

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

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

          getCalorieBurnDatas().add(newItem);
       

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

      Returns:
      The value of the calorieBurnDatas property.