com.active_endpoints.schemas.engineapi._2010._05.engineapitypes
Class AesPersistedScheduledItem

java.lang.Object
  extended by com.active_endpoints.schemas.engineapi._2010._05.engineapitypes.AesScheduledItem
      extended by com.active_endpoints.schemas.engineapi._2010._05.engineapitypes.AesPersistedScheduledItem

public class AesPersistedScheduledItem
extends AesScheduledItem

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

scheduleId

protected long scheduleId

enabled

protected boolean enabled

lastProcessId

protected Long lastProcessId

lastExecution

protected XMLGregorianCalendar lastExecution

nextExecution

protected XMLGregorianCalendar nextExecution

planId

protected Integer planId
Constructor Detail

AesPersistedScheduledItem

public AesPersistedScheduledItem()
Method Detail

getScheduleId

public long getScheduleId()
Gets the value of the scheduleId property.


setScheduleId

public void setScheduleId(long value)
Sets the value of the scheduleId property.


isEnabled

public boolean isEnabled()
Gets the value of the enabled property.


setEnabled

public void setEnabled(boolean value)
Sets the value of the enabled property.


getLastProcessId

public Long getLastProcessId()
Gets the value of the lastProcessId property.

Returns:
possible object is Long

setLastProcessId

public void setLastProcessId(Long value)
Sets the value of the lastProcessId property.

Parameters:
value - allowed object is Long

getLastExecution

public XMLGregorianCalendar getLastExecution()
Gets the value of the lastExecution property.

Returns:
possible object is XMLGregorianCalendar

setLastExecution

public void setLastExecution(XMLGregorianCalendar value)
Sets the value of the lastExecution property.

Parameters:
value - allowed object is XMLGregorianCalendar

getNextExecution

public XMLGregorianCalendar getNextExecution()
Gets the value of the nextExecution property.

Returns:
possible object is XMLGregorianCalendar

setNextExecution

public void setNextExecution(XMLGregorianCalendar value)
Sets the value of the nextExecution property.

Parameters:
value - allowed object is XMLGregorianCalendar

getPlanId

public Integer getPlanId()
Gets the value of the planId property.

Returns:
possible object is Integer

setPlanId

public void setPlanId(Integer value)
Sets the value of the planId property.

Parameters:
value - allowed object is Integer


Copyright © 2013 Leibniz Universität Hannover. All Rights Reserved.