Class AbstractStepT
java.lang.Object
org.bremersee.garmin.workout.v1.model.AbstractStepT
- All Implemented Interfaces:
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
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.
-