|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.garmin.xmlschemas.trainingcenterdatabase.v1.RunT
public class RunT
Java class for Run_t complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Run_t">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Lap" type="{http://www.garmin.com/xmlschemas/TrainingCenterDatabase/v1}ActivityLap_t" maxOccurs="unbounded"/>
<element name="Notes" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Training" type="{http://www.garmin.com/xmlschemas/TrainingCenterDatabase/v1}Training_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 ExtensionsT |
extensions
|
protected java.util.List<ActivityLapT> |
lap
|
protected java.lang.String |
notes
|
protected TrainingT |
training
|
| Constructor Summary | |
|---|---|
RunT()
|
|
| Method Summary | |
|---|---|
ExtensionsT |
getExtensions()
Gets the value of the extensions property. |
java.util.List<ActivityLapT> |
getLap()
Gets the value of the lap property. |
java.lang.String |
getNotes()
Gets the value of the notes property. |
TrainingT |
getTraining()
Gets the value of the training property. |
void |
setExtensions(ExtensionsT value)
Sets the value of the extensions property. |
void |
setNotes(java.lang.String value)
Sets the value of the notes property. |
void |
setTraining(TrainingT value)
Sets the value of the training property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.util.List<ActivityLapT> lap
protected java.lang.String notes
protected TrainingT training
protected ExtensionsT extensions
| Constructor Detail |
|---|
public RunT()
| Method Detail |
|---|
public java.util.List<ActivityLapT> getLap()
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 lap property.
For example, to add a new item, do as follows:
getLap().add(newItem);
Objects of the following type(s) are allowed in the list
ActivityLapT
public java.lang.String getNotes()
Stringpublic void setNotes(java.lang.String value)
value - allowed object is
Stringpublic TrainingT getTraining()
TrainingTpublic void setTraining(TrainingT value)
value - allowed object is
TrainingTpublic 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 | ||||||||