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