Class FirstSportT
java.lang.Object
org.bremersee.garmin.historydatabase.v1.model.FirstSportT
- All Implemented Interfaces:
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
run
-
sport
-
-
Constructor Details
-
FirstSportT
public FirstSportT()
-
-
Method Details
-
getRun
Gets the value of the run property.- Returns:
- possible object is
RunT
-
setRun
Sets the value of the run property.- Parameters:
value- allowed object isRunT
-
getSport
Gets the value of the sport property.- Returns:
- possible object is
SportT
-
setSport
Sets the value of the sport property.- Parameters:
value- allowed object isSportT
-