|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.garmin.xmlschemas.trainingcenterdatabase.v1.WeekT
public class WeekT
Java class for Week_t complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Week_t">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Notes" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
<attribute name="StartDay" use="required" type="{http://www.w3.org/2001/XMLSchema}date" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected java.lang.String |
notes
|
protected javax.xml.datatype.XMLGregorianCalendar |
startDay
|
| Constructor Summary | |
|---|---|
WeekT()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getNotes()
Gets the value of the notes property. |
javax.xml.datatype.XMLGregorianCalendar |
getStartDay()
Gets the value of the startDay property. |
void |
setNotes(java.lang.String value)
Sets the value of the notes property. |
void |
setStartDay(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the startDay property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.lang.String notes
protected javax.xml.datatype.XMLGregorianCalendar startDay
| Constructor Detail |
|---|
public WeekT()
| Method Detail |
|---|
public java.lang.String getNotes()
Stringpublic void setNotes(java.lang.String value)
value - allowed object is
Stringpublic javax.xml.datatype.XMLGregorianCalendar getStartDay()
XMLGregorianCalendarpublic void setStartDay(javax.xml.datatype.XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendar
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||