Class AbstractStepT

java.lang.Object
org.bremersee.garmin.workout.v1.model.AbstractStepT
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
RepeatT, StepT

public abstract class AbstractStepT extends Object implements Serializable

Java class for AbstractStep_t complex type.

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


 <complexType name="AbstractStep_t">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="StepId" type="{http://www.garmin.com/xmlschemas/WorkoutDatabase/v1}StepId_t"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

    • stepId

      protected int stepId
  • Constructor Details

    • AbstractStepT

      public AbstractStepT()
  • 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.