
public interface TimerScheduleType<T> extends Child<T>, JavaeeTimerScheduleCommonType<T,TimerScheduleType<T>>
timer-scheduleType xsd type| Modifier and Type | Method and Description |
|---|---|
TimerScheduleType<T> |
dayOfMonth(String dayOfMonth)
Sets the
day-of-month element |
TimerScheduleType<T> |
dayOfWeek(String dayOfWeek)
Sets the
day-of-week element |
String |
getDayOfMonth()
Returns the
day-of-month element |
String |
getDayOfWeek()
Returns the
day-of-week element |
String |
getHour()
Returns the
hour element |
String |
getId()
Returns the
id attribute |
String |
getMinute()
Returns the
minute element |
String |
getMonth()
Returns the
month element |
String |
getSecond()
Returns the
second element |
String |
getYear()
Returns the
year element |
TimerScheduleType<T> |
hour(String hour)
Sets the
hour element |
TimerScheduleType<T> |
id(String id)
Sets the
id attribute |
TimerScheduleType<T> |
minute(String minute)
Sets the
minute element |
TimerScheduleType<T> |
month(String month)
Sets the
month element |
TimerScheduleType<T> |
removeDayOfMonth()
Removes the
day-of-month element |
TimerScheduleType<T> |
removeDayOfWeek()
Removes the
day-of-week element |
TimerScheduleType<T> |
removeHour()
Removes the
hour element |
TimerScheduleType<T> |
removeId()
Removes the
id attribute |
TimerScheduleType<T> |
removeMinute()
Removes the
minute element |
TimerScheduleType<T> |
removeMonth()
Removes the
month element |
TimerScheduleType<T> |
removeSecond()
Removes the
second element |
TimerScheduleType<T> |
removeYear()
Removes the
year element |
TimerScheduleType<T> |
second(String second)
Sets the
second element |
TimerScheduleType<T> |
year(String year)
Sets the
year element |
TimerScheduleType<T> second(String second)
second elementsecond - the value for the element secondTimerScheduleTypeString getSecond()
second elementsecondTimerScheduleType<T> removeSecond()
second elementTimerScheduleTypeTimerScheduleType<T> minute(String minute)
minute elementminute - the value for the element minuteTimerScheduleTypeString getMinute()
minute elementminuteTimerScheduleType<T> removeMinute()
minute elementTimerScheduleTypeTimerScheduleType<T> hour(String hour)
hour elementhour - the value for the element hourTimerScheduleTypeString getHour()
hour elementhourTimerScheduleType<T> removeHour()
hour elementTimerScheduleTypeTimerScheduleType<T> dayOfMonth(String dayOfMonth)
day-of-month elementdayOfMonth - the value for the element day-of-monthTimerScheduleTypeString getDayOfMonth()
day-of-month elementday-of-monthTimerScheduleType<T> removeDayOfMonth()
day-of-month elementTimerScheduleTypeTimerScheduleType<T> month(String month)
month elementmonth - the value for the element monthTimerScheduleTypeString getMonth()
month elementmonthTimerScheduleType<T> removeMonth()
month elementTimerScheduleTypeTimerScheduleType<T> dayOfWeek(String dayOfWeek)
day-of-week elementdayOfWeek - the value for the element day-of-weekTimerScheduleTypeString getDayOfWeek()
day-of-week elementday-of-weekTimerScheduleType<T> removeDayOfWeek()
day-of-week elementTimerScheduleTypeTimerScheduleType<T> year(String year)
year elementyear - the value for the element yearTimerScheduleTypeString getYear()
year elementyearTimerScheduleType<T> removeYear()
year elementTimerScheduleTypeTimerScheduleType<T> id(String id)
id attributeid - the value for the attribute idTimerScheduleTypeString getId()
id attributeidTimerScheduleType<T> removeId()
id attributeTimerScheduleTypeCopyright © 2025 JBoss by Red Hat. All rights reserved.