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

public class Profile extends Object implements Serializable

Java class for ProfileData_t complex type.

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


 <complexType name="ProfileData_t">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="BirthDate" type="{http://www.w3.org/2001/XMLSchema}date"/>
         <element name="WeightKilograms" type="{http://www.w3.org/2001/XMLSchema}double"/>
         <element name="Gender" type="{http://www.garmin.com/xmlschemas/UserProfile/v2}Gender_t"/>
         <element name="Activities" type="{http://www.garmin.com/xmlschemas/UserProfile/v2}AbstractProfileActivity_t" maxOccurs="unbounded" minOccurs="0"/>
         <element name="TimeStamp" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="Extensions" type="{http://www.garmin.com/xmlschemas/UserProfile/v2}Extensions_t" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

  • Constructor Details

    • Profile

      public Profile()
  • Method Details

    • getBirthDate

      public XMLGregorianCalendar getBirthDate()
      Gets the value of the birthDate property.
      Returns:
      possible object is XMLGregorianCalendar
    • setBirthDate

      public void setBirthDate(XMLGregorianCalendar value)
      Sets the value of the birthDate property.
      Parameters:
      value - allowed object is XMLGregorianCalendar
    • getWeightKilograms

      public double getWeightKilograms()
      Gets the value of the weightKilograms property.
    • setWeightKilograms

      public void setWeightKilograms(double value)
      Sets the value of the weightKilograms property.
    • getGender

      public GenderT getGender()
      Gets the value of the gender property.
      Returns:
      possible object is GenderT
    • setGender

      public void setGender(GenderT value)
      Sets the value of the gender property.
      Parameters:
      value - allowed object is GenderT
    • getActivities

      public List<AbstractProfileActivityT> getActivities()
      Gets the value of the activities 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 activities property.

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

          getActivities().add(newItem);
       

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

      Returns:
      The value of the activities property.
    • getTimeStamp

      public XMLGregorianCalendar getTimeStamp()
      Gets the value of the timeStamp property.
      Returns:
      possible object is XMLGregorianCalendar
    • setTimeStamp

      public void setTimeStamp(XMLGregorianCalendar value)
      Sets the value of the timeStamp property.
      Parameters:
      value - allowed object is XMLGregorianCalendar
    • getExtensions

      public ExtensionsT getExtensions()
      Gets the value of the extensions property.
      Returns:
      possible object is ExtensionsT
    • setExtensions

      public void setExtensions(ExtensionsT value)
      Sets the value of the extensions property.
      Parameters:
      value - allowed object is ExtensionsT