java.lang.Object
org.bremersee.garmin.workout.v1.model.ext.DurationT
org.bremersee.garmin.workout.v1.model.ext.TimeT
All Implemented Interfaces:
Serializable

public class TimeT extends DurationT implements 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/WorkoutExtension/v1}Duration_t">
       <sequence>
         <element name="Seconds" type="{http://www.w3.org/2001/XMLSchema}unsignedShort"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
See Also:
  • 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.