Class SpeedT
java.lang.Object
org.bremersee.garmin.workout.v1.model.TargetT
org.bremersee.garmin.workout.v1.model.SpeedT
- All Implemented Interfaces:
Serializable
Java class for Speed_t complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Speed_t">
<complexContent>
<extension base="{http://www.garmin.com/xmlschemas/WorkoutDatabase/v1}Target_t">
<sequence>
<element name="SpeedZone" type="{http://www.garmin.com/xmlschemas/WorkoutDatabase/v1}Zone_t"/>
</sequence>
</extension>
</complexContent>
</complexType>
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the speedZone property.voidsetSpeedZone(ZoneT value) Sets the value of the speedZone property.