public static class Project.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" minOccurs="0"/>
<element name="TimePeriod" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="FromDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="ToDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="Occurrences" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
<element name="Name" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="512"/>
</restriction>
</simpleType>
</element>
<element name="Type" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}integer">
<enumeration value="1"/>
<enumeration value="2"/>
<enumeration value="3"/>
<enumeration value="4"/>
<enumeration value="5"/>
<enumeration value="6"/>
<enumeration value="7"/>
<enumeration value="8"/>
<enumeration value="9"/>
</restriction>
</simpleType>
</element>
<element name="Period" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
<element name="DaysOfWeek" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
<element name="MonthItem" minOccurs="0">
<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"/>
<enumeration value="7"/>
<enumeration value="8"/>
<enumeration value="9"/>
</restriction>
</simpleType>
</element>
<element name="MonthPosition" minOccurs="0">
<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"/>
</restriction>
</simpleType>
</element>
<element name="Month" minOccurs="0">
<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"/>
<enumeration value="7"/>
<enumeration value="8"/>
<enumeration value="9"/>
<enumeration value="10"/>
<enumeration value="11"/>
</restriction>
</simpleType>
</element>
<element name="MonthDay" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
<element name="DayWorking" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="WorkingTimes" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<choice>
<element name="WorkingTime" maxOccurs="5" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="FromTime" type="{http://www.w3.org/2001/XMLSchema}time" minOccurs="0"/>
<element name="ToTime" type="{http://www.w3.org/2001/XMLSchema}time" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</choice>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
Project.Calendars.Calendar.Exceptions.Exception.TimePeriod
Java class for anonymous complex type.
|
static class |
Project.Calendars.Calendar.Exceptions.Exception.WorkingTimes
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected BigInteger |
daysOfWeek |
protected Boolean |
dayWorking |
protected Boolean |
enteredByOccurrences |
protected BigInteger |
month |
protected BigInteger |
monthDay |
protected BigInteger |
monthItem |
protected BigInteger |
monthPosition |
protected String |
name |
protected BigInteger |
occurrences |
protected BigInteger |
period |
protected Project.Calendars.Calendar.Exceptions.Exception.TimePeriod |
timePeriod |
protected BigInteger |
type |
protected Project.Calendars.Calendar.Exceptions.Exception.WorkingTimes |
workingTimes |
| Constructor and Description |
|---|
Exception() |
| Modifier and Type | Method and Description |
|---|---|
BigInteger |
getDaysOfWeek()
Gets the value of the daysOfWeek property.
|
BigInteger |
getMonth()
Gets the value of the month property.
|
BigInteger |
getMonthDay()
Gets the value of the monthDay property.
|
BigInteger |
getMonthItem()
Gets the value of the monthItem property.
|
BigInteger |
getMonthPosition()
Gets the value of the monthPosition property.
|
String |
getName()
Gets the value of the name property.
|
BigInteger |
getOccurrences()
Gets the value of the occurrences property.
|
BigInteger |
getPeriod()
Gets the value of the period property.
|
Project.Calendars.Calendar.Exceptions.Exception.TimePeriod |
getTimePeriod()
Gets the value of the timePeriod property.
|
BigInteger |
getType()
Gets the value of the type property.
|
Project.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.
|
void |
setDaysOfWeek(BigInteger value)
Sets the value of the daysOfWeek property.
|
void |
setDayWorking(Boolean value)
Sets the value of the dayWorking property.
|
void |
setEnteredByOccurrences(Boolean value)
Sets the value of the enteredByOccurrences property.
|
void |
setMonth(BigInteger value)
Sets the value of the month property.
|
void |
setMonthDay(BigInteger value)
Sets the value of the monthDay property.
|
void |
setMonthItem(BigInteger value)
Sets the value of the monthItem property.
|
void |
setMonthPosition(BigInteger value)
Sets the value of the monthPosition property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setOccurrences(BigInteger value)
Sets the value of the occurrences property.
|
void |
setPeriod(BigInteger value)
Sets the value of the period property.
|
void |
setTimePeriod(Project.Calendars.Calendar.Exceptions.Exception.TimePeriod value)
Sets the value of the timePeriod property.
|
void |
setType(BigInteger value)
Sets the value of the type property.
|
void |
setWorkingTimes(Project.Calendars.Calendar.Exceptions.Exception.WorkingTimes value)
Sets the value of the workingTimes property.
|
protected Boolean enteredByOccurrences
protected Project.Calendars.Calendar.Exceptions.Exception.TimePeriod timePeriod
protected BigInteger occurrences
protected String name
protected BigInteger type
protected BigInteger period
protected BigInteger daysOfWeek
protected BigInteger monthItem
protected BigInteger monthPosition
protected BigInteger month
protected BigInteger monthDay
protected Boolean dayWorking
protected Project.Calendars.Calendar.Exceptions.Exception.WorkingTimes workingTimes
public Boolean isEnteredByOccurrences()
Stringpublic void setEnteredByOccurrences(Boolean value)
value - allowed object is
Stringpublic Project.Calendars.Calendar.Exceptions.Exception.TimePeriod getTimePeriod()
Project.Calendars.Calendar.Exceptions.Exception.TimePeriodpublic void setTimePeriod(Project.Calendars.Calendar.Exceptions.Exception.TimePeriod value)
value - allowed object is
Project.Calendars.Calendar.Exceptions.Exception.TimePeriodpublic BigInteger getOccurrences()
BigIntegerpublic void setOccurrences(BigInteger value)
value - allowed object is
BigIntegerpublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic BigInteger getType()
BigIntegerpublic void setType(BigInteger value)
value - allowed object is
BigIntegerpublic BigInteger getPeriod()
BigIntegerpublic void setPeriod(BigInteger value)
value - allowed object is
BigIntegerpublic BigInteger getDaysOfWeek()
BigIntegerpublic void setDaysOfWeek(BigInteger value)
value - allowed object is
BigIntegerpublic BigInteger getMonthItem()
BigIntegerpublic void setMonthItem(BigInteger value)
value - allowed object is
BigIntegerpublic BigInteger getMonthPosition()
BigIntegerpublic void setMonthPosition(BigInteger value)
value - allowed object is
BigIntegerpublic BigInteger getMonth()
BigIntegerpublic void setMonth(BigInteger value)
value - allowed object is
BigIntegerpublic BigInteger getMonthDay()
BigIntegerpublic void setMonthDay(BigInteger value)
value - allowed object is
BigIntegerpublic Boolean isDayWorking()
Stringpublic void setDayWorking(Boolean value)
value - allowed object is
Stringpublic Project.Calendars.Calendar.Exceptions.Exception.WorkingTimes getWorkingTimes()
Project.Calendars.Calendar.Exceptions.Exception.WorkingTimespublic void setWorkingTimes(Project.Calendars.Calendar.Exceptions.Exception.WorkingTimes value)
value - allowed object is
Project.Calendars.Calendar.Exceptions.Exception.WorkingTimesCopyright © 2000–2025 MPXJ. All rights reserved.