|
||||||||||
| 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
public class AesScheduledItem
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 |
|---|
protected String tenantContextId
protected String name
protected AesOnceSchedule once
protected AesIntradaySchedule intraday
protected AesDailySchedule daily
protected AesWeeklySchedule weekly
protected AesMonthlySchedule monthly
protected AesScheduleRunOptions runOptions
protected String serviceName
protected AesXmlContent inputDocument
| Constructor Detail |
|---|
public AesScheduledItem()
| Method Detail |
|---|
public String getTenantContextId()
Stringpublic void setTenantContextId(String value)
value - allowed object is
Stringpublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic AesOnceSchedule getOnce()
AesOnceSchedulepublic void setOnce(AesOnceSchedule value)
value - allowed object is
AesOnceSchedulepublic AesIntradaySchedule getIntraday()
AesIntradaySchedulepublic void setIntraday(AesIntradaySchedule value)
value - allowed object is
AesIntradaySchedulepublic AesDailySchedule getDaily()
AesDailySchedulepublic void setDaily(AesDailySchedule value)
value - allowed object is
AesDailySchedulepublic AesWeeklySchedule getWeekly()
AesWeeklySchedulepublic void setWeekly(AesWeeklySchedule value)
value - allowed object is
AesWeeklySchedulepublic AesMonthlySchedule getMonthly()
AesMonthlySchedulepublic void setMonthly(AesMonthlySchedule value)
value - allowed object is
AesMonthlySchedulepublic AesScheduleRunOptions getRunOptions()
AesScheduleRunOptionspublic void setRunOptions(AesScheduleRunOptions value)
value - allowed object is
AesScheduleRunOptionspublic String getServiceName()
Stringpublic void setServiceName(String value)
value - allowed object is
Stringpublic AesXmlContent getInputDocument()
AesXmlContentpublic void setInputDocument(AesXmlContent value)
value - allowed object is
AesXmlContent
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||