Class ProfileActivityT

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

public class ProfileActivityT extends AbstractProfileActivityT implements Serializable
User Activity Profile

Java class for ProfileActivity_t complex type.

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


 <complexType name="ProfileActivity_t">
   <complexContent>
     <extension base="{http://www.garmin.com/xmlschemas/UserProfile/v2}AbstractProfileActivity_t">
       <attribute name="Sport" use="required" type="{http://www.garmin.com/xmlschemas/UserProfile/v2}Sport_t" />
     </extension>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

    • sport

      protected SportT sport
  • Constructor Details

    • ProfileActivityT

      public ProfileActivityT()
  • Method Details

    • 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