com.quartzdesk.service.types.v4_0.scheduler.quartz
Class QuartzTriggerGroup

java.lang.Object
  extended by com.quartzdesk.service.types.v4_0.scheduler.quartz.QuartzTriggerGroup

public class QuartzTriggerGroup
extends Object

Java class for QuartzTriggerGroup complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="QuartzTriggerGroup">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="state" type="{http://service.quartzdesk.com/types/v4_0/scheduler/quartz}QuartzTriggerGroupState" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  String name
           
protected  QuartzTriggerGroupState state
           
 
Constructor Summary
QuartzTriggerGroup()
           
 
Method Summary
 String getName()
          Gets the value of the name property.
 QuartzTriggerGroupState getState()
          Gets the value of the state property.
 void setName(String value)
          Sets the value of the name property.
 void setState(QuartzTriggerGroupState value)
          Sets the value of the state property.
 QuartzTriggerGroup withName(String value)
           
 QuartzTriggerGroup withState(QuartzTriggerGroupState value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

protected String name

state

protected QuartzTriggerGroupState state
Constructor Detail

QuartzTriggerGroup

public QuartzTriggerGroup()
Method Detail

getName

public String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

public void setName(String value)
Sets the value of the name property.

Parameters:
value - allowed object is String

getState

public QuartzTriggerGroupState getState()
Gets the value of the state property.

Returns:
possible object is QuartzTriggerGroupState

setState

public void setState(QuartzTriggerGroupState value)
Sets the value of the state property.

Parameters:
value - allowed object is QuartzTriggerGroupState

withName

public QuartzTriggerGroup withName(String value)

withState

public QuartzTriggerGroup withState(QuartzTriggerGroupState value)


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