ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

Uses of Interface
org.jboss.shrinkwrap.descriptor.api.ejbjar31.TimerScheduleType

Packages that use TimerScheduleType
org.jboss.shrinkwrap.descriptor.api.ejbjar31 Provides the interfaces and enumeration types as defined in the schema 
 

Uses of TimerScheduleType in org.jboss.shrinkwrap.descriptor.api.ejbjar31
 

Methods in org.jboss.shrinkwrap.descriptor.api.ejbjar31 that return TimerScheduleType
 TimerScheduleType<T> TimerScheduleType.dayOfMonth(String dayOfMonth)
          Sets the day-of-month element
 TimerScheduleType<T> TimerScheduleType.dayOfWeek(String dayOfWeek)
          Sets the day-of-week element
 TimerScheduleType<TimerType<T>> TimerType.getOrCreateSchedule()
          If not already created, a new schedule element with the given value will be created.
 TimerScheduleType<T> TimerScheduleType.hour(String hour)
          Sets the hour element
 TimerScheduleType<T> TimerScheduleType.minute(String minute)
          Sets the minute element
 TimerScheduleType<T> TimerScheduleType.month(String month)
          Sets the month element
 TimerScheduleType<T> TimerScheduleType.removeDayOfMonth()
          Removes the day-of-month element
 TimerScheduleType<T> TimerScheduleType.removeDayOfWeek()
          Removes the day-of-week element
 TimerScheduleType<T> TimerScheduleType.removeHour()
          Removes the hour element
 TimerScheduleType<T> TimerScheduleType.removeMinute()
          Removes the minute element
 TimerScheduleType<T> TimerScheduleType.removeMonth()
          Removes the month element
 TimerScheduleType<T> TimerScheduleType.removeSecond()
          Removes the second element
 TimerScheduleType<T> TimerScheduleType.removeYear()
          Removes the year element
 TimerScheduleType<T> TimerScheduleType.second(String second)
          Sets the second element
 TimerScheduleType<T> TimerScheduleType.year(String year)
          Sets the year element
 


ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

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