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

public class StepT extends Object implements Serializable

Java class for Step_t complex type.

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


 <complexType name="Step_t">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="StepId" type="{http://www.garmin.com/xmlschemas/WorkoutExtension/v1}StepId_t"/>
         <element name="Name" type="{http://www.garmin.com/xmlschemas/WorkoutExtension/v1}RestrictedToken_t" minOccurs="0"/>
         <element name="Duration" type="{http://www.garmin.com/xmlschemas/WorkoutExtension/v1}Duration_t"/>
         <element name="Intensity" type="{http://www.garmin.com/xmlschemas/WorkoutExtension/v1}Intensity_t"/>
         <element name="Target" type="{http://www.garmin.com/xmlschemas/WorkoutExtension/v1}Power_t"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

    • stepId

      protected int stepId
    • name

      protected String name
    • duration

      protected DurationT duration
    • intensity

      protected IntensityT intensity
    • target

      protected PowerT target
  • Constructor Details

    • StepT

      public StepT()
  • Method Details

    • getStepId

      public int getStepId()
      Gets the value of the stepId property.
    • setStepId

      public void setStepId(int value)
      Sets the value of the stepId property.
    • getName

      public String getName()
      Gets the value of the name property.
      Returns:
      possible object is String
    • setName

      public void setName(String value)
      Sets the value of the name property.
      Parameters:
      value - allowed object is String
    • getDuration

      public DurationT getDuration()
      Gets the value of the duration property.
      Returns:
      possible object is DurationT
    • setDuration

      public void setDuration(DurationT value)
      Sets the value of the duration property.
      Parameters:
      value - allowed object is DurationT
    • getIntensity

      public IntensityT getIntensity()
      Gets the value of the intensity property.
      Returns:
      possible object is IntensityT
    • setIntensity

      public void setIntensity(IntensityT value)
      Sets the value of the intensity property.
      Parameters:
      value - allowed object is IntensityT
    • getTarget

      public PowerT getTarget()
      Gets the value of the target property.
      Returns:
      possible object is PowerT
    • setTarget

      public void setTarget(PowerT value)
      Sets the value of the target property.
      Parameters:
      value - allowed object is PowerT