|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.garmin.xmlschemas.trainingcenterdatabase.v1.CoursesT
public class CoursesT
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 |
|---|
protected CourseFolderT courseFolder
protected ExtensionsT extensions
| Constructor Detail |
|---|
public CoursesT()
| Method Detail |
|---|
public CourseFolderT getCourseFolder()
CourseFolderTpublic void setCourseFolder(CourseFolderT value)
value - allowed object is
CourseFolderTpublic ExtensionsT getExtensions()
ExtensionsTpublic void setExtensions(ExtensionsT value)
value - allowed object is
ExtensionsT
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||