public class ScheduleSettings extends Object
Java class for ScheduleSettings complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ScheduleSettings">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Schedule" type="{http://Checkmarx.com}ScheduleType"/>
<element name="ScheduledDays" type="{http://Checkmarx.com}ArrayOfDayOfWeek" minOccurs="0"/>
<element name="Time" type="{http://Checkmarx.com}CxDateTime" minOccurs="0"/>
<element name="StartSchedulingPeriod" type="{http://Checkmarx.com}CxDateTime" minOccurs="0"/>
<element name="EndSchedulingPeriod" type="{http://Checkmarx.com}CxDateTime" minOccurs="0"/>
<element name="SchedulingFrequency" type="{http://www.w3.org/2001/XMLSchema}int"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CxDateTime |
endSchedulingPeriod |
protected ScheduleType |
schedule |
protected ArrayOfDayOfWeek |
scheduledDays |
protected int |
schedulingFrequency |
protected CxDateTime |
startSchedulingPeriod |
protected CxDateTime |
time |
| Constructor and Description |
|---|
ScheduleSettings() |
| Modifier and Type | Method and Description |
|---|---|
CxDateTime |
getEndSchedulingPeriod()
Gets the value of the endSchedulingPeriod property.
|
ScheduleType |
getSchedule()
Gets the value of the schedule property.
|
ArrayOfDayOfWeek |
getScheduledDays()
Gets the value of the scheduledDays property.
|
int |
getSchedulingFrequency()
Gets the value of the schedulingFrequency property.
|
CxDateTime |
getStartSchedulingPeriod()
Gets the value of the startSchedulingPeriod property.
|
CxDateTime |
getTime()
Gets the value of the time property.
|
void |
setEndSchedulingPeriod(CxDateTime value)
Sets the value of the endSchedulingPeriod property.
|
void |
setSchedule(ScheduleType value)
Sets the value of the schedule property.
|
void |
setScheduledDays(ArrayOfDayOfWeek value)
Sets the value of the scheduledDays property.
|
void |
setSchedulingFrequency(int value)
Sets the value of the schedulingFrequency property.
|
void |
setStartSchedulingPeriod(CxDateTime value)
Sets the value of the startSchedulingPeriod property.
|
void |
setTime(CxDateTime value)
Sets the value of the time property.
|
protected ScheduleType schedule
protected ArrayOfDayOfWeek scheduledDays
protected CxDateTime time
protected CxDateTime startSchedulingPeriod
protected CxDateTime endSchedulingPeriod
protected int schedulingFrequency
public ScheduleType getSchedule()
ScheduleTypepublic void setSchedule(ScheduleType value)
value - allowed object is
ScheduleTypepublic ArrayOfDayOfWeek getScheduledDays()
ArrayOfDayOfWeekpublic void setScheduledDays(ArrayOfDayOfWeek value)
value - allowed object is
ArrayOfDayOfWeekpublic CxDateTime getTime()
CxDateTimepublic void setTime(CxDateTime value)
value - allowed object is
CxDateTimepublic CxDateTime getStartSchedulingPeriod()
CxDateTimepublic void setStartSchedulingPeriod(CxDateTime value)
value - allowed object is
CxDateTimepublic CxDateTime getEndSchedulingPeriod()
CxDateTimepublic void setEndSchedulingPeriod(CxDateTime value)
value - allowed object is
CxDateTimepublic int getSchedulingFrequency()
public void setSchedulingFrequency(int value)
Copyright © 2020. All rights reserved.