public interface Schedule
| Modifier and Type | Interface and Description |
|---|---|
static class |
Schedule.LeafIdentifier
Identify the leaf of Schedule.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
isLeafValueSet(Schedule.LeafIdentifier leaf)
Checks if the leaf value is set.
|
String |
repeatInterval()
Returns the attribute repeatInterval.
|
void |
repeatInterval(String repeatInterval)
Sets the attribute repeatInterval.
|
String |
scheduleDuration()
Returns the attribute scheduleDuration.
|
void |
scheduleDuration(String scheduleDuration)
Sets the attribute scheduleDuration.
|
long |
scheduleId()
Returns the attribute scheduleId.
|
void |
scheduleId(long scheduleId)
Sets the attribute scheduleId.
|
DateAndTime |
start()
Returns the attribute start.
|
void |
start(DateAndTime start)
Sets the attribute start.
|
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
long scheduleId()
DateAndTime start()
String scheduleDuration()
String repeatInterval()
BitSet valueLeafFlags()
void scheduleId(long scheduleId)
scheduleId - value of scheduleIdvoid start(DateAndTime start)
start - value of startvoid scheduleDuration(String scheduleDuration)
scheduleDuration - value of scheduleDurationvoid repeatInterval(String repeatInterval)
repeatInterval - value of repeatIntervalboolean isLeafValueSet(Schedule.LeafIdentifier leaf)
leaf - leaf whose value status needs to checkedCopyright © 2017. All rights reserved.