com.garmin.xmlschemas.trainingcenterdatabase.v1
Class WeekT

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

public class WeekT
extends java.lang.Object

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

notes

protected java.lang.String notes

startDay

protected javax.xml.datatype.XMLGregorianCalendar startDay
Constructor Detail

WeekT

public WeekT()
Method Detail

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

getStartDay

public javax.xml.datatype.XMLGregorianCalendar getStartDay()
Gets the value of the startDay property.

Returns:
possible object is XMLGregorianCalendar

setStartDay

public void setStartDay(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the startDay property.

Parameters:
value - allowed object is XMLGregorianCalendar


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