Class PowerT
java.lang.Object
org.bremersee.garmin.workout.v1.model.ext.PowerT
- All Implemented Interfaces:
Serializable
Java class for Power_t complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Power_t">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="PowerZone" type="{http://www.garmin.com/xmlschemas/WorkoutExtension/v1}Zone_t"/>
</sequence>
</restriction>
</complexContent>
</complexType>
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the powerZone property.voidsetPowerZone(ZoneT value) Sets the value of the powerZone property.