|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.shrinkwrap.descriptor.impl.ejbjar31.TimerScheduleTypeImpl<T>
public class TimerScheduleTypeImpl<T>
This class implements the timer-scheduleType
xsd type
Constructor Summary | |
---|---|
TimerScheduleTypeImpl(T t,
java.lang.String nodeName,
org.jboss.shrinkwrap.descriptor.spi.Node node)
|
|
TimerScheduleTypeImpl(T t,
java.lang.String nodeName,
org.jboss.shrinkwrap.descriptor.spi.Node node,
org.jboss.shrinkwrap.descriptor.spi.Node childNode)
|
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. |
T |
up()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TimerScheduleTypeImpl(T t, java.lang.String nodeName, org.jboss.shrinkwrap.descriptor.spi.Node node)
public TimerScheduleTypeImpl(T t, java.lang.String nodeName, org.jboss.shrinkwrap.descriptor.spi.Node node, org.jboss.shrinkwrap.descriptor.spi.Node childNode)
Method Detail |
---|
public T up()
up
in interface org.jboss.shrinkwrap.descriptor.api.Child<T>
public 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.
setSecond
in interface TimerScheduleType<T>
TimerScheduleType
public TimerScheduleType<T> removeSecond()
second
element
removeSecond
in interface TimerScheduleType<T>
TimerScheduleType
public java.lang.String getSecond()
second
element
getSecond
in interface TimerScheduleType<T>
second
public 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.
setMinute
in interface TimerScheduleType<T>
TimerScheduleType
public TimerScheduleType<T> removeMinute()
minute
element
removeMinute
in interface TimerScheduleType<T>
TimerScheduleType
public java.lang.String getMinute()
minute
element
getMinute
in interface TimerScheduleType<T>
minute
public 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.
setHour
in interface TimerScheduleType<T>
TimerScheduleType
public TimerScheduleType<T> removeHour()
hour
element
removeHour
in interface TimerScheduleType<T>
TimerScheduleType
public java.lang.String getHour()
hour
element
getHour
in interface TimerScheduleType<T>
hour
public 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.
setDayOfMonth
in interface TimerScheduleType<T>
TimerScheduleType
public TimerScheduleType<T> removeDayOfMonth()
day-of-month
element
removeDayOfMonth
in interface TimerScheduleType<T>
TimerScheduleType
public java.lang.String getDayOfMonth()
day-of-month
element
getDayOfMonth
in interface TimerScheduleType<T>
day-of-month
public 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.
setMonth
in interface TimerScheduleType<T>
TimerScheduleType
public TimerScheduleType<T> removeMonth()
month
element
removeMonth
in interface TimerScheduleType<T>
TimerScheduleType
public java.lang.String getMonth()
month
element
getMonth
in interface TimerScheduleType<T>
month
public 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.
setDayOfWeek
in interface TimerScheduleType<T>
TimerScheduleType
public TimerScheduleType<T> removeDayOfWeek()
day-of-week
element
removeDayOfWeek
in interface TimerScheduleType<T>
TimerScheduleType
public java.lang.String getDayOfWeek()
day-of-week
element
getDayOfWeek
in interface TimerScheduleType<T>
day-of-week
public 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.
setYear
in interface TimerScheduleType<T>
TimerScheduleType
public TimerScheduleType<T> removeYear()
year
element
removeYear
in interface TimerScheduleType<T>
TimerScheduleType
public java.lang.String getYear()
year
element
getYear
in interface TimerScheduleType<T>
year
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |