Class PredefinedSpeedZoneT

java.lang.Object
org.bremersee.garmin.workout.v1.model.ZoneT
org.bremersee.garmin.workout.v1.model.PredefinedSpeedZoneT
All Implemented Interfaces:
Serializable

public class PredefinedSpeedZoneT extends ZoneT implements Serializable

Java class for PredefinedSpeedZone_t complex type.

The following schema fragment specifies the expected content contained within this class.


 <complexType name="PredefinedSpeedZone_t">
   <complexContent>
     <extension base="{http://www.garmin.com/xmlschemas/WorkoutDatabase/v1}Zone_t">
       <sequence>
         <element name="Number" type="{http://www.garmin.com/xmlschemas/WorkoutDatabase/v1}SpeedZoneNumbers_t"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

    • number

      protected int number
  • Constructor Details

    • PredefinedSpeedZoneT

      public PredefinedSpeedZoneT()
  • Method Details

    • getNumber

      public int getNumber()
      Gets the value of the number property.
    • setNumber

      public void setNumber(int value)
      Sets the value of the number property.