Class HeartRateInBeatsPerMinuteT
java.lang.Object
org.bremersee.garmin.userprofile.v1.model.ext.HeartRateInBeatsPerMinuteT
- All Implemented Interfaces:
Serializable
Java class for HeartRateInBeatsPerMinute_t complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="HeartRateInBeatsPerMinute_t">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Value" type="{http://www.garmin.com/xmlschemas/UserProfile/v1}positiveByte"/>
</sequence>
</restriction>
</complexContent>
</complexType>
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
value
protected short value
-
-
Constructor Details
-
HeartRateInBeatsPerMinuteT
public HeartRateInBeatsPerMinuteT()
-
-
Method Details
-
getValue
public short getValue()Gets the value of the value property. -
setValue
public void setValue(short value) Sets the value of the value property.
-