Class AssessmentDataT
java.lang.Object
org.bremersee.garmin.clientprofile.v1.model.AssessmentDataT
- All Implemented Interfaces:
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 Summary
FieldsModifier and TypeFieldDescriptionprotected XMLGregorianCalendarprotected HRZoneDataTprotected AssessmentTypeT -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the calorieBurnDatas property.getDate()Gets the value of the date property.Gets the value of the hrZones property.getType()Gets the value of the type property.voidsetDate(XMLGregorianCalendar value) Sets the value of the date property.voidsetHRZones(HRZoneDataT value) Sets the value of the hrZones property.voidsetType(AssessmentTypeT value) Sets the value of the type property.
-
Field Details
-
date
-
type
-
hrZones
-
calorieBurnDatas
-
-
Constructor Details
-
AssessmentDataT
public AssessmentDataT()
-
-
Method Details
-
getDate
Gets the value of the date property.- Returns:
- possible object is
XMLGregorianCalendar
-
setDate
Sets the value of the date property.- Parameters:
value- allowed object isXMLGregorianCalendar
-
getType
Gets the value of the type property.- Returns:
- possible object is
AssessmentTypeT
-
setType
Sets the value of the type property.- Parameters:
value- allowed object isAssessmentTypeT
-
getHRZones
Gets the value of the hrZones property.- Returns:
- possible object is
HRZoneDataT
-
setHRZones
Sets the value of the hrZones property.- Parameters:
value- allowed object isHRZoneDataT
-
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
setmethod 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.
-