org.apache.openejb.jee
Class TimerSchedule

java.lang.Object
  extended by org.apache.openejb.jee.TimerSchedule

public class TimerSchedule
extends Object

ejb-jar_3_1.xsd

Java class for timer-scheduleType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="timer-scheduleType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="second" type="{http://java.sun.com/xml/ns/javaee}string" minOccurs="0"/>
         <element name="minute" type="{http://java.sun.com/xml/ns/javaee}string" minOccurs="0"/>
         <element name="hour" type="{http://java.sun.com/xml/ns/javaee}string" minOccurs="0"/>
         <element name="day-of-month" type="{http://java.sun.com/xml/ns/javaee}string" minOccurs="0"/>
         <element name="month" type="{http://java.sun.com/xml/ns/javaee}string" minOccurs="0"/>
         <element name="day-of-week" type="{http://java.sun.com/xml/ns/javaee}string" minOccurs="0"/>
         <element name="year" type="{http://java.sun.com/xml/ns/javaee}string" minOccurs="0"/>
       </sequence>
       <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  String dayOfMonth
           
protected  String dayOfWeek
           
protected  String hour
           
protected  String id
           
protected  String minute
           
protected  String month
           
protected  String second
           
protected  String year
           
 
Constructor Summary
TimerSchedule()
           
 
Method Summary
 String getDayOfMonth()
           
 String getDayOfWeek()
           
 String getHour()
           
 String getId()
           
 String getMinute()
           
 String getMonth()
           
 String getSecond()
           
 String getYear()
           
 void setDayOfMonth(String value)
           
 void setDayOfWeek(String value)
           
 void setHour(String value)
           
 void setId(String value)
           
 void setMinute(String value)
           
 void setMonth(String value)
           
 void setSecond(String value)
           
 void setYear(String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

second

protected String second

minute

protected String minute

hour

protected String hour

dayOfMonth

protected String dayOfMonth

month

protected String month

dayOfWeek

protected String dayOfWeek

year

protected String year

id

protected String id
Constructor Detail

TimerSchedule

public TimerSchedule()
Method Detail

getSecond

public String getSecond()

setSecond

public void setSecond(String value)

getMinute

public String getMinute()

setMinute

public void setMinute(String value)

getHour

public String getHour()

setHour

public void setHour(String value)

getDayOfMonth

public String getDayOfMonth()

setDayOfMonth

public void setDayOfMonth(String value)

getMonth

public String getMonth()

setMonth

public void setMonth(String value)

getDayOfWeek

public String getDayOfWeek()

setDayOfWeek

public void setDayOfWeek(String value)

getYear

public String getYear()

setYear

public void setYear(String value)

getId

public String getId()

setId

public void setId(String value)


Copyright © 1999-2011 The Apache Software Foundation. All Rights Reserved.