Class StepT
java.lang.Object
org.bremersee.garmin.workout.v1.model.ext.StepT
- All Implemented Interfaces:
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the duration property.Gets the value of the intensity property.getName()Gets the value of the name property.intGets the value of the stepId property.Gets the value of the target property.voidsetDuration(DurationT value) Sets the value of the duration property.voidsetIntensity(IntensityT value) Sets the value of the intensity property.voidSets the value of the name property.voidsetStepId(int value) Sets the value of the stepId property.voidSets the value of the target property.
-
Field Details
-
stepId
protected int stepId -
name
-
duration
-
intensity
-
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
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
Sets the value of the name property.- Parameters:
value- allowed object isString
-
getDuration
Gets the value of the duration property.- Returns:
- possible object is
DurationT
-
setDuration
Sets the value of the duration property.- Parameters:
value- allowed object isDurationT
-
getIntensity
Gets the value of the intensity property.- Returns:
- possible object is
IntensityT
-
setIntensity
Sets the value of the intensity property.- Parameters:
value- allowed object isIntensityT
-
getTarget
Gets the value of the target property.- Returns:
- possible object is
PowerT
-
setTarget
Sets the value of the target property.- Parameters:
value- allowed object isPowerT
-