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="DayType" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="DayWorking" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="WorkingTimes">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="WorkingTime" maxOccurs="unbounded">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="FromTime" type="{http://www.w3.org/2001/XMLSchema}time"/>
<element name="ToTime" 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.WorkingTimes
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected Integer |
dayType |
protected Boolean |
dayWorking |
protected Document.Calendars.Calendar.WeekDays.WeekDay.WorkingTimes |
workingTimes |
| Constructor and Description |
|---|
WeekDay() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getDayType()
Gets the value of the dayType property.
|
Document.Calendars.Calendar.WeekDays.WeekDay.WorkingTimes |
getWorkingTimes()
Gets the value of the workingTimes property.
|
Boolean |
isDayWorking()
Gets the value of the dayWorking property.
|
void |
setDayType(Integer value)
Sets the value of the dayType property.
|
void |
setDayWorking(Boolean value)
Sets the value of the dayWorking property.
|
void |
setWorkingTimes(Document.Calendars.Calendar.WeekDays.WeekDay.WorkingTimes value)
Sets the value of the workingTimes property.
|
protected Integer dayType
protected Boolean dayWorking
protected Document.Calendars.Calendar.WeekDays.WeekDay.WorkingTimes workingTimes
public Integer getDayType()
Stringpublic void setDayType(Integer value)
value - allowed object is
Stringpublic Boolean isDayWorking()
Stringpublic void setDayWorking(Boolean value)
value - allowed object is
Stringpublic Document.Calendars.Calendar.WeekDays.WeekDay.WorkingTimes getWorkingTimes()
Document.Calendars.Calendar.WeekDays.WeekDay.WorkingTimespublic void setWorkingTimes(Document.Calendars.Calendar.WeekDays.WeekDay.WorkingTimes value)
value - allowed object is
Document.Calendars.Calendar.WeekDays.WeekDay.WorkingTimesCopyright © 2000–2025 MPXJ. All rights reserved.