public static class Document.Calendars.Calendar.ExceptedDays.ExceptedDay 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="Date" type="{http://www.w3.org/2001/XMLSchema}date"/> <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.ExceptedDays.ExceptedDay.TimePeriods
Java class for anonymous complex type.
|
Modifier and Type | Field and Description |
---|---|
protected LocalDate |
date |
protected boolean |
isDayWorking |
protected Document.Calendars.Calendar.ExceptedDays.ExceptedDay.TimePeriods |
timePeriods |
Constructor and Description |
---|
ExceptedDay() |
Modifier and Type | Method and Description |
---|---|
LocalDate |
getDate()
Gets the value of the date property.
|
Document.Calendars.Calendar.ExceptedDays.ExceptedDay.TimePeriods |
getTimePeriods()
Gets the value of the timePeriods property.
|
boolean |
isIsDayWorking()
Gets the value of the isDayWorking property.
|
void |
setDate(LocalDate value)
Sets the value of the date property.
|
void |
setIsDayWorking(boolean value)
Sets the value of the isDayWorking property.
|
void |
setTimePeriods(Document.Calendars.Calendar.ExceptedDays.ExceptedDay.TimePeriods value)
Sets the value of the timePeriods property.
|
protected LocalDate date
protected boolean isDayWorking
protected Document.Calendars.Calendar.ExceptedDays.ExceptedDay.TimePeriods timePeriods
public LocalDate getDate()
String
public void setDate(LocalDate value)
value
- allowed object is
String
public boolean isIsDayWorking()
public void setIsDayWorking(boolean value)
public Document.Calendars.Calendar.ExceptedDays.ExceptedDay.TimePeriods getTimePeriods()
Document.Calendars.Calendar.ExceptedDays.ExceptedDay.TimePeriods
public void setTimePeriods(Document.Calendars.Calendar.ExceptedDays.ExceptedDay.TimePeriods value)
value
- allowed object is
Document.Calendars.Calendar.ExceptedDays.ExceptedDay.TimePeriods
Copyright © 2000–2024 Packwood Software. All rights reserved.