java.lang.Object
org.bremersee.garmin.forerunnerlogbook.v1.model.History
All Implemented Interfaces:
Serializable

public class History extends Object implements 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 Details

  • Constructor Details

    • History

      public History()
  • Method Details

    • getRuns

      public List<RunT> 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 set method 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

      public BigInteger getVersion()
      Gets the value of the version property.
      Returns:
      possible object is BigInteger
    • setVersion

      public void setVersion(BigInteger value)
      Sets the value of the version property.
      Parameters:
      value - allowed object is BigInteger