java.lang.Object
org.bremersee.garmin.historydatabase.v1.model.WeekT
All Implemented Interfaces:
Serializable

public class WeekT extends Object implements Serializable

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>
 
See Also:
  • Field Details

  • Constructor Details

    • WeekT

      public WeekT()
  • Method Details

    • getNotes

      public String getNotes()
      Gets the value of the notes property.
      Returns:
      possible object is String
    • setNotes

      public void setNotes(String value)
      Sets the value of the notes property.
      Parameters:
      value - allowed object is String
    • getStartDay

      public XMLGregorianCalendar getStartDay()
      Gets the value of the startDay property.
      Returns:
      possible object is XMLGregorianCalendar
    • setStartDay

      public void setStartDay(XMLGregorianCalendar value)
      Sets the value of the startDay property.
      Parameters:
      value - allowed object is XMLGregorianCalendar