com.quartzdesk.service.quartz.v5_0
Class GetTriggerResponse

java.lang.Object
  extended by com.quartzdesk.service.quartz.v5_0.GetTriggerResponse

public class GetTriggerResponse
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="trigger" type="{http://service.quartzdesk.com/types/v1_0/scheduler/quartz}Trigger" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  Trigger trigger
           
 
Constructor Summary
GetTriggerResponse()
           
 
Method Summary
 Trigger getTrigger()
          Gets the value of the trigger property.
 void setTrigger(Trigger value)
          Sets the value of the trigger property.
 GetTriggerResponse withTrigger(Trigger value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

trigger

protected Trigger trigger
Constructor Detail

GetTriggerResponse

public GetTriggerResponse()
Method Detail

getTrigger

public Trigger getTrigger()
Gets the value of the trigger property.

Returns:
possible object is Trigger

setTrigger

public void setTrigger(Trigger value)
Sets the value of the trigger property.

Parameters:
value - allowed object is Trigger

withTrigger

public GetTriggerResponse withTrigger(Trigger value)


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