Class AbstractProfileActivityT

java.lang.Object
org.bremersee.garmin.userprofile.v1.model.ext.AbstractProfileActivityT
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
BikeProfileActivityT, ProfileActivityT

public abstract class AbstractProfileActivityT extends Object implements Serializable

Java class for AbstractProfileActivity_t complex type.

The following schema fragment specifies the expected content contained within this class.


 <complexType name="AbstractProfileActivity_t">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="MaximumHeartRateBpm" type="{http://www.garmin.com/xmlschemas/UserProfile/v1}HeartRateInBeatsPerMinute_t"/>
         <element name="GearWeightKilograms" type="{http://www.w3.org/2001/XMLSchema}double"/>
         <element name="HeartRateZones" type="{http://www.garmin.com/xmlschemas/UserProfile/v1}ProfileHeartRateZone_t" maxOccurs="5" minOccurs="5"/>
         <element name="SpeedZones" type="{http://www.garmin.com/xmlschemas/UserProfile/v1}ProfileSpeedZone_t" maxOccurs="10" minOccurs="10"/>
         <element name="Extensions" type="{http://www.garmin.com/xmlschemas/UserProfile/v1}Extensions_t" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

  • Constructor Details

    • AbstractProfileActivityT

      public AbstractProfileActivityT()
  • Method Details

    • getMaximumHeartRateBpm

      public HeartRateInBeatsPerMinuteT getMaximumHeartRateBpm()
      Gets the value of the maximumHeartRateBpm property.
      Returns:
      possible object is HeartRateInBeatsPerMinuteT
    • setMaximumHeartRateBpm

      public void setMaximumHeartRateBpm(HeartRateInBeatsPerMinuteT value)
      Sets the value of the maximumHeartRateBpm property.
      Parameters:
      value - allowed object is HeartRateInBeatsPerMinuteT
    • getGearWeightKilograms

      public double getGearWeightKilograms()
      Gets the value of the gearWeightKilograms property.
    • setGearWeightKilograms

      public void setGearWeightKilograms(double value)
      Sets the value of the gearWeightKilograms property.
    • getHeartRateZones

      public List<ProfileHeartRateZoneT> getHeartRateZones()
      Gets the value of the heartRateZones 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 set method for the heartRateZones property.

      For example, to add a new item, do as follows:

          getHeartRateZones().add(newItem);
       

      Objects of the following type(s) are allowed in the list ProfileHeartRateZoneT

      Returns:
      The value of the heartRateZones property.
    • getSpeedZones

      public List<ProfileSpeedZoneT> getSpeedZones()
      Gets the value of the speedZones 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 set method for the speedZones property.

      For example, to add a new item, do as follows:

          getSpeedZones().add(newItem);
       

      Objects of the following type(s) are allowed in the list ProfileSpeedZoneT

      Returns:
      The value of the speedZones property.
    • getExtensions

      public ExtensionsT getExtensions()
      Gets the value of the extensions property.
      Returns:
      possible object is ExtensionsT
    • setExtensions

      public void setExtensions(ExtensionsT value)
      Sets the value of the extensions property.
      Parameters:
      value - allowed object is ExtensionsT