java.lang.Object
org.bremersee.garmin.activitygoals.v1.model.ext.ActivityGoalT
All Implemented Interfaces:
Serializable

public class ActivityGoalT extends Object implements Serializable

Java class for ActivityGoal_t complex type.

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


 <complexType name="ActivityGoal_t">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Name" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="Period" type="{http://www.garmin.com/xmlschemas/ActivityGoals/v1}Period_t"/>
         <element name="Extensions" type="{http://www.garmin.com/xmlschemas/ActivityGoals/v1}Extensions_t" minOccurs="0"/>
       </sequence>
       <attribute name="Sport" use="required" type="{http://www.garmin.com/xmlschemas/ActivityGoals/v1}Sport_t" />
       <attribute name="Measure" use="required" type="{http://www.garmin.com/xmlschemas/ActivityGoals/v1}Measure_t" />
       <attribute name="Target" use="required" type="{http://www.w3.org/2001/XMLSchema}float" />
       <attribute name="Current" use="required" type="{http://www.w3.org/2001/XMLSchema}float" />
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

    • name

      protected String name
    • period

      protected PeriodT period
    • extensions

      protected ExtensionsT extensions
    • sport

      protected SportT sport
    • measure

      protected MeasureT measure
    • target

      protected float target
    • current

      protected float current
  • Constructor Details

    • ActivityGoalT

      public ActivityGoalT()
  • Method Details

    • getName

      public String getName()
      Gets the value of the name property.
      Returns:
      possible object is String
    • setName

      public void setName(String value)
      Sets the value of the name property.
      Parameters:
      value - allowed object is String
    • getPeriod

      public PeriodT getPeriod()
      Gets the value of the period property.
      Returns:
      possible object is PeriodT
    • setPeriod

      public void setPeriod(PeriodT value)
      Sets the value of the period property.
      Parameters:
      value - allowed object is PeriodT
    • 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
    • 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
    • getMeasure

      public MeasureT getMeasure()
      Gets the value of the measure property.
      Returns:
      possible object is MeasureT
    • setMeasure

      public void setMeasure(MeasureT value)
      Sets the value of the measure property.
      Parameters:
      value - allowed object is MeasureT
    • getTarget

      public float getTarget()
      Gets the value of the target property.
    • setTarget

      public void setTarget(float value)
      Sets the value of the target property.
    • getCurrent

      public float getCurrent()
      Gets the value of the current property.
    • setCurrent

      public void setCurrent(float value)
      Sets the value of the current property.