java.lang.Object
org.bremersee.garmin.forerunnerlogbook.v1.model.RunT
All Implemented Interfaces:
Serializable

public class RunT extends Object implements Serializable

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="Notes" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="Lap" type="{http://www.garmin.com/xmlschemas/ForerunnerLogbook}Lap_t" maxOccurs="unbounded"/>
         <element name="Track" type="{http://www.garmin.com/xmlschemas/ForerunnerLogbook}Track_t" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

  • Constructor Details

    • RunT

      public RunT()
  • Method Details

    • getNotes

      public String getNotes()
      Gets the value of the notes property.
      Returns:
      possible object is String
    • setNotes

      public void setNotes(String value)
      Sets the value of the notes property.
      Parameters:
      value - allowed object is String
    • getLaps

      public List<LapT> getLaps()
      Gets the value of the laps property.

      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 Jakarta XML Binding object. This is why there is not a set method for the laps property.

      For example, to add a new item, do as follows:

          getLaps().add(newItem);
       

      Objects of the following type(s) are allowed in the list LapT

      Returns:
      The value of the laps property.
    • getTrack

      public TrackT getTrack()
      Gets the value of the track property.
      Returns:
      possible object is TrackT
    • setTrack

      public void setTrack(TrackT value)
      Sets the value of the track property.
      Parameters:
      value - allowed object is TrackT