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

public class StepT extends AbstractStepT 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>
     <extension base="{http://www.garmin.com/xmlschemas/WorkoutDatabase/v1}AbstractStep_t">
       <sequence>
         <element name="Name" type="{http://www.garmin.com/xmlschemas/WorkoutDatabase/v1}RestrictedToken_t" minOccurs="0"/>
         <element name="Duration" type="{http://www.garmin.com/xmlschemas/WorkoutDatabase/v1}Duration_t"/>
         <element name="Intensity" type="{http://www.garmin.com/xmlschemas/WorkoutDatabase/v1}Intensity_t"/>
         <element name="Target" type="{http://www.garmin.com/xmlschemas/WorkoutDatabase/v1}Target_t"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

  • Constructor Details

    • StepT

      public StepT()
  • Method Details

    • 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 TargetT getTarget()
      Gets the value of the target property.
      Returns:
      possible object is TargetT
    • setTarget

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