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

public class FirstSportT extends Object implements Serializable

Java class for FirstSport_t complex type.

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


 <complexType name="FirstSport_t">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <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

    • run

      protected RunT run
    • sport

      protected SportT sport
  • Constructor Details

    • FirstSportT

      public FirstSportT()
  • Method Details

    • 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