Class NextSportT
java.lang.Object
org.bremersee.garmin.historydatabase.v1.model.NextSportT
- All Implemented Interfaces:
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetRun()Gets the value of the run property.getSport()Gets the value of the sport property.Gets the value of the transition property.voidSets the value of the run property.voidSets the value of the sport property.voidsetTransition(LapT value) Sets the value of the transition property.
-
Field Details
-
transition
-
run
-
sport
-
-
Constructor Details
-
NextSportT
public NextSportT()
-
-
Method Details
-
getTransition
Gets the value of the transition property.- Returns:
- possible object is
LapT
-
setTransition
Sets the value of the transition property.- Parameters:
value- allowed object isLapT
-
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
-