public static class Document.Calendars.Calendar 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="UID" type="{http://www.w3.org/2001/XMLSchema}int"/> <element name="Name" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="NameU" type="{http://www.w3.org/2001/XMLSchema}anyType"/> <element name="IsBaseCalendar" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="BaseCalendarUID" type="{http://www.w3.org/2001/XMLSchema}int"/> <element name="IsTemplateCalendar" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="MachineInfo" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="WeekDays"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="WeekDay" maxOccurs="unbounded"> <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> </element> </sequence> </restriction> </complexContent> </complexType> </element> <element name="Exceptions"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Exception" maxOccurs="unbounded"> <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> </element> </sequence> </restriction> </complexContent> </complexType> </element> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Class and Description |
---|---|
static class |
Document.Calendars.Calendar.Exceptions
Java class for anonymous complex type.
|
static class |
Document.Calendars.Calendar.WeekDays
Java class for anonymous complex type.
|
Modifier and Type | Field and Description |
---|---|
protected Integer |
baseCalendarUID |
protected Document.Calendars.Calendar.Exceptions |
exceptions |
protected Boolean |
isBaseCalendar |
protected Boolean |
isTemplateCalendar |
protected String |
machineInfo |
protected String |
name |
protected Object |
nameU |
protected Integer |
uid |
protected Document.Calendars.Calendar.WeekDays |
weekDays |
Constructor and Description |
---|
Calendar() |
Modifier and Type | Method and Description |
---|---|
Integer |
getBaseCalendarUID()
Gets the value of the baseCalendarUID property.
|
Document.Calendars.Calendar.Exceptions |
getExceptions()
Gets the value of the exceptions property.
|
String |
getMachineInfo()
Gets the value of the machineInfo property.
|
String |
getName()
Gets the value of the name property.
|
Object |
getNameU()
Gets the value of the nameU property.
|
Integer |
getUID()
Gets the value of the uid property.
|
Document.Calendars.Calendar.WeekDays |
getWeekDays()
Gets the value of the weekDays property.
|
Boolean |
isIsBaseCalendar()
Gets the value of the isBaseCalendar property.
|
Boolean |
isIsTemplateCalendar()
Gets the value of the isTemplateCalendar property.
|
void |
setBaseCalendarUID(Integer value)
Sets the value of the baseCalendarUID property.
|
void |
setExceptions(Document.Calendars.Calendar.Exceptions value)
Sets the value of the exceptions property.
|
void |
setIsBaseCalendar(Boolean value)
Sets the value of the isBaseCalendar property.
|
void |
setIsTemplateCalendar(Boolean value)
Sets the value of the isTemplateCalendar property.
|
void |
setMachineInfo(String value)
Sets the value of the machineInfo property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setNameU(Object value)
Sets the value of the nameU property.
|
void |
setUID(Integer value)
Sets the value of the uid property.
|
void |
setWeekDays(Document.Calendars.Calendar.WeekDays value)
Sets the value of the weekDays property.
|
protected Integer uid
protected String name
protected Object nameU
protected Boolean isBaseCalendar
protected Integer baseCalendarUID
protected Boolean isTemplateCalendar
protected String machineInfo
protected Document.Calendars.Calendar.WeekDays weekDays
protected Document.Calendars.Calendar.Exceptions exceptions
public Integer getUID()
String
public void setUID(Integer value)
value
- allowed object is
String
public String getName()
String
public void setName(String value)
value
- allowed object is
String
public Object getNameU()
Object
public void setNameU(Object value)
value
- allowed object is
Object
public Boolean isIsBaseCalendar()
String
public void setIsBaseCalendar(Boolean value)
value
- allowed object is
String
public Integer getBaseCalendarUID()
String
public void setBaseCalendarUID(Integer value)
value
- allowed object is
String
public Boolean isIsTemplateCalendar()
String
public void setIsTemplateCalendar(Boolean value)
value
- allowed object is
String
public String getMachineInfo()
String
public void setMachineInfo(String value)
value
- allowed object is
String
public Document.Calendars.Calendar.WeekDays getWeekDays()
Document.Calendars.Calendar.WeekDays
public void setWeekDays(Document.Calendars.Calendar.WeekDays value)
value
- allowed object is
Document.Calendars.Calendar.WeekDays
public Document.Calendars.Calendar.Exceptions getExceptions()
Document.Calendars.Calendar.Exceptions
public void setExceptions(Document.Calendars.Calendar.Exceptions value)
value
- allowed object is
Document.Calendars.Calendar.Exceptions
Copyright © 2000–2025 MPXJ. All rights reserved.