|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.garmin.xmlschemas.trainingcenterdatabase.v1.TrackpointT
public class TrackpointT
Java class for Trackpoint_t complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Trackpoint_t">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Time" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
<element name="Position" type="{http://www.garmin.com/xmlschemas/TrainingCenterDatabase/v1}Position_t" minOccurs="0"/>
<element name="AltitudeMeters" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="DistanceMeters" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="HeartRateBpm" type="{http://www.w3.org/2001/XMLSchema}unsignedByte" minOccurs="0"/>
<element name="Cadence" type="{http://www.w3.org/2001/XMLSchema}unsignedByte" minOccurs="0"/>
<element name="SensorState" type="{http://www.garmin.com/xmlschemas/TrainingCenterDatabase/v1}SensorState_t" minOccurs="0"/>
<element name="Extensions" type="{http://www.garmin.com/xmlschemas/TrainingCenterDatabase/v1}Extensions_t" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected java.lang.Double |
altitudeMeters
|
protected java.lang.Short |
cadence
|
protected java.lang.Double |
distanceMeters
|
protected ExtensionsT |
extensions
|
protected java.lang.Short |
heartRateBpm
|
protected PositionT |
position
|
protected SensorStateT |
sensorState
|
protected javax.xml.datatype.XMLGregorianCalendar |
time
|
| Constructor Summary | |
|---|---|
TrackpointT()
|
|
| Method Summary | |
|---|---|
java.lang.Double |
getAltitudeMeters()
Gets the value of the altitudeMeters property. |
java.lang.Short |
getCadence()
Gets the value of the cadence property. |
java.lang.Double |
getDistanceMeters()
Gets the value of the distanceMeters property. |
ExtensionsT |
getExtensions()
Gets the value of the extensions property. |
java.lang.Short |
getHeartRateBpm()
Gets the value of the heartRateBpm property. |
PositionT |
getPosition()
Gets the value of the position property. |
SensorStateT |
getSensorState()
Gets the value of the sensorState property. |
javax.xml.datatype.XMLGregorianCalendar |
getTime()
Gets the value of the time property. |
void |
setAltitudeMeters(java.lang.Double value)
Sets the value of the altitudeMeters property. |
void |
setCadence(java.lang.Short value)
Sets the value of the cadence property. |
void |
setDistanceMeters(java.lang.Double value)
Sets the value of the distanceMeters property. |
void |
setExtensions(ExtensionsT value)
Sets the value of the extensions property. |
void |
setHeartRateBpm(java.lang.Short value)
Sets the value of the heartRateBpm property. |
void |
setPosition(PositionT value)
Sets the value of the position property. |
void |
setSensorState(SensorStateT value)
Sets the value of the sensorState property. |
void |
setTime(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the time property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected javax.xml.datatype.XMLGregorianCalendar time
protected PositionT position
protected java.lang.Double altitudeMeters
protected java.lang.Double distanceMeters
protected java.lang.Short heartRateBpm
protected java.lang.Short cadence
protected SensorStateT sensorState
protected ExtensionsT extensions
| Constructor Detail |
|---|
public TrackpointT()
| Method Detail |
|---|
public javax.xml.datatype.XMLGregorianCalendar getTime()
XMLGregorianCalendarpublic void setTime(javax.xml.datatype.XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic PositionT getPosition()
PositionTpublic void setPosition(PositionT value)
value - allowed object is
PositionTpublic java.lang.Double getAltitudeMeters()
Doublepublic void setAltitudeMeters(java.lang.Double value)
value - allowed object is
Doublepublic java.lang.Double getDistanceMeters()
Doublepublic void setDistanceMeters(java.lang.Double value)
value - allowed object is
Doublepublic java.lang.Short getHeartRateBpm()
Shortpublic void setHeartRateBpm(java.lang.Short value)
value - allowed object is
Shortpublic java.lang.Short getCadence()
Shortpublic void setCadence(java.lang.Short value)
value - allowed object is
Shortpublic SensorStateT getSensorState()
SensorStateTpublic void setSensorState(SensorStateT value)
value - allowed object is
SensorStateTpublic ExtensionsT getExtensions()
ExtensionsTpublic void setExtensions(ExtensionsT value)
value - allowed object is
ExtensionsT
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||