Class ProfileHeartRateZoneT
java.lang.Object
org.bremersee.garmin.userprofile.v2.model.ext.ProfileHeartRateZoneT
- All Implemented Interfaces:
Serializable
Java class for ProfileHeartRateZone_t complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ProfileHeartRateZone_t">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Number" type="{http://www.garmin.com/xmlschemas/UserProfile/v2}HeartRateZoneNumbers_t"/>
<element name="ViewAs" type="{http://www.garmin.com/xmlschemas/UserProfile/v2}HeartRateType_t"/>
<element name="Low" type="{http://www.garmin.com/xmlschemas/UserProfile/v2}HeartRateInBeatsPerMinute_t"/>
<element name="High" type="{http://www.garmin.com/xmlschemas/UserProfile/v2}HeartRateInBeatsPerMinute_t"/>
</sequence>
</restriction>
</complexContent>
</complexType>
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected HeartRateInBeatsPerMinuteTprotected HeartRateInBeatsPerMinuteTprotected intprotected HeartRateTypeT -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetHigh()Gets the value of the high property.getLow()Gets the value of the low property.intGets the value of the number property.Gets the value of the viewAs property.voidSets the value of the high property.voidsetLow(HeartRateInBeatsPerMinuteT value) Sets the value of the low property.voidsetNumber(int value) Sets the value of the number property.voidsetViewAs(HeartRateTypeT value) Sets the value of the viewAs property.
-
Field Details
-
number
protected int number -
viewAs
-
low
-
high
-
-
Constructor Details
-
ProfileHeartRateZoneT
public ProfileHeartRateZoneT()
-
-
Method Details
-
getNumber
public int getNumber()Gets the value of the number property. -
setNumber
public void setNumber(int value) Sets the value of the number property. -
getViewAs
Gets the value of the viewAs property.- Returns:
- possible object is
HeartRateTypeT
-
setViewAs
Sets the value of the viewAs property.- Parameters:
value- allowed object isHeartRateTypeT
-
getLow
Gets the value of the low property.- Returns:
- possible object is
HeartRateInBeatsPerMinuteT
-
setLow
Sets the value of the low property.- Parameters:
value- allowed object isHeartRateInBeatsPerMinuteT
-
getHigh
Gets the value of the high property.- Returns:
- possible object is
HeartRateInBeatsPerMinuteT
-
setHigh
Sets the value of the high property.- Parameters:
value- allowed object isHeartRateInBeatsPerMinuteT
-