Class PowerAsPercentOfFTPT
java.lang.Object
org.bremersee.garmin.workout.v1.model.ext.PowerValueT
org.bremersee.garmin.workout.v1.model.ext.PowerAsPercentOfFTPT
- All Implemented Interfaces:
Serializable
Java class for PowerAsPercentOfFTP_t complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PowerAsPercentOfFTP_t">
<complexContent>
<extension base="{http://www.garmin.com/xmlschemas/WorkoutExtension/v1}PowerValue_t">
<sequence>
<element name="Value" type="{http://www.garmin.com/xmlschemas/WorkoutExtension/v1}PercentOfMax_t"/>
</sequence>
</extension>
</complexContent>
</complexType>
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
value
protected short value
-
-
Constructor Details
-
PowerAsPercentOfFTPT
public PowerAsPercentOfFTPT()
-
-
Method Details
-
getValue
public short getValue()Gets the value of the value property. -
setValue
public void setValue(short value) Sets the value of the value property.
-