|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.garmin.xmlschemas.trainingcenterdatabase.v1.CourseFolderT
public class CourseFolderT
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 |
|---|
protected java.util.List<CourseFolderT> folder
protected java.util.List<CourseT> course
protected java.lang.String notes
protected ExtensionsT extensions
protected java.lang.String name
| Constructor Detail |
|---|
public CourseFolderT()
| Method Detail |
|---|
public java.util.List<CourseFolderT> getFolder()
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
public java.util.List<CourseT> getCourse()
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
public java.lang.String getNotes()
Stringpublic void setNotes(java.lang.String value)
value - allowed object is
Stringpublic ExtensionsT getExtensions()
ExtensionsTpublic void setExtensions(ExtensionsT value)
value - allowed object is
ExtensionsTpublic java.lang.String getName()
Stringpublic void setName(java.lang.String value)
value - allowed object is
String
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||