Class TimeT
java.lang.Object
org.bremersee.garmin.workout.v1.model.DurationT
org.bremersee.garmin.workout.v1.model.TimeT
- All Implemented Interfaces:
Serializable
Java class for Time_t complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Time_t">
<complexContent>
<extension base="{http://www.garmin.com/xmlschemas/WorkoutDatabase/v1}Duration_t">
<sequence>
<element name="Seconds" type="{http://www.w3.org/2001/XMLSchema}unsignedShort"/>
</sequence>
</extension>
</complexContent>
</complexType>
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintGets the value of the seconds property.voidsetSeconds(int value) Sets the value of the seconds property.
-
Field Details
-
seconds
protected int seconds
-
-
Constructor Details
-
TimeT
public TimeT()
-
-
Method Details
-
getSeconds
public int getSeconds()Gets the value of the seconds property. -
setSeconds
public void setSeconds(int value) Sets the value of the seconds property.
-