Class BikeProfileActivityT
java.lang.Object
org.bremersee.garmin.userprofile.v2.model.ext.AbstractProfileActivityT
org.bremersee.garmin.userprofile.v2.model.ext.BikeProfileActivityT
- All Implemented Interfaces:
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/v2}AbstractProfileActivity_t">
<sequence>
<element name="Bike" type="{http://www.garmin.com/xmlschemas/UserProfile/v2}BikeData_t" maxOccurs="3" minOccurs="3"/>
</sequence>
<attribute name="Sport" use="required" type="{http://www.garmin.com/xmlschemas/UserProfile/v2}Sport_t" fixed="Biking" />
</extension>
</complexContent>
</complexType>
- See Also:
-
Field Summary
FieldsFields inherited from class org.bremersee.garmin.userprofile.v2.model.ext.AbstractProfileActivityT
extensions, gearWeightKilograms, heartRateZones, maximumHeartRateBpm, restingHeartRateBpm, speedZones -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.bremersee.garmin.userprofile.v2.model.ext.AbstractProfileActivityT
getExtensions, getGearWeightKilograms, getHeartRateZones, getMaximumHeartRateBpm, getRestingHeartRateBpm, getSpeedZones, setExtensions, setGearWeightKilograms, setMaximumHeartRateBpm, setRestingHeartRateBpm
-
Field Details
-
bikes
-
sport
-
-
Constructor Details
-
BikeProfileActivityT
public BikeProfileActivityT()
-
-
Method Details
-
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
setmethod 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
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
-