public static class Document.Calendars.Calendar.WeekDays.WeekDay extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Day">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}integer">
<enumeration value="0"/>
<enumeration value="1"/>
<enumeration value="2"/>
<enumeration value="3"/>
<enumeration value="4"/>
<enumeration value="5"/>
<enumeration value="6"/>
</restriction>
</simpleType>
</element>
<element name="IsDayWorking" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="TimePeriods">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="TimePeriod" maxOccurs="unbounded" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="From" type="{http://www.w3.org/2001/XMLSchema}time"/>
<element name="To" type="{http://www.w3.org/2001/XMLSchema}time"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
Document.Calendars.Calendar.WeekDays.WeekDay.TimePeriods
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected DayOfWeek |
day |
protected boolean |
isDayWorking |
protected Document.Calendars.Calendar.WeekDays.WeekDay.TimePeriods |
timePeriods |
| Constructor and Description |
|---|
WeekDay() |
| Modifier and Type | Method and Description |
|---|---|
DayOfWeek |
getDay()
Gets the value of the day property.
|
Document.Calendars.Calendar.WeekDays.WeekDay.TimePeriods |
getTimePeriods()
Gets the value of the timePeriods property.
|
boolean |
isIsDayWorking()
Gets the value of the isDayWorking property.
|
void |
setDay(DayOfWeek value)
Sets the value of the day property.
|
void |
setIsDayWorking(boolean value)
Sets the value of the isDayWorking property.
|
void |
setTimePeriods(Document.Calendars.Calendar.WeekDays.WeekDay.TimePeriods value)
Sets the value of the timePeriods property.
|
protected DayOfWeek day
protected boolean isDayWorking
protected Document.Calendars.Calendar.WeekDays.WeekDay.TimePeriods timePeriods
public DayOfWeek getDay()
Stringpublic void setDay(DayOfWeek value)
value - allowed object is
Stringpublic boolean isIsDayWorking()
public void setIsDayWorking(boolean value)
public Document.Calendars.Calendar.WeekDays.WeekDay.TimePeriods getTimePeriods()
Document.Calendars.Calendar.WeekDays.WeekDay.TimePeriodspublic void setTimePeriods(Document.Calendars.Calendar.WeekDays.WeekDay.TimePeriods value)
value - allowed object is
Document.Calendars.Calendar.WeekDays.WeekDay.TimePeriodsCopyright © 2000–2025 MPXJ. All rights reserved.