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="ID" type="{http://www.w3.org/2001/XMLSchema}int"/> <element name="BaseCalendarID" type="{http://www.w3.org/2001/XMLSchema}int"/> <element name="Name" 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" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Day"> <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"/> </restriction> </simpleType> </element> <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> </element> </sequence> </restriction> </complexContent> </complexType> </element> <element name="ExceptedDays"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="ExceptedDay" maxOccurs="unbounded" minOccurs="0"> <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> </element> </sequence> </restriction> </complexContent> </complexType> </element> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Class and Description |
---|---|
static class |
Document.Calendars.Calendar.ExceptedDays
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 |
baseCalendarID |
protected Document.Calendars.Calendar.ExceptedDays |
exceptedDays |
protected Integer |
id |
protected String |
name |
protected Document.Calendars.Calendar.WeekDays |
weekDays |
Constructor and Description |
---|
Calendar() |
Modifier and Type | Method and Description |
---|---|
Integer |
getBaseCalendarID()
Gets the value of the baseCalendarID property.
|
Document.Calendars.Calendar.ExceptedDays |
getExceptedDays()
Gets the value of the exceptedDays property.
|
Integer |
getID()
Gets the value of the id property.
|
String |
getName()
Gets the value of the name property.
|
Document.Calendars.Calendar.WeekDays |
getWeekDays()
Gets the value of the weekDays property.
|
void |
setBaseCalendarID(Integer value)
Sets the value of the baseCalendarID property.
|
void |
setExceptedDays(Document.Calendars.Calendar.ExceptedDays value)
Sets the value of the exceptedDays property.
|
void |
setID(Integer value)
Sets the value of the id property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setWeekDays(Document.Calendars.Calendar.WeekDays value)
Sets the value of the weekDays property.
|
protected Integer id
protected Integer baseCalendarID
protected String name
protected Document.Calendars.Calendar.WeekDays weekDays
protected Document.Calendars.Calendar.ExceptedDays exceptedDays
public void setID(Integer value)
value
- allowed object is
String
public Integer getBaseCalendarID()
String
public void setBaseCalendarID(Integer value)
value
- allowed object is
String
public String getName()
String
public void setName(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.ExceptedDays getExceptedDays()
Document.Calendars.Calendar.ExceptedDays
public void setExceptedDays(Document.Calendars.Calendar.ExceptedDays value)
value
- allowed object is
Document.Calendars.Calendar.ExceptedDays
Copyright © 2000–2024 Packwood Software. All rights reserved.