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

public class CustomPowerZoneT extends ZoneT implements 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 Details

  • Constructor Details

    • CustomPowerZoneT

      public CustomPowerZoneT()
  • Method Details

    • getLow

      public PowerValueT getLow()
      Gets the value of the low property.
      Returns:
      possible object is PowerValueT
    • setLow

      public void setLow(PowerValueT value)
      Sets the value of the low property.
      Parameters:
      value - allowed object is PowerValueT
    • getHigh

      public PowerValueT getHigh()
      Gets the value of the high property.
      Returns:
      possible object is PowerValueT
    • setHigh

      public void setHigh(PowerValueT value)
      Sets the value of the high property.
      Parameters:
      value - allowed object is PowerValueT