public interface TimerScheduleType<T> extends Child<T>
timer-scheduleType
xsd typeModifier 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 |
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> |
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> |
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 second
TimerScheduleType
String getSecond()
second
elementsecond
TimerScheduleType<T> removeSecond()
second
elementTimerScheduleType
TimerScheduleType<T> minute(String minute)
minute
elementminute
- the value for the element minute
TimerScheduleType
String getMinute()
minute
elementminute
TimerScheduleType<T> removeMinute()
minute
elementTimerScheduleType
TimerScheduleType<T> hour(String hour)
hour
elementhour
- the value for the element hour
TimerScheduleType
String getHour()
hour
elementhour
TimerScheduleType<T> removeHour()
hour
elementTimerScheduleType
TimerScheduleType<T> dayOfMonth(String dayOfMonth)
day-of-month
elementdayOfMonth
- the value for the element day-of-month
TimerScheduleType
String getDayOfMonth()
day-of-month
elementday-of-month
TimerScheduleType<T> removeDayOfMonth()
day-of-month
elementTimerScheduleType
TimerScheduleType<T> month(String month)
month
elementmonth
- the value for the element month
TimerScheduleType
String getMonth()
month
elementmonth
TimerScheduleType<T> removeMonth()
month
elementTimerScheduleType
TimerScheduleType<T> dayOfWeek(String dayOfWeek)
day-of-week
elementdayOfWeek
- the value for the element day-of-week
TimerScheduleType
String getDayOfWeek()
day-of-week
elementday-of-week
TimerScheduleType<T> removeDayOfWeek()
day-of-week
elementTimerScheduleType
TimerScheduleType<T> year(String year)
year
elementyear
- the value for the element year
TimerScheduleType
String getYear()
year
elementyear
TimerScheduleType<T> removeYear()
year
elementTimerScheduleType
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All rights reserved.