|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.garmin.xmlschemas.trainingcenterdatabase.v1.DurationT
com.garmin.xmlschemas.trainingcenterdatabase.v1.TimeT
public class TimeT
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 |
|---|
protected int seconds
| Constructor Detail |
|---|
public TimeT()
| Method Detail |
|---|
public int getSeconds()
public void setSeconds(int value)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||