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

public class LapT extends Object implements Serializable

Java class for Lap_t complex type.

The following schema fragment specifies the expected content contained within this class.


 <complexType name="Lap_t">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="StartTime" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
         <element name="Duration" type="{http://www.w3.org/2001/XMLSchema}duration"/>
         <element name="BeginPosition" type="{http://www.garmin.com/xmlschemas/ForerunnerLogbook}Position_t" minOccurs="0"/>
         <element name="EndPosition" type="{http://www.garmin.com/xmlschemas/ForerunnerLogbook}Position_t" minOccurs="0"/>
         <element name="Length" type="{http://www.garmin.com/xmlschemas/ForerunnerLogbook}Meters_t"/>
         <element name="Calories" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

  • Constructor Details

    • LapT

      public LapT()
  • Method Details

    • getStartTime

      public XMLGregorianCalendar getStartTime()
      Gets the value of the startTime property.
      Returns:
      possible object is XMLGregorianCalendar
    • setStartTime

      public void setStartTime(XMLGregorianCalendar value)
      Sets the value of the startTime property.
      Parameters:
      value - allowed object is XMLGregorianCalendar
    • getDuration

      public Duration getDuration()
      Gets the value of the duration property.
      Returns:
      possible object is Duration
    • setDuration

      public void setDuration(Duration value)
      Sets the value of the duration property.
      Parameters:
      value - allowed object is Duration
    • getBeginPosition

      public PositionT getBeginPosition()
      Gets the value of the beginPosition property.
      Returns:
      possible object is PositionT
    • setBeginPosition

      public void setBeginPosition(PositionT value)
      Sets the value of the beginPosition property.
      Parameters:
      value - allowed object is PositionT
    • getEndPosition

      public PositionT getEndPosition()
      Gets the value of the endPosition property.
      Returns:
      possible object is PositionT
    • setEndPosition

      public void setEndPosition(PositionT value)
      Sets the value of the endPosition property.
      Parameters:
      value - allowed object is PositionT
    • getLength

      public String getLength()
      Gets the value of the length property.
      Returns:
      possible object is String
    • setLength

      public void setLength(String value)
      Sets the value of the length property.
      Parameters:
      value - allowed object is String
    • getCalories

      public BigInteger getCalories()
      Gets the value of the calories property.
      Returns:
      possible object is BigInteger
    • setCalories

      public void setCalories(BigInteger value)
      Sets the value of the calories property.
      Parameters:
      value - allowed object is BigInteger