java.lang.Object
org.bremersee.garmin.historydatabase.v1.model.NextSportT
All Implemented Interfaces:
Serializable

public class NextSportT extends Object implements Serializable

Java class for NextSport_t complex type.

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


 <complexType name="NextSport_t">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Transition" type="{http://www.garmin.com/xmlschemas/HistoryDatabase/v1}Lap_t" minOccurs="0"/>
         <element name="Run" type="{http://www.garmin.com/xmlschemas/HistoryDatabase/v1}Run_t"/>
       </sequence>
       <attribute name="Sport" use="required" type="{http://www.garmin.com/xmlschemas/HistoryDatabase/v1}Sport_t" />
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

    • transition

      protected LapT transition
    • run

      protected RunT run
    • sport

      protected SportT sport
  • Constructor Details

    • NextSportT

      public NextSportT()
  • Method Details

    • getTransition

      public LapT getTransition()
      Gets the value of the transition property.
      Returns:
      possible object is LapT
    • setTransition

      public void setTransition(LapT value)
      Sets the value of the transition property.
      Parameters:
      value - allowed object is LapT
    • getRun

      public RunT getRun()
      Gets the value of the run property.
      Returns:
      possible object is RunT
    • setRun

      public void setRun(RunT value)
      Sets the value of the run property.
      Parameters:
      value - allowed object is RunT
    • getSport

      public SportT getSport()
      Gets the value of the sport property.
      Returns:
      possible object is SportT
    • setSport

      public void setSport(SportT value)
      Sets the value of the sport property.
      Parameters:
      value - allowed object is SportT