java.lang.Object
org.bremersee.garmin.workout.v1.model.ext.PowerT
All Implemented Interfaces:
Serializable

public class PowerT extends Object implements 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 Details

    • powerZone

      protected ZoneT powerZone
  • Constructor Details

    • PowerT

      public PowerT()
  • Method Details

    • getPowerZone

      public ZoneT getPowerZone()
      Gets the value of the powerZone property.
      Returns:
      possible object is ZoneT
    • setPowerZone

      public void setPowerZone(ZoneT value)
      Sets the value of the powerZone property.
      Parameters:
      value - allowed object is ZoneT