com.quartzdesk.service.quartz_exec_notif_rule.v1_0
Class GetRulesForTriggerResponse

java.lang.Object
  extended by com.quartzdesk.service.quartz_exec_notif_rule.v1_0.GetRulesForTriggerResponse

public class GetRulesForTriggerResponse
extends Object

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

execNotifRule

protected List<QuartzExecNotificationRule> execNotifRule
Constructor Detail

GetRulesForTriggerResponse

public GetRulesForTriggerResponse()
Method Detail

getExecNotifRule

public List<QuartzExecNotificationRule> getExecNotifRule()
Gets the value of the execNotifRule property.

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


withExecNotifRule

public GetRulesForTriggerResponse withExecNotifRule(QuartzExecNotificationRule... values)

withExecNotifRule

public GetRulesForTriggerResponse withExecNotifRule(Collection<QuartzExecNotificationRule> values)

setExecNotifRule

public void setExecNotifRule(List<QuartzExecNotificationRule> execNotifRule)
Sets the value of the execNotifRule property.

Parameters:
execNotifRule - allowed object is QuartzExecNotificationRule


Copyright © 2013–2017 QuartzDesk.com. All rights reserved.