public interface TimerScheduleType
The following features are supported:
EjbJar31Package.getTimerScheduleType()| Modifier and Type | Method and Description |
|---|---|
String |
getDayOfMonth()
Returns the value of the 'Day Of Month' containment reference.
|
String |
getDayOfWeek()
Returns the value of the 'Day Of Week' containment reference.
|
String |
getHour()
Returns the value of the 'Hour' containment reference.
|
java.lang.String |
getId()
Returns the value of the 'Id' attribute.
|
String |
getMinute()
Returns the value of the 'Minute' containment reference.
|
String |
getMonth()
Returns the value of the 'Month' containment reference.
|
String |
getSecond()
Returns the value of the 'Second' containment reference.
|
String |
getYear()
Returns the value of the 'Year' containment reference.
|
void |
setDayOfMonth(String value)
Sets the value of the '
Day Of Month' containment reference. |
void |
setDayOfWeek(String value)
Sets the value of the '
Day Of Week' containment reference. |
void |
setHour(String value)
Sets the value of the '
Hour' containment reference. |
void |
setId(java.lang.String value)
Sets the value of the '
Id' attribute. |
void |
setMinute(String value)
Sets the value of the '
Minute' containment reference. |
void |
setMonth(String value)
Sets the value of the '
Month' containment reference. |
void |
setSecond(String value)
Sets the value of the '
Second' containment reference. |
void |
setYear(String value)
Sets the value of the '
Year' containment reference. |
String getSecond()
If the meaning of the 'Second' containment reference isn't clear, there really should be more of a description here...
setSecond(org.eclipse.modisco.jee.ejbjar.EjbJar31.String),
EjbJar31Package.getTimerScheduleType_Second()void setSecond(String value)
Second' containment reference.
value - the new value of the 'Second' containment reference.getSecond()String getMinute()
If the meaning of the 'Minute' containment reference isn't clear, there really should be more of a description here...
setMinute(org.eclipse.modisco.jee.ejbjar.EjbJar31.String),
EjbJar31Package.getTimerScheduleType_Minute()void setMinute(String value)
Minute' containment reference.
value - the new value of the 'Minute' containment reference.getMinute()String getHour()
If the meaning of the 'Hour' containment reference isn't clear, there really should be more of a description here...
setHour(org.eclipse.modisco.jee.ejbjar.EjbJar31.String),
EjbJar31Package.getTimerScheduleType_Hour()void setHour(String value)
Hour' containment reference.
value - the new value of the 'Hour' containment reference.getHour()String getDayOfMonth()
If the meaning of the 'Day Of Month' containment reference isn't clear, there really should be more of a description here...
setDayOfMonth(org.eclipse.modisco.jee.ejbjar.EjbJar31.String),
EjbJar31Package.getTimerScheduleType_DayOfMonth()void setDayOfMonth(String value)
Day Of Month' containment reference.
value - the new value of the 'Day Of Month' containment reference.getDayOfMonth()String getMonth()
If the meaning of the 'Month' containment reference isn't clear, there really should be more of a description here...
setMonth(org.eclipse.modisco.jee.ejbjar.EjbJar31.String),
EjbJar31Package.getTimerScheduleType_Month()void setMonth(String value)
Month' containment reference.
value - the new value of the 'Month' containment reference.getMonth()String getDayOfWeek()
If the meaning of the 'Day Of Week' containment reference isn't clear, there really should be more of a description here...
setDayOfWeek(org.eclipse.modisco.jee.ejbjar.EjbJar31.String),
EjbJar31Package.getTimerScheduleType_DayOfWeek()void setDayOfWeek(String value)
Day Of Week' containment reference.
value - the new value of the 'Day Of Week' containment reference.getDayOfWeek()String getYear()
If the meaning of the 'Year' containment reference isn't clear, there really should be more of a description here...
setYear(org.eclipse.modisco.jee.ejbjar.EjbJar31.String),
EjbJar31Package.getTimerScheduleType_Year()void setYear(String value)
Year' containment reference.
value - the new value of the 'Year' containment reference.getYear()java.lang.String getId()
If the meaning of the 'Id' attribute isn't clear, there really should be more of a description here...
setId(String),
EjbJar31Package.getTimerScheduleType_Id()