|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.quartzdesk.service.quartz_exec_notif_rule.v1_0.GetRulesForTriggerResponse
public class GetRulesForTriggerResponse
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="execNotifRule" type="{http://service.quartzdesk.com/types/v4_0/scheduler/quartz}QuartzExecNotificationRule" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected List<QuartzExecNotificationRule> |
execNotifRule
|
| Constructor Summary | |
|---|---|
GetRulesForTriggerResponse()
|
|
| Method Summary | |
|---|---|
List<QuartzExecNotificationRule> |
getExecNotifRule()
Gets the value of the execNotifRule property. |
void |
setExecNotifRule(List<QuartzExecNotificationRule> execNotifRule)
Sets the value of the execNotifRule property. |
GetRulesForTriggerResponse |
withExecNotifRule(Collection<QuartzExecNotificationRule> values)
|
GetRulesForTriggerResponse |
withExecNotifRule(QuartzExecNotificationRule... values)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected List<QuartzExecNotificationRule> execNotifRule
| Constructor Detail |
|---|
public GetRulesForTriggerResponse()
| Method Detail |
|---|
public List<QuartzExecNotificationRule> getExecNotifRule()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the execNotifRule property.
For example, to add a new item, do as follows:
getExecNotifRule().add(newItem);
Objects of the following type(s) are allowed in the list
QuartzExecNotificationRule
public GetRulesForTriggerResponse withExecNotifRule(QuartzExecNotificationRule... values)
public GetRulesForTriggerResponse withExecNotifRule(Collection<QuartzExecNotificationRule> values)
public void setExecNotifRule(List<QuartzExecNotificationRule> execNotifRule)
execNotifRule - allowed object is
QuartzExecNotificationRule
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||