Class BikeProfileActivityT

java.lang.Object
org.bremersee.garmin.userprofile.v1.model.ext.AbstractProfileActivityT
org.bremersee.garmin.userprofile.v1.model.ext.BikeProfileActivityT
All Implemented Interfaces:
Serializable

public class BikeProfileActivityT extends AbstractProfileActivityT implements Serializable
Profile with extensions for new bicycle specific data

Java class for BikeProfileActivity_t complex type.

The following schema fragment specifies the expected content contained within this class.


 <complexType name="BikeProfileActivity_t">
   <complexContent>
     <extension base="{http://www.garmin.com/xmlschemas/UserProfile/v1}AbstractProfileActivity_t">
       <sequence>
         <element name="Bike" type="{http://www.garmin.com/xmlschemas/UserProfile/v1}BikeData_t" maxOccurs="3" minOccurs="3"/>
       </sequence>
       <attribute name="Sport" use="required" type="{http://www.garmin.com/xmlschemas/UserProfile/v1}Sport_t" fixed="Biking" />
     </extension>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

  • Constructor Details

    • BikeProfileActivityT

      public BikeProfileActivityT()
  • Method Details

    • getBikes

      public List<BikeDataT> getBikes()
      Gets the value of the bikes 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 bikes property.

      For example, to add a new item, do as follows:

          getBikes().add(newItem);
       

      Objects of the following type(s) are allowed in the list BikeDataT

      Returns:
      The value of the bikes property.
    • getSport

      public SportT getSport()
      Gets the value of the sport property.
      Returns:
      possible object is SportT
    • setSport

      public void setSport(SportT value)
      Sets the value of the sport property.
      Parameters:
      value - allowed object is SportT