ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

org.jboss.shrinkwrap.descriptor.api.ejbjar31
Interface TimerScheduleType<T>

All Superinterfaces:
Child<T>

public interface TimerScheduleType<T>
extends Child<T>

This interface defines the contract for the timer-scheduleType xsd type

Since:
Generation date :2012-05-09T23:45:05.33-07:00
Author:
Ralf Battenfeld, Andrew Lee Rubinger

Method Summary
 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
 
Methods inherited from interface org.jboss.shrinkwrap.descriptor.api.Child
up
 

Method Detail

second

TimerScheduleType<T> second(String second)
Sets the second element

Parameters:
second - the value for the element second
Returns:
the current instance of TimerScheduleType

getSecond

String getSecond()
Returns the second element

Returns:
the node defined for the element second

removeSecond

TimerScheduleType<T> removeSecond()
Removes the second element

Returns:
the current instance of TimerScheduleType

minute

TimerScheduleType<T> minute(String minute)
Sets the minute element

Parameters:
minute - the value for the element minute
Returns:
the current instance of TimerScheduleType

getMinute

String getMinute()
Returns the minute element

Returns:
the node defined for the element minute

removeMinute

TimerScheduleType<T> removeMinute()
Removes the minute element

Returns:
the current instance of TimerScheduleType

hour

TimerScheduleType<T> hour(String hour)
Sets the hour element

Parameters:
hour - the value for the element hour
Returns:
the current instance of TimerScheduleType

getHour

String getHour()
Returns the hour element

Returns:
the node defined for the element hour

removeHour

TimerScheduleType<T> removeHour()
Removes the hour element

Returns:
the current instance of TimerScheduleType

dayOfMonth

TimerScheduleType<T> dayOfMonth(String dayOfMonth)
Sets the day-of-month element

Parameters:
dayOfMonth - the value for the element day-of-month
Returns:
the current instance of TimerScheduleType

getDayOfMonth

String getDayOfMonth()
Returns the day-of-month element

Returns:
the node defined for the element day-of-month

removeDayOfMonth

TimerScheduleType<T> removeDayOfMonth()
Removes the day-of-month element

Returns:
the current instance of TimerScheduleType

month

TimerScheduleType<T> month(String month)
Sets the month element

Parameters:
month - the value for the element month
Returns:
the current instance of TimerScheduleType

getMonth

String getMonth()
Returns the month element

Returns:
the node defined for the element month

removeMonth

TimerScheduleType<T> removeMonth()
Removes the month element

Returns:
the current instance of TimerScheduleType

dayOfWeek

TimerScheduleType<T> dayOfWeek(String dayOfWeek)
Sets the day-of-week element

Parameters:
dayOfWeek - the value for the element day-of-week
Returns:
the current instance of TimerScheduleType

getDayOfWeek

String getDayOfWeek()
Returns the day-of-week element

Returns:
the node defined for the element day-of-week

removeDayOfWeek

TimerScheduleType<T> removeDayOfWeek()
Removes the day-of-week element

Returns:
the current instance of TimerScheduleType

year

TimerScheduleType<T> year(String year)
Sets the year element

Parameters:
year - the value for the element year
Returns:
the current instance of TimerScheduleType

getYear

String getYear()
Returns the year element

Returns:
the node defined for the element year

removeYear

TimerScheduleType<T> removeYear()
Removes the year element

Returns:
the current instance of TimerScheduleType

ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.