com.quartzdesk.service.types.v1_0.scheduler.quartz
Class TriggerGroup

java.lang.Object
  extended by com.quartzdesk.service.types.v1_0.scheduler.quartz.TriggerGroup

public class TriggerGroup
extends Object

Java class for TriggerGroup complex type.

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

 <complexType name="TriggerGroup">
   <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/v1_0/scheduler/quartz}TriggerGroupState" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  String name
           
protected  TriggerGroupState state
           
 
Constructor Summary
TriggerGroup()
           
 
Method Summary
 String getName()
          Gets the value of the name property.
 TriggerGroupState getState()
          Gets the value of the state property.
 void setName(String value)
          Sets the value of the name property.
 void setState(TriggerGroupState value)
          Sets the value of the state property.
 TriggerGroup withName(String value)
           
 TriggerGroup withState(TriggerGroupState 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 TriggerGroupState state
Constructor Detail

TriggerGroup

public TriggerGroup()
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 TriggerGroupState getState()
Gets the value of the state property.

Returns:
possible object is TriggerGroupState

setState

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

Parameters:
value - allowed object is TriggerGroupState

withName

public TriggerGroup withName(String value)

withState

public TriggerGroup withState(TriggerGroupState value)


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