Class History
java.lang.Object
org.bremersee.garmin.forerunnerlogbook.v1.model.History
- All Implemented Interfaces:
Serializable
Java class for History_t complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="History_t">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Run" type="{http://www.garmin.com/xmlschemas/ForerunnerLogbook}Run_t" maxOccurs="unbounded"/>
</sequence>
<attribute name="version" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" fixed="1" />
</restriction>
</complexContent>
</complexType>
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetRuns()Gets the value of the runs property.Gets the value of the version property.voidsetVersion(BigInteger value) Sets the value of the version property.
-
Field Details
-
runs
-
version
-
-
Constructor Details
-
History
public History()
-
-
Method Details
-
getRuns
Gets the value of the runs 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 runs property.For example, to add a new item, do as follows:
getRuns().add(newItem);Objects of the following type(s) are allowed in the list
RunT- Returns:
- The value of the runs property.
-
getVersion
Gets the value of the version property.- Returns:
- possible object is
BigInteger
-
setVersion
Sets the value of the version property.- Parameters:
value- allowed object isBigInteger
-