Class HeartRateInBeatsPerMinuteT

java.lang.Object
org.bremersee.garmin.userprofile.v2.model.ext.HeartRateInBeatsPerMinuteT
All Implemented Interfaces:
Serializable

public class HeartRateInBeatsPerMinuteT extends Object implements 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/v2}positiveByte"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
  • 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.