|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.garmin.xmlschemas.trainingcenterdatabase.v1.ActivityLapT
public class ActivityLapT
Java class for ActivityLap_t complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ActivityLap_t">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="TotalTimeSeconds" type="{http://www.w3.org/2001/XMLSchema}double"/>
<element name="DistanceMeters" type="{http://www.w3.org/2001/XMLSchema}double"/>
<element name="MaximumSpeed" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="Calories" type="{http://www.w3.org/2001/XMLSchema}unsignedShort"/>
<element name="AverageHeartRateBpm" type="{http://www.w3.org/2001/XMLSchema}unsignedByte" minOccurs="0"/>
<element name="MaximumHeartRateBpm" type="{http://www.w3.org/2001/XMLSchema}unsignedByte" minOccurs="0"/>
<element name="Intensity" type="{http://www.garmin.com/xmlschemas/TrainingCenterDatabase/v1}Intensity_t"/>
<element name="Cadence" type="{http://www.w3.org/2001/XMLSchema}unsignedByte" minOccurs="0"/>
<element name="TriggerMethod" type="{http://www.garmin.com/xmlschemas/TrainingCenterDatabase/v1}TriggerMethod_t"/>
<element name="Track" type="{http://www.garmin.com/xmlschemas/TrainingCenterDatabase/v1}Track_t" maxOccurs="unbounded" minOccurs="0"/>
<element name="Notes" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Extensions" type="{http://www.garmin.com/xmlschemas/TrainingCenterDatabase/v1}Extensions_t" minOccurs="0"/>
</sequence>
<attribute name="StartTime" use="required" type="{http://www.w3.org/2001/XMLSchema}dateTime" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected java.lang.Short |
averageHeartRateBpm
|
protected java.lang.Short |
cadence
|
protected int |
calories
|
protected double |
distanceMeters
|
protected ExtensionsT |
extensions
|
protected IntensityT |
intensity
|
protected java.lang.Short |
maximumHeartRateBpm
|
protected java.lang.Double |
maximumSpeed
|
protected java.lang.String |
notes
|
protected javax.xml.datatype.XMLGregorianCalendar |
startTime
|
protected double |
totalTimeSeconds
|
protected java.util.List<TrackT> |
track
|
protected TriggerMethodT |
triggerMethod
|
| Constructor Summary | |
|---|---|
ActivityLapT()
|
|
| Method Summary | |
|---|---|
java.lang.Short |
getAverageHeartRateBpm()
Gets the value of the averageHeartRateBpm property. |
java.lang.Short |
getCadence()
Gets the value of the cadence property. |
int |
getCalories()
Gets the value of the calories property. |
double |
getDistanceMeters()
Gets the value of the distanceMeters property. |
ExtensionsT |
getExtensions()
Gets the value of the extensions property. |
IntensityT |
getIntensity()
Gets the value of the intensity property. |
java.lang.Short |
getMaximumHeartRateBpm()
Gets the value of the maximumHeartRateBpm property. |
java.lang.Double |
getMaximumSpeed()
Gets the value of the maximumSpeed property. |
java.lang.String |
getNotes()
Gets the value of the notes property. |
javax.xml.datatype.XMLGregorianCalendar |
getStartTime()
Gets the value of the startTime property. |
double |
getTotalTimeSeconds()
Gets the value of the totalTimeSeconds property. |
java.util.List<TrackT> |
getTrack()
Gets the value of the track property. |
TriggerMethodT |
getTriggerMethod()
Gets the value of the triggerMethod property. |
void |
setAverageHeartRateBpm(java.lang.Short value)
Sets the value of the averageHeartRateBpm property. |
void |
setCadence(java.lang.Short value)
Sets the value of the cadence property. |
void |
setCalories(int value)
Sets the value of the calories property. |
void |
setDistanceMeters(double value)
Sets the value of the distanceMeters property. |
void |
setExtensions(ExtensionsT value)
Sets the value of the extensions property. |
void |
setIntensity(IntensityT value)
Sets the value of the intensity property. |
void |
setMaximumHeartRateBpm(java.lang.Short value)
Sets the value of the maximumHeartRateBpm property. |
void |
setMaximumSpeed(java.lang.Double value)
Sets the value of the maximumSpeed property. |
void |
setNotes(java.lang.String value)
Sets the value of the notes property. |
void |
setStartTime(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the startTime property. |
void |
setTotalTimeSeconds(double value)
Sets the value of the totalTimeSeconds property. |
void |
setTriggerMethod(TriggerMethodT value)
Sets the value of the triggerMethod property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected double totalTimeSeconds
protected double distanceMeters
protected java.lang.Double maximumSpeed
protected int calories
protected java.lang.Short averageHeartRateBpm
protected java.lang.Short maximumHeartRateBpm
protected IntensityT intensity
protected java.lang.Short cadence
protected TriggerMethodT triggerMethod
protected java.util.List<TrackT> track
protected java.lang.String notes
protected ExtensionsT extensions
protected javax.xml.datatype.XMLGregorianCalendar startTime
| Constructor Detail |
|---|
public ActivityLapT()
| Method Detail |
|---|
public double getTotalTimeSeconds()
public void setTotalTimeSeconds(double value)
public double getDistanceMeters()
public void setDistanceMeters(double value)
public java.lang.Double getMaximumSpeed()
Doublepublic void setMaximumSpeed(java.lang.Double value)
value - allowed object is
Doublepublic int getCalories()
public void setCalories(int value)
public java.lang.Short getAverageHeartRateBpm()
Shortpublic void setAverageHeartRateBpm(java.lang.Short value)
value - allowed object is
Shortpublic java.lang.Short getMaximumHeartRateBpm()
Shortpublic void setMaximumHeartRateBpm(java.lang.Short value)
value - allowed object is
Shortpublic IntensityT getIntensity()
IntensityTpublic void setIntensity(IntensityT value)
value - allowed object is
IntensityTpublic java.lang.Short getCadence()
Shortpublic void setCadence(java.lang.Short value)
value - allowed object is
Shortpublic TriggerMethodT getTriggerMethod()
TriggerMethodTpublic void setTriggerMethod(TriggerMethodT value)
value - allowed object is
TriggerMethodTpublic java.util.List<TrackT> getTrack()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the track property.
For example, to add a new item, do as follows:
getTrack().add(newItem);
Objects of the following type(s) are allowed in the list
TrackT
public java.lang.String getNotes()
Stringpublic void setNotes(java.lang.String value)
value - allowed object is
Stringpublic ExtensionsT getExtensions()
ExtensionsTpublic void setExtensions(ExtensionsT value)
value - allowed object is
ExtensionsTpublic javax.xml.datatype.XMLGregorianCalendar getStartTime()
XMLGregorianCalendarpublic void setStartTime(javax.xml.datatype.XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendar
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||