Class ProfileHeartRateZoneT

java.lang.Object
org.bremersee.garmin.userprofile.v1.model.ext.ProfileHeartRateZoneT
All Implemented Interfaces:
Serializable

public class ProfileHeartRateZoneT extends Object implements 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/v1}HeartRateZoneNumbers_t"/>
         <element name="ViewAs" type="{http://www.garmin.com/xmlschemas/UserProfile/v1}HeartRateType_t"/>
         <element name="Low" type="{http://www.garmin.com/xmlschemas/UserProfile/v1}HeartRateInBeatsPerMinute_t"/>
         <element name="High" type="{http://www.garmin.com/xmlschemas/UserProfile/v1}HeartRateInBeatsPerMinute_t"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
See Also: