|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.quartzdesk.service.types.v3_0.scheduler.Scheduler
public abstract class Scheduler
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/v3_0/scheduler}SchedulerType"/>
<element name="version" type="{http://service.quartzdesk.com/types/v3_0/common}Version"/>
<element name="status" type="{http://service.quartzdesk.com/types/v3_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 |
|---|
protected String objectName
protected SchedulerType type
protected Version version
protected SchedulerStatus status
| Constructor Detail |
|---|
public Scheduler()
| Method Detail |
|---|
public String getObjectName()
Stringpublic void setObjectName(String value)
value - allowed object is
Stringpublic SchedulerType getType()
SchedulerTypepublic void setType(SchedulerType value)
value - allowed object is
SchedulerTypepublic Version getVersion()
Versionpublic void setVersion(Version value)
value - allowed object is
Versionpublic SchedulerStatus getStatus()
SchedulerStatuspublic void setStatus(SchedulerStatus value)
value - allowed object is
SchedulerStatuspublic Scheduler withObjectName(String value)
public Scheduler withType(SchedulerType value)
public Scheduler withVersion(Version value)
public Scheduler withStatus(SchedulerStatus value)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||