com.quartzdesk.service.types.v4_0.scheduler
Class Scheduler

java.lang.Object
  extended by com.quartzdesk.service.types.v4_0.scheduler.Scheduler
Direct Known Subclasses:
QuartzScheduler

public abstract class Scheduler
extends Object

Base type for all scheduler types.

Java class for Scheduler complex type.

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

 <complexType name="Scheduler">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="objectName" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="type" type="{http://service.quartzdesk.com/types/v4_0/scheduler}SchedulerType"/>
         <element name="version" type="{http://service.quartzdesk.com/types/v4_0/common}Version"/>
         <element name="status" type="{http://service.quartzdesk.com/types/v4_0/scheduler}SchedulerStatus"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  String objectName
           
protected  SchedulerStatus status
           
protected  SchedulerType type
           
protected  Version version
           
 
Constructor Summary
Scheduler()
           
 
Method Summary
 String getObjectName()
          Gets the value of the objectName property.
 SchedulerStatus getStatus()
          Gets the value of the status property.
 SchedulerType getType()
          Gets the value of the type property.
 Version getVersion()
          Gets the value of the version property.
 void setObjectName(String value)
          Sets the value of the objectName property.
 void setStatus(SchedulerStatus value)
          Sets the value of the status property.
 void setType(SchedulerType value)
          Sets the value of the type property.
 void setVersion(Version value)
          Sets the value of the version property.
 Scheduler withObjectName(String value)
           
 Scheduler withStatus(SchedulerStatus value)
           
 Scheduler withType(SchedulerType value)
           
 Scheduler withVersion(Version value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

objectName

protected String objectName

type

protected SchedulerType type

version

protected Version version

status

protected SchedulerStatus status
Constructor Detail

Scheduler

public Scheduler()
Method Detail

getObjectName

public String getObjectName()
Gets the value of the objectName property.

Returns:
possible object is String

setObjectName

public void setObjectName(String value)
Sets the value of the objectName property.

Parameters:
value - allowed object is String

getType

public SchedulerType getType()
Gets the value of the type property.

Returns:
possible object is SchedulerType

setType

public void setType(SchedulerType value)
Sets the value of the type property.

Parameters:
value - allowed object is SchedulerType

getVersion

public Version getVersion()
Gets the value of the version property.

Returns:
possible object is Version

setVersion

public void setVersion(Version value)
Sets the value of the version property.

Parameters:
value - allowed object is Version

getStatus

public SchedulerStatus getStatus()
Gets the value of the status property.

Returns:
possible object is SchedulerStatus

setStatus

public void setStatus(SchedulerStatus value)
Sets the value of the status property.

Parameters:
value - allowed object is SchedulerStatus

withObjectName

public Scheduler withObjectName(String value)

withType

public Scheduler withType(SchedulerType value)

withVersion

public Scheduler withVersion(Version value)

withStatus

public Scheduler withStatus(SchedulerStatus value)


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