java.lang.Object
org.bremersee.garmin.userprofilepower.v1.model.ext.PowerZones
All Implemented Interfaces:
Serializable

public class PowerZones extends Object implements Serializable

Java class for ProfilePowerZones_t complex type.

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


 <complexType name="ProfilePowerZones_t">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="FTP" type="{http://www.garmin.com/xmlschemas/ProfileExtension/v1}FTPValue_t" minOccurs="0"/>
         <element name="PowerZone" type="{http://www.garmin.com/xmlschemas/ProfileExtension/v1}ProfilePowerZone_t" maxOccurs="7" minOccurs="7"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

  • Constructor Details

    • PowerZones

      public PowerZones()
  • Method Details

    • getFTP

      public Integer getFTP()
      Gets the value of the ftp property.
      Returns:
      possible object is Integer
    • setFTP

      public void setFTP(Integer value)
      Sets the value of the ftp property.
      Parameters:
      value - allowed object is Integer
    • getPowerZones

      public List<ProfilePowerZoneT> getPowerZones()
      Gets the value of the powerZones 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 powerZones property.

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

          getPowerZones().add(newItem);
       

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

      Returns:
      The value of the powerZones property.