|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.active_endpoints.schemas.engineapi._2010._05.engineapitypes.AesScheduledItem
com.active_endpoints.schemas.engineapi._2010._05.engineapitypes.AesPersistedScheduledItem
public class AesPersistedScheduledItem
Java class for AesPersistedScheduledItem complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AesPersistedScheduledItem">
<complexContent>
<extension base="{http://schemas.active-endpoints.com/engineapi/2010/05/EngineAPITypes.xsd}AesScheduledItem">
<sequence>
<element name="scheduleId" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="enabled" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="lastProcessId" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="lastExecution" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="nextExecution" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="planId" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected boolean |
enabled
|
protected XMLGregorianCalendar |
lastExecution
|
protected Long |
lastProcessId
|
protected XMLGregorianCalendar |
nextExecution
|
protected Integer |
planId
|
protected long |
scheduleId
|
| Fields inherited from class com.active_endpoints.schemas.engineapi._2010._05.engineapitypes.AesScheduledItem |
|---|
daily, inputDocument, intraday, monthly, name, once, runOptions, serviceName, tenantContextId, weekly |
| Constructor Summary | |
|---|---|
AesPersistedScheduledItem()
|
|
| Method Summary | |
|---|---|
XMLGregorianCalendar |
getLastExecution()
Gets the value of the lastExecution property. |
Long |
getLastProcessId()
Gets the value of the lastProcessId property. |
XMLGregorianCalendar |
getNextExecution()
Gets the value of the nextExecution property. |
Integer |
getPlanId()
Gets the value of the planId property. |
long |
getScheduleId()
Gets the value of the scheduleId property. |
boolean |
isEnabled()
Gets the value of the enabled property. |
void |
setEnabled(boolean value)
Sets the value of the enabled property. |
void |
setLastExecution(XMLGregorianCalendar value)
Sets the value of the lastExecution property. |
void |
setLastProcessId(Long value)
Sets the value of the lastProcessId property. |
void |
setNextExecution(XMLGregorianCalendar value)
Sets the value of the nextExecution property. |
void |
setPlanId(Integer value)
Sets the value of the planId property. |
void |
setScheduleId(long value)
Sets the value of the scheduleId property. |
| Methods inherited from class com.active_endpoints.schemas.engineapi._2010._05.engineapitypes.AesScheduledItem |
|---|
getDaily, getInputDocument, getIntraday, getMonthly, getName, getOnce, getRunOptions, getServiceName, getTenantContextId, getWeekly, setDaily, setInputDocument, setIntraday, setMonthly, setName, setOnce, setRunOptions, setServiceName, setTenantContextId, setWeekly |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected long scheduleId
protected boolean enabled
protected Long lastProcessId
protected XMLGregorianCalendar lastExecution
protected XMLGregorianCalendar nextExecution
protected Integer planId
| Constructor Detail |
|---|
public AesPersistedScheduledItem()
| Method Detail |
|---|
public long getScheduleId()
public void setScheduleId(long value)
public boolean isEnabled()
public void setEnabled(boolean value)
public Long getLastProcessId()
Longpublic void setLastProcessId(Long value)
value - allowed object is
Longpublic XMLGregorianCalendar getLastExecution()
XMLGregorianCalendarpublic void setLastExecution(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic XMLGregorianCalendar getNextExecution()
XMLGregorianCalendarpublic void setNextExecution(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic Integer getPlanId()
Integerpublic void setPlanId(Integer value)
value - allowed object is
Integer
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||