com.garmin.xmlschemas.trainingcenterdatabase.v1
Class PlanT

java.lang.Object
  extended by com.garmin.xmlschemas.trainingcenterdatabase.v1.PlanT

public class PlanT
extends java.lang.Object

Java class for Plan_t complex type.

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

 <complexType name="Plan_t">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Name" type="{http://www.garmin.com/xmlschemas/TrainingCenterDatabase/v1}RestrictedToken_t" minOccurs="0"/>
         <element name="Extensions" type="{http://www.garmin.com/xmlschemas/TrainingCenterDatabase/v1}Extensions_t" minOccurs="0"/>
       </sequence>
       <attribute name="IntervalWorkout" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
       <attribute name="Type" use="required" type="{http://www.garmin.com/xmlschemas/TrainingCenterDatabase/v1}TrainingType_t" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  ExtensionsT extensions
           
protected  boolean intervalWorkout
           
protected  java.lang.String name
           
protected  TrainingTypeT type
           
 
Constructor Summary
PlanT()
           
 
Method Summary
 ExtensionsT getExtensions()
          Gets the value of the extensions property.
 java.lang.String getName()
          Gets the value of the name property.
 TrainingTypeT getType()
          Gets the value of the type property.
 boolean isIntervalWorkout()
          Gets the value of the intervalWorkout property.
 void setExtensions(ExtensionsT value)
          Sets the value of the extensions property.
 void setIntervalWorkout(boolean value)
          Sets the value of the intervalWorkout property.
 void setName(java.lang.String value)
          Sets the value of the name property.
 void setType(TrainingTypeT value)
          Sets the value of the type property.
 
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

extensions

protected ExtensionsT extensions

intervalWorkout

protected boolean intervalWorkout

type

protected TrainingTypeT type
Constructor Detail

PlanT

public PlanT()
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

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

isIntervalWorkout

public boolean isIntervalWorkout()
Gets the value of the intervalWorkout property.


setIntervalWorkout

public void setIntervalWorkout(boolean value)
Sets the value of the intervalWorkout property.


getType

public TrainingTypeT getType()
Gets the value of the type property.

Returns:
possible object is TrainingTypeT

setType

public void setType(TrainingTypeT value)
Sets the value of the type property.

Parameters:
value - allowed object is TrainingTypeT


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