com.quartzdesk.service.quartz.v9_0
Class GetTriggerGroupsOfJobResponse

java.lang.Object
  extended by com.quartzdesk.service.quartz.v9_0.GetTriggerGroupsOfJobResponse

public class GetTriggerGroupsOfJobResponse
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="triggerGroup" type="{http://service.quartzdesk.com/types/v5_0/scheduler/quartz}QuartzTriggerGroup" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  List<QuartzTriggerGroup> triggerGroup
           
 
Constructor Summary
GetTriggerGroupsOfJobResponse()
           
 
Method Summary
 List<QuartzTriggerGroup> getTriggerGroup()
          Gets the value of the triggerGroup property.
 void setTriggerGroup(List<QuartzTriggerGroup> triggerGroup)
          Sets the value of the triggerGroup property.
 GetTriggerGroupsOfJobResponse withTriggerGroup(Collection<QuartzTriggerGroup> values)
           
 GetTriggerGroupsOfJobResponse withTriggerGroup(QuartzTriggerGroup... values)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

triggerGroup

protected List<QuartzTriggerGroup> triggerGroup
Constructor Detail

GetTriggerGroupsOfJobResponse

public GetTriggerGroupsOfJobResponse()
Method Detail

getTriggerGroup

public List<QuartzTriggerGroup> getTriggerGroup()
Gets the value of the triggerGroup 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 triggerGroup property.

For example, to add a new item, do as follows:

    getTriggerGroup().add(newItem);
 

Objects of the following type(s) are allowed in the list QuartzTriggerGroup


withTriggerGroup

public GetTriggerGroupsOfJobResponse withTriggerGroup(QuartzTriggerGroup... values)

withTriggerGroup

public GetTriggerGroupsOfJobResponse withTriggerGroup(Collection<QuartzTriggerGroup> values)

setTriggerGroup

public void setTriggerGroup(List<QuartzTriggerGroup> triggerGroup)
Sets the value of the triggerGroup property.

Parameters:
triggerGroup - allowed object is QuartzTriggerGroup


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