Class TargetT

java.lang.Object
org.bremersee.garmin.workout.v1.model.TargetT
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
HeartRateT, NoneT, SpeedT

public abstract class TargetT extends Object implements Serializable

Java class for Target_t complex type.

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


 <complexType name="Target_t">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
  • Constructor Details

    • TargetT

      public TargetT()