Class CustomPowerZoneT
java.lang.Object
org.bremersee.garmin.workout.v1.model.ext.ZoneT
org.bremersee.garmin.workout.v1.model.ext.CustomPowerZoneT
- All Implemented Interfaces:
Serializable
Java class for CustomPowerZone_t complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CustomPowerZone_t">
<complexContent>
<extension base="{http://www.garmin.com/xmlschemas/WorkoutExtension/v1}Zone_t">
<sequence>
<element name="Low" type="{http://www.garmin.com/xmlschemas/WorkoutExtension/v1}PowerValue_t"/>
<element name="High" type="{http://www.garmin.com/xmlschemas/WorkoutExtension/v1}PowerValue_t"/>
</sequence>
</extension>
</complexContent>
</complexType>
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetHigh()Gets the value of the high property.getLow()Gets the value of the low property.voidsetHigh(PowerValueT value) Sets the value of the high property.voidsetLow(PowerValueT value) Sets the value of the low property.
-
Field Details
-
low
-
high
-
-
Constructor Details
-
CustomPowerZoneT
public CustomPowerZoneT()
-
-
Method Details
-
getLow
Gets the value of the low property.- Returns:
- possible object is
PowerValueT
-
setLow
Sets the value of the low property.- Parameters:
value- allowed object isPowerValueT
-
getHigh
Gets the value of the high property.- Returns:
- possible object is
PowerValueT
-
setHigh
Sets the value of the high property.- Parameters:
value- allowed object isPowerValueT
-