Class WeekT
java.lang.Object
org.bremersee.garmin.historydatabase.v1.model.WeekT
- All Implemented Interfaces:
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetNotes()Gets the value of the notes property.Gets the value of the startDay property.voidSets the value of the notes property.voidsetStartDay(XMLGregorianCalendar value) Sets the value of the startDay property.
-
Field Details
-
notes
-
startDay
-
-
Constructor Details
-
WeekT
public WeekT()
-
-
Method Details
-
getNotes
Gets the value of the notes property.- Returns:
- possible object is
String
-
setNotes
Sets the value of the notes property.- Parameters:
value- allowed object isString
-
getStartDay
Gets the value of the startDay property.- Returns:
- possible object is
XMLGregorianCalendar
-
setStartDay
Sets the value of the startDay property.- Parameters:
value- allowed object isXMLGregorianCalendar
-