public static class Document.Calendars.Calendar.Exceptions.Exception 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="EnteredByOccurrences" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="Holiday" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="TimePeriod">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="FromDate" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
<element name="ToDate" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="Occurrences" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="Name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="Type" 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.Exceptions.Exception.TimePeriod
Java class for anonymous complex type.
|
static class |
Document.Calendars.Calendar.Exceptions.Exception.WorkingTimes
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
dayWorking |
protected Boolean |
enteredByOccurrences |
protected Boolean |
holiday |
protected String |
name |
protected Integer |
occurrences |
protected Document.Calendars.Calendar.Exceptions.Exception.TimePeriod |
timePeriod |
protected Integer |
type |
protected Document.Calendars.Calendar.Exceptions.Exception.WorkingTimes |
workingTimes |
| Constructor and Description |
|---|
Exception() |
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Gets the value of the name property.
|
Integer |
getOccurrences()
Gets the value of the occurrences property.
|
Document.Calendars.Calendar.Exceptions.Exception.TimePeriod |
getTimePeriod()
Gets the value of the timePeriod property.
|
Integer |
getType()
Gets the value of the type property.
|
Document.Calendars.Calendar.Exceptions.Exception.WorkingTimes |
getWorkingTimes()
Gets the value of the workingTimes property.
|
Boolean |
isDayWorking()
Gets the value of the dayWorking property.
|
Boolean |
isEnteredByOccurrences()
Gets the value of the enteredByOccurrences property.
|
Boolean |
isHoliday()
Gets the value of the holiday property.
|
void |
setDayWorking(Boolean value)
Sets the value of the dayWorking property.
|
void |
setEnteredByOccurrences(Boolean value)
Sets the value of the enteredByOccurrences property.
|
void |
setHoliday(Boolean value)
Sets the value of the holiday property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setOccurrences(Integer value)
Sets the value of the occurrences property.
|
void |
setTimePeriod(Document.Calendars.Calendar.Exceptions.Exception.TimePeriod value)
Sets the value of the timePeriod property.
|
void |
setType(Integer value)
Sets the value of the type property.
|
void |
setWorkingTimes(Document.Calendars.Calendar.Exceptions.Exception.WorkingTimes value)
Sets the value of the workingTimes property.
|
protected Boolean enteredByOccurrences
protected Boolean holiday
protected Document.Calendars.Calendar.Exceptions.Exception.TimePeriod timePeriod
protected Integer occurrences
protected String name
protected Integer type
protected Boolean dayWorking
protected Document.Calendars.Calendar.Exceptions.Exception.WorkingTimes workingTimes
public Boolean isEnteredByOccurrences()
Stringpublic void setEnteredByOccurrences(Boolean value)
value - allowed object is
Stringpublic Boolean isHoliday()
Stringpublic void setHoliday(Boolean value)
value - allowed object is
Stringpublic Document.Calendars.Calendar.Exceptions.Exception.TimePeriod getTimePeriod()
Document.Calendars.Calendar.Exceptions.Exception.TimePeriodpublic void setTimePeriod(Document.Calendars.Calendar.Exceptions.Exception.TimePeriod value)
value - allowed object is
Document.Calendars.Calendar.Exceptions.Exception.TimePeriodpublic Integer getOccurrences()
Stringpublic void setOccurrences(Integer value)
value - allowed object is
Stringpublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic Integer getType()
Stringpublic void setType(Integer value)
value - allowed object is
Stringpublic Boolean isDayWorking()
Stringpublic void setDayWorking(Boolean value)
value - allowed object is
Stringpublic Document.Calendars.Calendar.Exceptions.Exception.WorkingTimes getWorkingTimes()
Document.Calendars.Calendar.Exceptions.Exception.WorkingTimespublic void setWorkingTimes(Document.Calendars.Calendar.Exceptions.Exception.WorkingTimes value)
value - allowed object is
Document.Calendars.Calendar.Exceptions.Exception.WorkingTimesCopyright © 2000–2025 MPXJ. All rights reserved.