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

java.lang.Object
  extended by com.active_endpoints.schemas.engineapi._2010._05.engineapitypes.AesScheduledItem
Direct Known Subclasses:
AesPersistedScheduledItem

public class AesScheduledItem
extends Object

Java class for AesScheduledItem complex type.

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

 <complexType name="AesScheduledItem">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="tenantContextId" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <choice>
           <element name="once" type="{http://schemas.active-endpoints.com/engineapi/2010/05/EngineAPITypes.xsd}AesOnceSchedule"/>
           <element name="intraday" type="{http://schemas.active-endpoints.com/engineapi/2010/05/EngineAPITypes.xsd}AesIntradaySchedule"/>
           <element name="daily" type="{http://schemas.active-endpoints.com/engineapi/2010/05/EngineAPITypes.xsd}AesDailySchedule"/>
           <element name="weekly" type="{http://schemas.active-endpoints.com/engineapi/2010/05/EngineAPITypes.xsd}AesWeeklySchedule"/>
           <element name="monthly" type="{http://schemas.active-endpoints.com/engineapi/2010/05/EngineAPITypes.xsd}AesMonthlySchedule"/>
         </choice>
         <element name="runOptions" type="{http://schemas.active-endpoints.com/engineapi/2010/05/EngineAPITypes.xsd}AesScheduleRunOptions"/>
         <element name="serviceName" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="inputDocument" type="{http://schemas.active-endpoints.com/engineapi/2010/05/EngineAPITypes.xsd}AesXmlContent" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  AesDailySchedule daily
           
protected  AesXmlContent inputDocument
           
protected  AesIntradaySchedule intraday
           
protected  AesMonthlySchedule monthly
           
protected  String name
           
protected  AesOnceSchedule once
           
protected  AesScheduleRunOptions runOptions
           
protected  String serviceName
           
protected  String tenantContextId
           
protected  AesWeeklySchedule weekly
           
 
Constructor Summary
AesScheduledItem()
           
 
Method Summary
 AesDailySchedule getDaily()
          Gets the value of the daily property.
 AesXmlContent getInputDocument()
          Gets the value of the inputDocument property.
 AesIntradaySchedule getIntraday()
          Gets the value of the intraday property.
 AesMonthlySchedule getMonthly()
          Gets the value of the monthly property.
 String getName()
          Gets the value of the name property.
 AesOnceSchedule getOnce()
          Gets the value of the once property.
 AesScheduleRunOptions getRunOptions()
          Gets the value of the runOptions property.
 String getServiceName()
          Gets the value of the serviceName property.
 String getTenantContextId()
          Gets the value of the tenantContextId property.
 AesWeeklySchedule getWeekly()
          Gets the value of the weekly property.
 void setDaily(AesDailySchedule value)
          Sets the value of the daily property.
 void setInputDocument(AesXmlContent value)
          Sets the value of the inputDocument property.
 void setIntraday(AesIntradaySchedule value)
          Sets the value of the intraday property.
 void setMonthly(AesMonthlySchedule value)
          Sets the value of the monthly property.
 void setName(String value)
          Sets the value of the name property.
 void setOnce(AesOnceSchedule value)
          Sets the value of the once property.
 void setRunOptions(AesScheduleRunOptions value)
          Sets the value of the runOptions property.
 void setServiceName(String value)
          Sets the value of the serviceName property.
 void setTenantContextId(String value)
          Sets the value of the tenantContextId property.
 void setWeekly(AesWeeklySchedule value)
          Sets the value of the weekly property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

tenantContextId

protected String tenantContextId

name

protected String name

once

protected AesOnceSchedule once

intraday

protected AesIntradaySchedule intraday

daily

protected AesDailySchedule daily

weekly

protected AesWeeklySchedule weekly

monthly

protected AesMonthlySchedule monthly

runOptions

protected AesScheduleRunOptions runOptions

serviceName

protected String serviceName

inputDocument

protected AesXmlContent inputDocument
Constructor Detail

AesScheduledItem

public AesScheduledItem()
Method Detail

getTenantContextId

public String getTenantContextId()
Gets the value of the tenantContextId property.

Returns:
possible object is String

setTenantContextId

public void setTenantContextId(String value)
Sets the value of the tenantContextId property.

Parameters:
value - allowed object is String

getName

public String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

public void setName(String value)
Sets the value of the name property.

Parameters:
value - allowed object is String

getOnce

public AesOnceSchedule getOnce()
Gets the value of the once property.

Returns:
possible object is AesOnceSchedule

setOnce

public void setOnce(AesOnceSchedule value)
Sets the value of the once property.

Parameters:
value - allowed object is AesOnceSchedule

getIntraday

public AesIntradaySchedule getIntraday()
Gets the value of the intraday property.

Returns:
possible object is AesIntradaySchedule

setIntraday

public void setIntraday(AesIntradaySchedule value)
Sets the value of the intraday property.

Parameters:
value - allowed object is AesIntradaySchedule

getDaily

public AesDailySchedule getDaily()
Gets the value of the daily property.

Returns:
possible object is AesDailySchedule

setDaily

public void setDaily(AesDailySchedule value)
Sets the value of the daily property.

Parameters:
value - allowed object is AesDailySchedule

getWeekly

public AesWeeklySchedule getWeekly()
Gets the value of the weekly property.

Returns:
possible object is AesWeeklySchedule

setWeekly

public void setWeekly(AesWeeklySchedule value)
Sets the value of the weekly property.

Parameters:
value - allowed object is AesWeeklySchedule

getMonthly

public AesMonthlySchedule getMonthly()
Gets the value of the monthly property.

Returns:
possible object is AesMonthlySchedule

setMonthly

public void setMonthly(AesMonthlySchedule value)
Sets the value of the monthly property.

Parameters:
value - allowed object is AesMonthlySchedule

getRunOptions

public AesScheduleRunOptions getRunOptions()
Gets the value of the runOptions property.

Returns:
possible object is AesScheduleRunOptions

setRunOptions

public void setRunOptions(AesScheduleRunOptions value)
Sets the value of the runOptions property.

Parameters:
value - allowed object is AesScheduleRunOptions

getServiceName

public String getServiceName()
Gets the value of the serviceName property.

Returns:
possible object is String

setServiceName

public void setServiceName(String value)
Sets the value of the serviceName property.

Parameters:
value - allowed object is String

getInputDocument

public AesXmlContent getInputDocument()
Gets the value of the inputDocument property.

Returns:
possible object is AesXmlContent

setInputDocument

public void setInputDocument(AesXmlContent value)
Sets the value of the inputDocument property.

Parameters:
value - allowed object is AesXmlContent


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