Class CronScheduleType
java.lang.Object
com.tremolosecurity.config.xml.CronScheduleType
Jobs are scheduled using Cron syntax
Java class for cronScheduleType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="cronScheduleType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="seconds" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="minutes" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="hours" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="dayOfMonth" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="month" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="dayOfWeek" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="year" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the dayOfMonth property.Gets the value of the dayOfWeek property.getHours()
Gets the value of the hours property.Gets the value of the minutes property.getMonth()
Gets the value of the month property.Gets the value of the seconds property.getYear()
Gets the value of the year property.void
setDayOfMonth
(String value) Sets the value of the dayOfMonth property.void
setDayOfWeek
(String value) Sets the value of the dayOfWeek property.void
Sets the value of the hours property.void
setMinutes
(String value) Sets the value of the minutes property.void
Sets the value of the month property.void
setSeconds
(String value) Sets the value of the seconds property.void
Sets the value of the year property.
-
Field Details
-
seconds
-
minutes
-
hours
-
dayOfMonth
-
month
-
dayOfWeek
-
year
-
-
Constructor Details
-
CronScheduleType
public CronScheduleType()
-
-
Method Details
-
getSeconds
-
setSeconds
-
getMinutes
-
setMinutes
-
getHours
-
setHours
-
getDayOfMonth
-
setDayOfMonth
-
getMonth
-
setMonth
-
getDayOfWeek
-
setDayOfWeek
-
getYear
-
setYear
-