org.apache.openejb.jee
Class TimerSchedule
java.lang.Object
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>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
TimerSchedule
public TimerSchedule()
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-2013 The Apache Software Foundation. All Rights Reserved.