|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.garmin.xmlschemas.trainingcenterdatabase.v1.AbstractStepT
com.garmin.xmlschemas.trainingcenterdatabase.v1.StepT
public class StepT
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 |
|---|
protected java.lang.String name
protected DurationT duration
protected IntensityT intensity
protected TargetT target
| Constructor Detail |
|---|
public StepT()
| Method Detail |
|---|
public java.lang.String getName()
Stringpublic void setName(java.lang.String value)
value - allowed object is
Stringpublic DurationT getDuration()
DurationTpublic void setDuration(DurationT value)
value - allowed object is
DurationTpublic IntensityT getIntensity()
IntensityTpublic void setIntensity(IntensityT value)
value - allowed object is
IntensityTpublic TargetT getTarget()
TargetTpublic void setTarget(TargetT value)
value - allowed object is
TargetT
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||