com.garmin.xmlschemas.trainingcenterdatabase.v1
Class CoursesT

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

public class CoursesT
extends java.lang.Object

Java class for Courses_t complex type.

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

 <complexType name="Courses_t">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="CourseFolder" type="{http://www.garmin.com/xmlschemas/TrainingCenterDatabase/v1}CourseFolder_t"/>
         <element name="Extensions" type="{http://www.garmin.com/xmlschemas/TrainingCenterDatabase/v1}Extensions_t" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  CourseFolderT courseFolder
           
protected  ExtensionsT extensions
           
 
Constructor Summary
CoursesT()
           
 
Method Summary
 CourseFolderT getCourseFolder()
          Gets the value of the courseFolder property.
 ExtensionsT getExtensions()
          Gets the value of the extensions property.
 void setCourseFolder(CourseFolderT value)
          Sets the value of the courseFolder property.
 void setExtensions(ExtensionsT value)
          Sets the value of the extensions property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

courseFolder

protected CourseFolderT courseFolder

extensions

protected ExtensionsT extensions
Constructor Detail

CoursesT

public CoursesT()
Method Detail

getCourseFolder

public CourseFolderT getCourseFolder()
Gets the value of the courseFolder property.

Returns:
possible object is CourseFolderT

setCourseFolder

public void setCourseFolder(CourseFolderT value)
Sets the value of the courseFolder property.

Parameters:
value - allowed object is CourseFolderT

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


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