com.garmin.xmlschemas.trainingcenterdatabase.v1
Class CourseFolderT

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

public class CourseFolderT
extends java.lang.Object

Java class for CourseFolder_t complex type.

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

 <complexType name="CourseFolder_t">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Folder" type="{http://www.garmin.com/xmlschemas/TrainingCenterDatabase/v1}CourseFolder_t" maxOccurs="unbounded" minOccurs="0"/>
         <element name="Course" type="{http://www.garmin.com/xmlschemas/TrainingCenterDatabase/v1}Course_t" maxOccurs="unbounded" minOccurs="0"/>
         <element name="Notes" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Extensions" type="{http://www.garmin.com/xmlschemas/TrainingCenterDatabase/v1}Extensions_t" minOccurs="0"/>
       </sequence>
       <attribute name="Name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.util.List<CourseT> course
           
protected  ExtensionsT extensions
           
protected  java.util.List<CourseFolderT> folder
           
protected  java.lang.String name
           
protected  java.lang.String notes
           
 
Constructor Summary
CourseFolderT()
           
 
Method Summary
 java.util.List<CourseT> getCourse()
          Gets the value of the course property.
 ExtensionsT getExtensions()
          Gets the value of the extensions property.
 java.util.List<CourseFolderT> getFolder()
          Gets the value of the folder property.
 java.lang.String getName()
          Gets the value of the name property.
 java.lang.String getNotes()
          Gets the value of the notes property.
 void setExtensions(ExtensionsT value)
          Sets the value of the extensions property.
 void setName(java.lang.String value)
          Sets the value of the name property.
 void setNotes(java.lang.String value)
          Sets the value of the notes property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

folder

protected java.util.List<CourseFolderT> folder

course

protected java.util.List<CourseT> course

notes

protected java.lang.String notes

extensions

protected ExtensionsT extensions

name

protected java.lang.String name
Constructor Detail

CourseFolderT

public CourseFolderT()
Method Detail

getFolder

public java.util.List<CourseFolderT> getFolder()
Gets the value of the folder property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the folder property.

For example, to add a new item, do as follows:

    getFolder().add(newItem);
 

Objects of the following type(s) are allowed in the list CourseFolderT


getCourse

public java.util.List<CourseT> getCourse()
Gets the value of the course property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the course property.

For example, to add a new item, do as follows:

    getCourse().add(newItem);
 

Objects of the following type(s) are allowed in the list CourseT


getNotes

public java.lang.String getNotes()
Gets the value of the notes property.

Returns:
possible object is String

setNotes

public void setNotes(java.lang.String value)
Sets the value of the notes 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

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


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