Class MultiSportSessionT
java.lang.Object
org.bremersee.garmin.historydatabase.v1.model.MultiSportSessionT
- All Implemented Interfaces:
Serializable
Java class for MultiSportSession_t complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MultiSportSession_t">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="FirstSport" type="{http://www.garmin.com/xmlschemas/HistoryDatabase/v1}FirstSport_t"/>
<element name="NextSport" type="{http://www.garmin.com/xmlschemas/HistoryDatabase/v1}NextSport_t" maxOccurs="unbounded" minOccurs="0"/>
<element name="Notes" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected FirstSportTprotected List<NextSportT> protected String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the firstSport property.Gets the value of the nextSports property.getNotes()Gets the value of the notes property.voidsetFirstSport(FirstSportT value) Sets the value of the firstSport property.voidSets the value of the notes property.
-
Field Details
-
firstSport
-
nextSports
-
notes
-
-
Constructor Details
-
MultiSportSessionT
public MultiSportSessionT()
-
-
Method Details
-
getFirstSport
Gets the value of the firstSport property.- Returns:
- possible object is
FirstSportT
-
setFirstSport
Sets the value of the firstSport property.- Parameters:
value- allowed object isFirstSportT
-
getNextSports
Gets the value of the nextSports property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
setmethod for the nextSports property.For example, to add a new item, do as follows:
getNextSports().add(newItem);Objects of the following type(s) are allowed in the list
NextSportT- Returns:
- The value of the nextSports property.
-
getNotes
Gets the value of the notes property.- Returns:
- possible object is
String
-
setNotes
Sets the value of the notes property.- Parameters:
value- allowed object isString
-