|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TimerScheduleType<T>
This interface defines the contract for the timer-scheduleType
xsd type
Method Summary | |
---|---|
java.lang.String |
getDayOfMonth()
Returns the day-of-month element |
java.lang.String |
getDayOfWeek()
Returns the day-of-week element |
java.lang.String |
getHour()
Returns the hour element |
java.lang.String |
getMinute()
Returns the minute element |
java.lang.String |
getMonth()
Returns the month element |
java.lang.String |
getSecond()
Returns the second element |
java.lang.String |
getYear()
Returns the year 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> |
setDayOfMonth(java.lang.String dayOfMonth)
If not already created, a new day-of-month element with the given value will be created. |
TimerScheduleType<T> |
setDayOfWeek(java.lang.String dayOfWeek)
If not already created, a new day-of-week element with the given value will be created. |
TimerScheduleType<T> |
setHour(java.lang.String hour)
If not already created, a new hour element with the given value will be created. |
TimerScheduleType<T> |
setMinute(java.lang.String minute)
If not already created, a new minute element with the given value will be created. |
TimerScheduleType<T> |
setMonth(java.lang.String month)
If not already created, a new month element with the given value will be created. |
TimerScheduleType<T> |
setSecond(java.lang.String second)
If not already created, a new second element with the given value will be created. |
TimerScheduleType<T> |
setYear(java.lang.String year)
If not already created, a new year element with the given value will be created. |
Methods inherited from interface org.jboss.shrinkwrap.descriptor.api.Child |
---|
up |
Method Detail |
---|
TimerScheduleType<T> setSecond(java.lang.String second)
second
element with the given value will be created.
Otherwise, the existing second
element will be updated with the given value.
TimerScheduleType
TimerScheduleType<T> removeSecond()
second
element
TimerScheduleType
java.lang.String getSecond()
second
element
second
TimerScheduleType<T> setMinute(java.lang.String minute)
minute
element with the given value will be created.
Otherwise, the existing minute
element will be updated with the given value.
TimerScheduleType
TimerScheduleType<T> removeMinute()
minute
element
TimerScheduleType
java.lang.String getMinute()
minute
element
minute
TimerScheduleType<T> setHour(java.lang.String hour)
hour
element with the given value will be created.
Otherwise, the existing hour
element will be updated with the given value.
TimerScheduleType
TimerScheduleType<T> removeHour()
hour
element
TimerScheduleType
java.lang.String getHour()
hour
element
hour
TimerScheduleType<T> setDayOfMonth(java.lang.String dayOfMonth)
day-of-month
element with the given value will be created.
Otherwise, the existing day-of-month
element will be updated with the given value.
TimerScheduleType
TimerScheduleType<T> removeDayOfMonth()
day-of-month
element
TimerScheduleType
java.lang.String getDayOfMonth()
day-of-month
element
day-of-month
TimerScheduleType<T> setMonth(java.lang.String month)
month
element with the given value will be created.
Otherwise, the existing month
element will be updated with the given value.
TimerScheduleType
TimerScheduleType<T> removeMonth()
month
element
TimerScheduleType
java.lang.String getMonth()
month
element
month
TimerScheduleType<T> setDayOfWeek(java.lang.String dayOfWeek)
day-of-week
element with the given value will be created.
Otherwise, the existing day-of-week
element will be updated with the given value.
TimerScheduleType
TimerScheduleType<T> removeDayOfWeek()
day-of-week
element
TimerScheduleType
java.lang.String getDayOfWeek()
day-of-week
element
day-of-week
TimerScheduleType<T> setYear(java.lang.String year)
year
element with the given value will be created.
Otherwise, the existing year
element will be updated with the given value.
TimerScheduleType
TimerScheduleType<T> removeYear()
year
element
TimerScheduleType
java.lang.String getYear()
year
element
year
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |