Class PredefinedPowerZoneT
java.lang.Object
org.bremersee.garmin.workout.v1.model.ext.ZoneT
org.bremersee.garmin.workout.v1.model.ext.PredefinedPowerZoneT
- All Implemented Interfaces:
Serializable
Java class for PredefinedPowerZone_t complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PredefinedPowerZone_t">
<complexContent>
<extension base="{http://www.garmin.com/xmlschemas/WorkoutExtension/v1}Zone_t">
<sequence>
<element name="Number" type="{http://www.garmin.com/xmlschemas/WorkoutExtension/v1}PowerZoneNumbers_t"/>
</sequence>
</extension>
</complexContent>
</complexType>
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
number
protected int number
-
-
Constructor Details
-
PredefinedPowerZoneT
public PredefinedPowerZoneT()
-
-
Method Details
-
getNumber
public int getNumber()Gets the value of the number property. -
setNumber
public void setNumber(int value) Sets the value of the number property.
-