Class StepT
java.lang.Object
org.bremersee.garmin.workout.v1.model.AbstractStepT
org.bremersee.garmin.workout.v1.model.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>
<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 Summary
FieldsModifier and TypeFieldDescriptionprotected DurationTprotected IntensityTprotected Stringprotected TargetTFields inherited from class org.bremersee.garmin.workout.v1.model.AbstractStepT
stepId -
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.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.voidSets the value of the target property.Methods inherited from class org.bremersee.garmin.workout.v1.model.AbstractStepT
getStepId, setStepId
-
Field Details
-
name
-
duration
-
intensity
-
target
-
-
Constructor Details
-
StepT
public StepT()
-
-
Method Details
-
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
TargetT
-
setTarget
Sets the value of the target property.- Parameters:
value- allowed object isTargetT
-