com.garmin.xmlschemas.trainingcenterdatabase.v1
Class TimeT

java.lang.Object
  extended by com.garmin.xmlschemas.trainingcenterdatabase.v1.DurationT
      extended by com.garmin.xmlschemas.trainingcenterdatabase.v1.TimeT

public class TimeT
extends DurationT

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/TrainingCenterDatabase/v1}Duration_t">
       <sequence>
         <element name="Seconds" type="{http://www.w3.org/2001/XMLSchema}unsignedShort"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  int seconds
           
 
Constructor Summary
TimeT()
           
 
Method Summary
 int getSeconds()
          Gets the value of the seconds property.
 void setSeconds(int value)
          Sets the value of the seconds property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

seconds

protected int seconds
Constructor Detail

TimeT

public TimeT()
Method Detail

getSeconds

public int getSeconds()
Gets the value of the seconds property.


setSeconds

public void setSeconds(int value)
Sets the value of the seconds property.



Copyright © 2007 MotionBased subsidiary of Garmin Ltd.. All Rights Reserved.