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
Fields -
Constructor Summary
Constructors -
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.voidsetDayOfMonth(String value) Sets the value of the dayOfMonth property.voidsetDayOfWeek(String value) Sets the value of the dayOfWeek property.voidSets the value of the hours property.voidsetMinutes(String value) Sets the value of the minutes property.voidSets the value of the month property.voidsetSeconds(String value) Sets the value of the seconds property.voidSets 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
-