| Package | Description | 
|---|---|
| org.quartz | 
 The main package of Quartz, containing the client-side interfaces. 
 | 
| org.quartz.impl.calendar | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
CronTrigger.setCronExpression(CronExpression cronExpression)
Set the CronExpression to the given one. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
CronExpression | 
CronCalendar.getCronExpression()
Returns the object representation of the cron expression that defines the
 dates and times this calendar excludes. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
CronCalendar.setCronExpression(CronExpression expression)
Sets the cron expression for the calendar to a new value 
 |