public class TimerSchedule extends Object
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>
| Modifier and Type | Field and Description |
|---|---|
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 and Description |
|---|
TimerSchedule() |
| Modifier and Type | Method and Description |
|---|---|
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) |
protected String second
protected String minute
protected String hour
protected String dayOfMonth
protected String month
protected String dayOfWeek
protected String year
protected String id
public String getSecond()
public void setSecond(String value)
public String getMinute()
public void setMinute(String value)
public String getHour()
public void setHour(String value)
public String getDayOfMonth()
public void setDayOfMonth(String value)
public String getMonth()
public void setMonth(String value)
public String getDayOfWeek()
public void setDayOfWeek(String value)
public String getYear()
public void setYear(String value)
public String getId()
public void setId(String value)
Copyright © 1999–2014 The Apache Software Foundation. All rights reserved.