Class PowerZones
java.lang.Object
org.bremersee.garmin.userprofilepower.v1.model.ext.PowerZones
- All Implemented Interfaces:
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetFTP()Gets the value of the ftp property.Gets the value of the powerZones property.voidSets the value of the ftp property.
-
Field Details
-
ftp
-
powerZones
-
-
Constructor Details
-
PowerZones
public PowerZones()
-
-
Method Details
-
getFTP
Gets the value of the ftp property.- Returns:
- possible object is
Integer
-
setFTP
Sets the value of the ftp property.- Parameters:
value- allowed object isInteger
-
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
setmethod 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.
-