|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.quartzdesk.service.types.v5_0.agent.RegisteredSchedulerInfo
public class RegisteredSchedulerInfo
Scheduler info type.
Java class for RegisteredSchedulerInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RegisteredSchedulerInfo">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="schedulerObjectName" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="schedulerType" type="{http://service.quartzdesk.com/types/v5_0/scheduler}SchedulerType"/>
<element name="schedulerVersion" type="{http://service.quartzdesk.com/types/v5_0/common}Version"/>
<element name="schedulerDateInitialized" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="schedulerDateStarted" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="schedulerDatePaused" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="schedulerDateStopped" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="schedulerAvailableJobClass" type="{http://service.quartzdesk.com/types/v5_0/common}ClassDesc" maxOccurs="unbounded" minOccurs="0"/>
<element name="schedulerClassLoaderInfo" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="publicApiInfo" type="{http://service.quartzdesk.com/types/v5_0/scheduler}PublicApiInfo"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected PublicApiInfo |
publicApiInfo
|
protected List<ClassDesc> |
schedulerAvailableJobClass
|
protected String |
schedulerClassLoaderInfo
|
protected Calendar |
schedulerDateInitialized
|
protected Calendar |
schedulerDatePaused
|
protected Calendar |
schedulerDateStarted
|
protected Calendar |
schedulerDateStopped
|
protected String |
schedulerObjectName
|
protected SchedulerType |
schedulerType
|
protected Version |
schedulerVersion
|
| Constructor Summary | |
|---|---|
RegisteredSchedulerInfo()
|
|
| Method Summary | |
|---|---|
PublicApiInfo |
getPublicApiInfo()
Gets the value of the publicApiInfo property. |
List<ClassDesc> |
getSchedulerAvailableJobClass()
Gets the value of the schedulerAvailableJobClass property. |
String |
getSchedulerClassLoaderInfo()
Gets the value of the schedulerClassLoaderInfo property. |
Calendar |
getSchedulerDateInitialized()
Gets the value of the schedulerDateInitialized property. |
Calendar |
getSchedulerDatePaused()
Gets the value of the schedulerDatePaused property. |
Calendar |
getSchedulerDateStarted()
Gets the value of the schedulerDateStarted property. |
Calendar |
getSchedulerDateStopped()
Gets the value of the schedulerDateStopped property. |
String |
getSchedulerObjectName()
Gets the value of the schedulerObjectName property. |
SchedulerType |
getSchedulerType()
Gets the value of the schedulerType property. |
Version |
getSchedulerVersion()
Gets the value of the schedulerVersion property. |
void |
setPublicApiInfo(PublicApiInfo value)
Sets the value of the publicApiInfo property. |
void |
setSchedulerAvailableJobClass(List<ClassDesc> schedulerAvailableJobClass)
Sets the value of the schedulerAvailableJobClass property. |
void |
setSchedulerClassLoaderInfo(String value)
Sets the value of the schedulerClassLoaderInfo property. |
void |
setSchedulerDateInitialized(Calendar value)
Sets the value of the schedulerDateInitialized property. |
void |
setSchedulerDatePaused(Calendar value)
Sets the value of the schedulerDatePaused property. |
void |
setSchedulerDateStarted(Calendar value)
Sets the value of the schedulerDateStarted property. |
void |
setSchedulerDateStopped(Calendar value)
Sets the value of the schedulerDateStopped property. |
void |
setSchedulerObjectName(String value)
Sets the value of the schedulerObjectName property. |
void |
setSchedulerType(SchedulerType value)
Sets the value of the schedulerType property. |
void |
setSchedulerVersion(Version value)
Sets the value of the schedulerVersion property. |
RegisteredSchedulerInfo |
withPublicApiInfo(PublicApiInfo value)
|
RegisteredSchedulerInfo |
withSchedulerAvailableJobClass(ClassDesc... values)
|
RegisteredSchedulerInfo |
withSchedulerAvailableJobClass(Collection<ClassDesc> values)
|
RegisteredSchedulerInfo |
withSchedulerClassLoaderInfo(String value)
|
RegisteredSchedulerInfo |
withSchedulerDateInitialized(Calendar value)
|
RegisteredSchedulerInfo |
withSchedulerDatePaused(Calendar value)
|
RegisteredSchedulerInfo |
withSchedulerDateStarted(Calendar value)
|
RegisteredSchedulerInfo |
withSchedulerDateStopped(Calendar value)
|
RegisteredSchedulerInfo |
withSchedulerObjectName(String value)
|
RegisteredSchedulerInfo |
withSchedulerType(SchedulerType value)
|
RegisteredSchedulerInfo |
withSchedulerVersion(Version value)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String schedulerObjectName
protected SchedulerType schedulerType
protected Version schedulerVersion
protected Calendar schedulerDateInitialized
protected Calendar schedulerDateStarted
protected Calendar schedulerDatePaused
protected Calendar schedulerDateStopped
protected List<ClassDesc> schedulerAvailableJobClass
protected String schedulerClassLoaderInfo
protected PublicApiInfo publicApiInfo
| Constructor Detail |
|---|
public RegisteredSchedulerInfo()
| Method Detail |
|---|
public String getSchedulerObjectName()
Stringpublic void setSchedulerObjectName(String value)
value - allowed object is
Stringpublic SchedulerType getSchedulerType()
SchedulerTypepublic void setSchedulerType(SchedulerType value)
value - allowed object is
SchedulerTypepublic Version getSchedulerVersion()
Versionpublic void setSchedulerVersion(Version value)
value - allowed object is
Versionpublic Calendar getSchedulerDateInitialized()
Stringpublic void setSchedulerDateInitialized(Calendar value)
value - allowed object is
Stringpublic Calendar getSchedulerDateStarted()
Stringpublic void setSchedulerDateStarted(Calendar value)
value - allowed object is
Stringpublic Calendar getSchedulerDatePaused()
Stringpublic void setSchedulerDatePaused(Calendar value)
value - allowed object is
Stringpublic Calendar getSchedulerDateStopped()
Stringpublic void setSchedulerDateStopped(Calendar value)
value - allowed object is
Stringpublic List<ClassDesc> getSchedulerAvailableJobClass()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the schedulerAvailableJobClass property.
For example, to add a new item, do as follows:
getSchedulerAvailableJobClass().add(newItem);
Objects of the following type(s) are allowed in the list
ClassDesc
public String getSchedulerClassLoaderInfo()
Stringpublic void setSchedulerClassLoaderInfo(String value)
value - allowed object is
Stringpublic PublicApiInfo getPublicApiInfo()
PublicApiInfopublic void setPublicApiInfo(PublicApiInfo value)
value - allowed object is
PublicApiInfopublic RegisteredSchedulerInfo withSchedulerObjectName(String value)
public RegisteredSchedulerInfo withSchedulerType(SchedulerType value)
public RegisteredSchedulerInfo withSchedulerVersion(Version value)
public RegisteredSchedulerInfo withSchedulerDateInitialized(Calendar value)
public RegisteredSchedulerInfo withSchedulerDateStarted(Calendar value)
public RegisteredSchedulerInfo withSchedulerDatePaused(Calendar value)
public RegisteredSchedulerInfo withSchedulerDateStopped(Calendar value)
public RegisteredSchedulerInfo withSchedulerAvailableJobClass(ClassDesc... values)
public RegisteredSchedulerInfo withSchedulerAvailableJobClass(Collection<ClassDesc> values)
public RegisteredSchedulerInfo withSchedulerClassLoaderInfo(String value)
public RegisteredSchedulerInfo withPublicApiInfo(PublicApiInfo value)
public void setSchedulerAvailableJobClass(List<ClassDesc> schedulerAvailableJobClass)
schedulerAvailableJobClass - allowed object is
ClassDesc
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||