com.garmin.xmlschemas.trainingcenterdatabase.v1
Class StepT

java.lang.Object
  extended by com.garmin.xmlschemas.trainingcenterdatabase.v1.AbstractStepT
      extended by com.garmin.xmlschemas.trainingcenterdatabase.v1.StepT

public class StepT
extends AbstractStepT

Java class for Step_t complex type.

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

 <complexType name="Step_t">
   <complexContent>
     <extension base="{http://www.garmin.com/xmlschemas/TrainingCenterDatabase/v1}AbstractStep_t">
       <sequence>
         <element name="Name" type="{http://www.garmin.com/xmlschemas/TrainingCenterDatabase/v1}RestrictedToken_t" minOccurs="0"/>
         <element name="Duration" type="{http://www.garmin.com/xmlschemas/TrainingCenterDatabase/v1}Duration_t"/>
         <element name="Intensity" type="{http://www.garmin.com/xmlschemas/TrainingCenterDatabase/v1}Intensity_t"/>
         <element name="Target" type="{http://www.garmin.com/xmlschemas/TrainingCenterDatabase/v1}Target_t"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  DurationT duration
           
protected  IntensityT intensity
           
protected  java.lang.String name
           
protected  TargetT target
           
 
Fields inherited from class com.garmin.xmlschemas.trainingcenterdatabase.v1.AbstractStepT
stepId
 
Constructor Summary
StepT()
           
 
Method Summary
 DurationT getDuration()
          Gets the value of the duration property.
 IntensityT getIntensity()
          Gets the value of the intensity property.
 java.lang.String getName()
          Gets the value of the name property.
 TargetT getTarget()
          Gets the value of the target property.
 void setDuration(DurationT value)
          Sets the value of the duration property.
 void setIntensity(IntensityT value)
          Sets the value of the intensity property.
 void setName(java.lang.String value)
          Sets the value of the name property.
 void setTarget(TargetT value)
          Sets the value of the target property.
 
Methods inherited from class com.garmin.xmlschemas.trainingcenterdatabase.v1.AbstractStepT
getStepId, setStepId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

protected java.lang.String name

duration

protected DurationT duration

intensity

protected IntensityT intensity

target

protected TargetT target
Constructor Detail

StepT

public StepT()
Method Detail

getName

public java.lang.String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

public void setName(java.lang.String value)
Sets the value of the name property.

Parameters:
value - allowed object is String

getDuration

public DurationT getDuration()
Gets the value of the duration property.

Returns:
possible object is DurationT

setDuration

public void setDuration(DurationT value)
Sets the value of the duration property.

Parameters:
value - allowed object is DurationT

getIntensity

public IntensityT getIntensity()
Gets the value of the intensity property.

Returns:
possible object is IntensityT

setIntensity

public void setIntensity(IntensityT value)
Sets the value of the intensity property.

Parameters:
value - allowed object is IntensityT

getTarget

public TargetT getTarget()
Gets the value of the target property.

Returns:
possible object is TargetT

setTarget

public void setTarget(TargetT value)
Sets the value of the target property.

Parameters:
value - allowed object is TargetT


Copyright © 2007 MotionBased subsidiary of Garmin Ltd.. All Rights Reserved.