Class AssessmentDataT
java.lang.Object
org.bremersee.garmin.calorieburndata.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="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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the burnDatas property.getType()Gets the value of the type property.voidsetType(AssessmentTypeT value) Sets the value of the type property.
-
Field Details
-
type
-
burnDatas
-
-
Constructor Details
-
AssessmentDataT
public AssessmentDataT()
-
-
Method Details
-
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
-
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
setmethod 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.
-