com.businessobjects.enterprise.infoobject
Interface SchedulingInfo


public interface SchedulingInfo

An XML SchedulingInfo(@http://enterprise.businessobjects.com/3.0/infoobject). This is a complex type.


Nested Class Summary
static class SchedulingInfo.Factory
          A factory class with static methods for creating instances of this type.
 
Field Summary
static org.apache.xmlbeans.SchemaType type
           
 
Method Summary
 AlertDestination addNewAlertDestination()
          Appends and returns a new empty "AlertDestination" element
 CalendarRunDays addNewCalendarRunDays()
          Appends and returns a new empty "CalendarRunDays" element
 Dependents addNewDependants()
          Appends and returns a new empty "Dependants" element
 Dependencies addNewDependencies()
          Appends and returns a new empty "Dependencies" element
 Destinations addNewDestinations()
          Appends and returns a new empty "Destinations" element
 MultiPass addNewMultiPass()
          Appends and returns a new empty "MultiPass" element
 Notifications addNewNotifications()
          Appends and returns a new empty "Notifications" element
 AlertDestination getAlertDestination()
          Gets the "AlertDestination" element
 java.util.Calendar getBeginDate()
          Gets the "BeginDate" element
 CalendarRunDays getCalendarRunDays()
          Gets the "CalendarRunDays" element
 java.lang.String getCalendarTemplate()
          Gets the "CalendarTemplate" element
 boolean getCleanup()
          Gets the "Cleanup" element
 java.lang.String getCMSName()
          Gets the "CMSName" element
 java.util.Calendar getCMSStartTime()
          Gets the "CMSStartTime" element
 java.lang.String getDefaultValue()
          Gets the "defaultValue" attribute
 Dependents getDependants()
          Gets the "Dependants" element
 Dependencies getDependencies()
          Gets the "Dependencies" element
 Destinations getDestinations()
          Gets the "Destinations" element
 java.util.Calendar getEndDate()
          Gets the "EndDate" element
 java.lang.String getErrorMessage()
          Gets the "ErrorMessage" element
 boolean getFailOnAComponent()
          Gets the "FailOnAComponent" element
 ScheduleFlagsEnum.Enum getFlags()
          Gets the "Flags" element
 int getIntervalDays()
          Gets the "IntervalDays" element
 int getIntervalHours()
          Gets the "IntervalHours" element
 int getIntervalMinutes()
          Gets the "IntervalMinutes" element
 int getIntervalMonths()
          Gets the "IntervalMonths" element
 int getIntervalNthDay()
          Gets the "IntervalNthDay" element
 MultiPass getMultiPass()
          Gets the "MultiPass" element
 Notifications getNotifications()
          Gets the "Notifications" element
 ScheduleOutcomeEnum.Enum getOutcome()
          Gets the "Outcome" element
 java.lang.String getProgIDSchedule()
          Gets the "ProgIDSchedule" element
 int getRetriesAllowed()
          Gets the "RetriesAllowed" element
 int getRetriesAttempted()
          Gets the "RetriesAttempted" element
 int getRetryInterval()
          Gets the "RetryInterval" element
 boolean getRightNow()
          Gets the "RightNow" element
 ScheduleTypeEnum.Enum getScheduleType()
          Gets the "ScheduleType" element
 java.lang.String getServerGroup()
          Gets the "ServerGroup" element
 ServerGroupChoiceEnum.Enum getServerGroupChoice()
          Gets the "ServerGroupChoice" element
 java.lang.String getServerUsed()
          Gets the "ServerUsed" element
 ScheduleStatusEnum.Enum getStatus()
          Gets the "Status" element
 java.lang.String getSubmitterID()
          Gets the "SubmitterID" element
 java.lang.String getTimeInterval()
          Gets the "TimeInterval" element
 TimeZoneEnum.Enum getTimeZone()
          Gets the "TimeZone" element
 boolean isSetAlertDestination()
          True if has "AlertDestination" element
 boolean isSetBeginDate()
          True if has "BeginDate" element
 boolean isSetCalendarRunDays()
          True if has "CalendarRunDays" element
 boolean isSetCalendarTemplate()
          True if has "CalendarTemplate" element
 boolean isSetCleanup()
          True if has "Cleanup" element
 boolean isSetCMSName()
          True if has "CMSName" element
 boolean isSetCMSStartTime()
          True if has "CMSStartTime" element
 boolean isSetDefaultValue()
          True if has "defaultValue" attribute
 boolean isSetDependants()
          True if has "Dependants" element
 boolean isSetDependencies()
          True if has "Dependencies" element
 boolean isSetDestinations()
          True if has "Destinations" element
 boolean isSetEndDate()
          True if has "EndDate" element
 boolean isSetErrorMessage()
          True if has "ErrorMessage" element
 boolean isSetFailOnAComponent()
          True if has "FailOnAComponent" element
 boolean isSetFlags()
          True if has "Flags" element
 boolean isSetIntervalDays()
          True if has "IntervalDays" element
 boolean isSetIntervalHours()
          True if has "IntervalHours" element
 boolean isSetIntervalMinutes()
          True if has "IntervalMinutes" element
 boolean isSetIntervalMonths()
          True if has "IntervalMonths" element
 boolean isSetIntervalNthDay()
          True if has "IntervalNthDay" element
 boolean isSetMultiPass()
          True if has "MultiPass" element
 boolean isSetNotifications()
          True if has "Notifications" element
 boolean isSetOutcome()
          True if has "Outcome" element
 boolean isSetProgIDSchedule()
          True if has "ProgIDSchedule" element
 boolean isSetRetriesAllowed()
          True if has "RetriesAllowed" element
 boolean isSetRetriesAttempted()
          True if has "RetriesAttempted" element
 boolean isSetRetryInterval()
          True if has "RetryInterval" element
 boolean isSetRightNow()
          True if has "RightNow" element
 boolean isSetScheduleType()
          True if has "ScheduleType" element
 boolean isSetServerGroup()
          True if has "ServerGroup" element
 boolean isSetServerGroupChoice()
          True if has "ServerGroupChoice" element
 boolean isSetServerUsed()
          True if has "ServerUsed" element
 boolean isSetStatus()
          True if has "Status" element
 boolean isSetSubmitterID()
          True if has "SubmitterID" element
 boolean isSetTimeInterval()
          True if has "TimeInterval" element
 boolean isSetTimeZone()
          True if has "TimeZone" element
 void setAlertDestination(AlertDestination alertDestination)
          Sets the "AlertDestination" element
 void setBeginDate(java.util.Calendar beginDate)
          Sets the "BeginDate" element
 void setCalendarRunDays(CalendarRunDays calendarRunDays)
          Sets the "CalendarRunDays" element
 void setCalendarTemplate(java.lang.String calendarTemplate)
          Sets the "CalendarTemplate" element
 void setCleanup(boolean cleanup)
          Sets the "Cleanup" element
 void setCMSName(java.lang.String cmsName)
          Sets the "CMSName" element
 void setCMSStartTime(java.util.Calendar cmsStartTime)
          Sets the "CMSStartTime" element
 void setDefaultValue(java.lang.String defaultValue)
          Sets the "defaultValue" attribute
 void setDependants(Dependents dependants)
          Sets the "Dependants" element
 void setDependencies(Dependencies dependencies)
          Sets the "Dependencies" element
 void setDestinations(Destinations destinations)
          Sets the "Destinations" element
 void setEndDate(java.util.Calendar endDate)
          Sets the "EndDate" element
 void setErrorMessage(java.lang.String errorMessage)
          Sets the "ErrorMessage" element
 void setFailOnAComponent(boolean failOnAComponent)
          Sets the "FailOnAComponent" element
 void setFlags(ScheduleFlagsEnum.Enum flags)
          Sets the "Flags" element
 void setIntervalDays(int intervalDays)
          Sets the "IntervalDays" element
 void setIntervalHours(int intervalHours)
          Sets the "IntervalHours" element
 void setIntervalMinutes(int intervalMinutes)
          Sets the "IntervalMinutes" element
 void setIntervalMonths(int intervalMonths)
          Sets the "IntervalMonths" element
 void setIntervalNthDay(int intervalNthDay)
          Sets the "IntervalNthDay" element
 void setMultiPass(MultiPass multiPass)
          Sets the "MultiPass" element
 void setNotifications(Notifications notifications)
          Sets the "Notifications" element
 void setOutcome(ScheduleOutcomeEnum.Enum outcome)
          Sets the "Outcome" element
 void setProgIDSchedule(java.lang.String progIDSchedule)
          Sets the "ProgIDSchedule" element
 void setRetriesAllowed(int retriesAllowed)
          Sets the "RetriesAllowed" element
 void setRetriesAttempted(int retriesAttempted)
          Sets the "RetriesAttempted" element
 void setRetryInterval(int retryInterval)
          Sets the "RetryInterval" element
 void setRightNow(boolean rightNow)
          Sets the "RightNow" element
 void setScheduleType(ScheduleTypeEnum.Enum scheduleType)
          Sets the "ScheduleType" element
 void setServerGroup(java.lang.String serverGroup)
          Sets the "ServerGroup" element
 void setServerGroupChoice(ServerGroupChoiceEnum.Enum serverGroupChoice)
          Sets the "ServerGroupChoice" element
 void setServerUsed(java.lang.String serverUsed)
          Sets the "ServerUsed" element
 void setStatus(ScheduleStatusEnum.Enum status)
          Sets the "Status" element
 void setSubmitterID(java.lang.String submitterID)
          Sets the "SubmitterID" element
 void setTimeInterval(java.lang.String timeInterval)
          Sets the "TimeInterval" element
 void setTimeZone(TimeZoneEnum.Enum timeZone)
          Sets the "TimeZone" element
 void unsetAlertDestination()
          Unsets the "AlertDestination" element
 void unsetBeginDate()
          Unsets the "BeginDate" element
 void unsetCalendarRunDays()
          Unsets the "CalendarRunDays" element
 void unsetCalendarTemplate()
          Unsets the "CalendarTemplate" element
 void unsetCleanup()
          Unsets the "Cleanup" element
 void unsetCMSName()
          Unsets the "CMSName" element
 void unsetCMSStartTime()
          Unsets the "CMSStartTime" element
 void unsetDefaultValue()
          Unsets the "defaultValue" attribute
 void unsetDependants()
          Unsets the "Dependants" element
 void unsetDependencies()
          Unsets the "Dependencies" element
 void unsetDestinations()
          Unsets the "Destinations" element
 void unsetEndDate()
          Unsets the "EndDate" element
 void unsetErrorMessage()
          Unsets the "ErrorMessage" element
 void unsetFailOnAComponent()
          Unsets the "FailOnAComponent" element
 void unsetFlags()
          Unsets the "Flags" element
 void unsetIntervalDays()
          Unsets the "IntervalDays" element
 void unsetIntervalHours()
          Unsets the "IntervalHours" element
 void unsetIntervalMinutes()
          Unsets the "IntervalMinutes" element
 void unsetIntervalMonths()
          Unsets the "IntervalMonths" element
 void unsetIntervalNthDay()
          Unsets the "IntervalNthDay" element
 void unsetMultiPass()
          Unsets the "MultiPass" element
 void unsetNotifications()
          Unsets the "Notifications" element
 void unsetOutcome()
          Unsets the "Outcome" element
 void unsetProgIDSchedule()
          Unsets the "ProgIDSchedule" element
 void unsetRetriesAllowed()
          Unsets the "RetriesAllowed" element
 void unsetRetriesAttempted()
          Unsets the "RetriesAttempted" element
 void unsetRetryInterval()
          Unsets the "RetryInterval" element
 void unsetRightNow()
          Unsets the "RightNow" element
 void unsetScheduleType()
          Unsets the "ScheduleType" element
 void unsetServerGroup()
          Unsets the "ServerGroup" element
 void unsetServerGroupChoice()
          Unsets the "ServerGroupChoice" element
 void unsetServerUsed()
          Unsets the "ServerUsed" element
 void unsetStatus()
          Unsets the "Status" element
 void unsetSubmitterID()
          Unsets the "SubmitterID" element
 void unsetTimeInterval()
          Unsets the "TimeInterval" element
 void unsetTimeZone()
          Unsets the "TimeZone" element
 org.apache.xmlbeans.XmlDateTime xgetBeginDate()
          Gets (as xml) the "BeginDate" element
 org.apache.xmlbeans.XmlString xgetCalendarTemplate()
          Gets (as xml) the "CalendarTemplate" element
 org.apache.xmlbeans.XmlBoolean xgetCleanup()
          Gets (as xml) the "Cleanup" element
 org.apache.xmlbeans.XmlString xgetCMSName()
          Gets (as xml) the "CMSName" element
 org.apache.xmlbeans.XmlDateTime xgetCMSStartTime()
          Gets (as xml) the "CMSStartTime" element
 org.apache.xmlbeans.XmlString xgetDefaultValue()
          Gets (as xml) the "defaultValue" attribute
 org.apache.xmlbeans.XmlDateTime xgetEndDate()
          Gets (as xml) the "EndDate" element
 org.apache.xmlbeans.XmlString xgetErrorMessage()
          Gets (as xml) the "ErrorMessage" element
 org.apache.xmlbeans.XmlBoolean xgetFailOnAComponent()
          Gets (as xml) the "FailOnAComponent" element
 ScheduleFlagsEnum xgetFlags()
          Gets (as xml) the "Flags" element
 org.apache.xmlbeans.XmlInt xgetIntervalDays()
          Gets (as xml) the "IntervalDays" element
 org.apache.xmlbeans.XmlInt xgetIntervalHours()
          Gets (as xml) the "IntervalHours" element
 org.apache.xmlbeans.XmlInt xgetIntervalMinutes()
          Gets (as xml) the "IntervalMinutes" element
 org.apache.xmlbeans.XmlInt xgetIntervalMonths()
          Gets (as xml) the "IntervalMonths" element
 org.apache.xmlbeans.XmlInt xgetIntervalNthDay()
          Gets (as xml) the "IntervalNthDay" element
 ScheduleOutcomeEnum xgetOutcome()
          Gets (as xml) the "Outcome" element
 org.apache.xmlbeans.XmlString xgetProgIDSchedule()
          Gets (as xml) the "ProgIDSchedule" element
 org.apache.xmlbeans.XmlInt xgetRetriesAllowed()
          Gets (as xml) the "RetriesAllowed" element
 org.apache.xmlbeans.XmlInt xgetRetriesAttempted()
          Gets (as xml) the "RetriesAttempted" element
 org.apache.xmlbeans.XmlInt xgetRetryInterval()
          Gets (as xml) the "RetryInterval" element
 org.apache.xmlbeans.XmlBoolean xgetRightNow()
          Gets (as xml) the "RightNow" element
 ScheduleTypeEnum xgetScheduleType()
          Gets (as xml) the "ScheduleType" element
 org.apache.xmlbeans.XmlString xgetServerGroup()
          Gets (as xml) the "ServerGroup" element
 ServerGroupChoiceEnum xgetServerGroupChoice()
          Gets (as xml) the "ServerGroupChoice" element
 org.apache.xmlbeans.XmlString xgetServerUsed()
          Gets (as xml) the "ServerUsed" element
 ScheduleStatusEnum xgetStatus()
          Gets (as xml) the "Status" element
 org.apache.xmlbeans.XmlString xgetSubmitterID()
          Gets (as xml) the "SubmitterID" element
 org.apache.xmlbeans.XmlString xgetTimeInterval()
          Gets (as xml) the "TimeInterval" element
 TimeZoneEnum xgetTimeZone()
          Gets (as xml) the "TimeZone" element
 void xsetBeginDate(org.apache.xmlbeans.XmlDateTime beginDate)
          Sets (as xml) the "BeginDate" element
 void xsetCalendarTemplate(org.apache.xmlbeans.XmlString calendarTemplate)
          Sets (as xml) the "CalendarTemplate" element
 void xsetCleanup(org.apache.xmlbeans.XmlBoolean cleanup)
          Sets (as xml) the "Cleanup" element
 void xsetCMSName(org.apache.xmlbeans.XmlString cmsName)
          Sets (as xml) the "CMSName" element
 void xsetCMSStartTime(org.apache.xmlbeans.XmlDateTime cmsStartTime)
          Sets (as xml) the "CMSStartTime" element
 void xsetDefaultValue(org.apache.xmlbeans.XmlString defaultValue)
          Sets (as xml) the "defaultValue" attribute
 void xsetEndDate(org.apache.xmlbeans.XmlDateTime endDate)
          Sets (as xml) the "EndDate" element
 void xsetErrorMessage(org.apache.xmlbeans.XmlString errorMessage)
          Sets (as xml) the "ErrorMessage" element
 void xsetFailOnAComponent(org.apache.xmlbeans.XmlBoolean failOnAComponent)
          Sets (as xml) the "FailOnAComponent" element
 void xsetFlags(ScheduleFlagsEnum flags)
          Sets (as xml) the "Flags" element
 void xsetIntervalDays(org.apache.xmlbeans.XmlInt intervalDays)
          Sets (as xml) the "IntervalDays" element
 void xsetIntervalHours(org.apache.xmlbeans.XmlInt intervalHours)
          Sets (as xml) the "IntervalHours" element
 void xsetIntervalMinutes(org.apache.xmlbeans.XmlInt intervalMinutes)
          Sets (as xml) the "IntervalMinutes" element
 void xsetIntervalMonths(org.apache.xmlbeans.XmlInt intervalMonths)
          Sets (as xml) the "IntervalMonths" element
 void xsetIntervalNthDay(org.apache.xmlbeans.XmlInt intervalNthDay)
          Sets (as xml) the "IntervalNthDay" element
 void xsetOutcome(ScheduleOutcomeEnum outcome)
          Sets (as xml) the "Outcome" element
 void xsetProgIDSchedule(org.apache.xmlbeans.XmlString progIDSchedule)
          Sets (as xml) the "ProgIDSchedule" element
 void xsetRetriesAllowed(org.apache.xmlbeans.XmlInt retriesAllowed)
          Sets (as xml) the "RetriesAllowed" element
 void xsetRetriesAttempted(org.apache.xmlbeans.XmlInt retriesAttempted)
          Sets (as xml) the "RetriesAttempted" element
 void xsetRetryInterval(org.apache.xmlbeans.XmlInt retryInterval)
          Sets (as xml) the "RetryInterval" element
 void xsetRightNow(org.apache.xmlbeans.XmlBoolean rightNow)
          Sets (as xml) the "RightNow" element
 void xsetScheduleType(ScheduleTypeEnum scheduleType)
          Sets (as xml) the "ScheduleType" element
 void xsetServerGroup(org.apache.xmlbeans.XmlString serverGroup)
          Sets (as xml) the "ServerGroup" element
 void xsetServerGroupChoice(ServerGroupChoiceEnum serverGroupChoice)
          Sets (as xml) the "ServerGroupChoice" element
 void xsetServerUsed(org.apache.xmlbeans.XmlString serverUsed)
          Sets (as xml) the "ServerUsed" element
 void xsetStatus(ScheduleStatusEnum status)
          Sets (as xml) the "Status" element
 void xsetSubmitterID(org.apache.xmlbeans.XmlString submitterID)
          Sets (as xml) the "SubmitterID" element
 void xsetTimeInterval(org.apache.xmlbeans.XmlString timeInterval)
          Sets (as xml) the "TimeInterval" element
 void xsetTimeZone(TimeZoneEnum timeZone)
          Sets (as xml) the "TimeZone" element
 

Field Detail

type

static final org.apache.xmlbeans.SchemaType type
Method Detail

getBeginDate

java.util.Calendar getBeginDate()
Gets the "BeginDate" element


xgetBeginDate

org.apache.xmlbeans.XmlDateTime xgetBeginDate()
Gets (as xml) the "BeginDate" element


isSetBeginDate

boolean isSetBeginDate()
True if has "BeginDate" element


setBeginDate

void setBeginDate(java.util.Calendar beginDate)
Sets the "BeginDate" element


xsetBeginDate

void xsetBeginDate(org.apache.xmlbeans.XmlDateTime beginDate)
Sets (as xml) the "BeginDate" element


unsetBeginDate

void unsetBeginDate()
Unsets the "BeginDate" element


getEndDate

java.util.Calendar getEndDate()
Gets the "EndDate" element


xgetEndDate

org.apache.xmlbeans.XmlDateTime xgetEndDate()
Gets (as xml) the "EndDate" element


isSetEndDate

boolean isSetEndDate()
True if has "EndDate" element


setEndDate

void setEndDate(java.util.Calendar endDate)
Sets the "EndDate" element


xsetEndDate

void xsetEndDate(org.apache.xmlbeans.XmlDateTime endDate)
Sets (as xml) the "EndDate" element


unsetEndDate

void unsetEndDate()
Unsets the "EndDate" element


getDependants

Dependents getDependants()
Gets the "Dependants" element


isSetDependants

boolean isSetDependants()
True if has "Dependants" element


setDependants

void setDependants(Dependents dependants)
Sets the "Dependants" element


addNewDependants

Dependents addNewDependants()
Appends and returns a new empty "Dependants" element


unsetDependants

void unsetDependants()
Unsets the "Dependants" element


getDependencies

Dependencies getDependencies()
Gets the "Dependencies" element


isSetDependencies

boolean isSetDependencies()
True if has "Dependencies" element


setDependencies

void setDependencies(Dependencies dependencies)
Sets the "Dependencies" element


addNewDependencies

Dependencies addNewDependencies()
Appends and returns a new empty "Dependencies" element


unsetDependencies

void unsetDependencies()
Unsets the "Dependencies" element


getRightNow

boolean getRightNow()
Gets the "RightNow" element


xgetRightNow

org.apache.xmlbeans.XmlBoolean xgetRightNow()
Gets (as xml) the "RightNow" element


isSetRightNow

boolean isSetRightNow()
True if has "RightNow" element


setRightNow

void setRightNow(boolean rightNow)
Sets the "RightNow" element


xsetRightNow

void xsetRightNow(org.apache.xmlbeans.XmlBoolean rightNow)
Sets (as xml) the "RightNow" element


unsetRightNow

void unsetRightNow()
Unsets the "RightNow" element


getTimeZone

TimeZoneEnum.Enum getTimeZone()
Gets the "TimeZone" element


xgetTimeZone

TimeZoneEnum xgetTimeZone()
Gets (as xml) the "TimeZone" element


isSetTimeZone

boolean isSetTimeZone()
True if has "TimeZone" element


setTimeZone

void setTimeZone(TimeZoneEnum.Enum timeZone)
Sets the "TimeZone" element


xsetTimeZone

void xsetTimeZone(TimeZoneEnum timeZone)
Sets (as xml) the "TimeZone" element


unsetTimeZone

void unsetTimeZone()
Unsets the "TimeZone" element


getIntervalNthDay

int getIntervalNthDay()
Gets the "IntervalNthDay" element


xgetIntervalNthDay

org.apache.xmlbeans.XmlInt xgetIntervalNthDay()
Gets (as xml) the "IntervalNthDay" element


isSetIntervalNthDay

boolean isSetIntervalNthDay()
True if has "IntervalNthDay" element


setIntervalNthDay

void setIntervalNthDay(int intervalNthDay)
Sets the "IntervalNthDay" element


xsetIntervalNthDay

void xsetIntervalNthDay(org.apache.xmlbeans.XmlInt intervalNthDay)
Sets (as xml) the "IntervalNthDay" element


unsetIntervalNthDay

void unsetIntervalNthDay()
Unsets the "IntervalNthDay" element


getIntervalMonths

int getIntervalMonths()
Gets the "IntervalMonths" element


xgetIntervalMonths

org.apache.xmlbeans.XmlInt xgetIntervalMonths()
Gets (as xml) the "IntervalMonths" element


isSetIntervalMonths

boolean isSetIntervalMonths()
True if has "IntervalMonths" element


setIntervalMonths

void setIntervalMonths(int intervalMonths)
Sets the "IntervalMonths" element


xsetIntervalMonths

void xsetIntervalMonths(org.apache.xmlbeans.XmlInt intervalMonths)
Sets (as xml) the "IntervalMonths" element


unsetIntervalMonths

void unsetIntervalMonths()
Unsets the "IntervalMonths" element


getIntervalHours

int getIntervalHours()
Gets the "IntervalHours" element


xgetIntervalHours

org.apache.xmlbeans.XmlInt xgetIntervalHours()
Gets (as xml) the "IntervalHours" element


isSetIntervalHours

boolean isSetIntervalHours()
True if has "IntervalHours" element


setIntervalHours

void setIntervalHours(int intervalHours)
Sets the "IntervalHours" element


xsetIntervalHours

void xsetIntervalHours(org.apache.xmlbeans.XmlInt intervalHours)
Sets (as xml) the "IntervalHours" element


unsetIntervalHours

void unsetIntervalHours()
Unsets the "IntervalHours" element


getIntervalMinutes

int getIntervalMinutes()
Gets the "IntervalMinutes" element


xgetIntervalMinutes

org.apache.xmlbeans.XmlInt xgetIntervalMinutes()
Gets (as xml) the "IntervalMinutes" element


isSetIntervalMinutes

boolean isSetIntervalMinutes()
True if has "IntervalMinutes" element


setIntervalMinutes

void setIntervalMinutes(int intervalMinutes)
Sets the "IntervalMinutes" element


xsetIntervalMinutes

void xsetIntervalMinutes(org.apache.xmlbeans.XmlInt intervalMinutes)
Sets (as xml) the "IntervalMinutes" element


unsetIntervalMinutes

void unsetIntervalMinutes()
Unsets the "IntervalMinutes" element


getIntervalDays

int getIntervalDays()
Gets the "IntervalDays" element


xgetIntervalDays

org.apache.xmlbeans.XmlInt xgetIntervalDays()
Gets (as xml) the "IntervalDays" element


isSetIntervalDays

boolean isSetIntervalDays()
True if has "IntervalDays" element


setIntervalDays

void setIntervalDays(int intervalDays)
Sets the "IntervalDays" element


xsetIntervalDays

void xsetIntervalDays(org.apache.xmlbeans.XmlInt intervalDays)
Sets (as xml) the "IntervalDays" element


unsetIntervalDays

void unsetIntervalDays()
Unsets the "IntervalDays" element


getTimeInterval

java.lang.String getTimeInterval()
Gets the "TimeInterval" element


xgetTimeInterval

org.apache.xmlbeans.XmlString xgetTimeInterval()
Gets (as xml) the "TimeInterval" element


isSetTimeInterval

boolean isSetTimeInterval()
True if has "TimeInterval" element


setTimeInterval

void setTimeInterval(java.lang.String timeInterval)
Sets the "TimeInterval" element


xsetTimeInterval

void xsetTimeInterval(org.apache.xmlbeans.XmlString timeInterval)
Sets (as xml) the "TimeInterval" element


unsetTimeInterval

void unsetTimeInterval()
Unsets the "TimeInterval" element


getCleanup

boolean getCleanup()
Gets the "Cleanup" element


xgetCleanup

org.apache.xmlbeans.XmlBoolean xgetCleanup()
Gets (as xml) the "Cleanup" element


isSetCleanup

boolean isSetCleanup()
True if has "Cleanup" element


setCleanup

void setCleanup(boolean cleanup)
Sets the "Cleanup" element


xsetCleanup

void xsetCleanup(org.apache.xmlbeans.XmlBoolean cleanup)
Sets (as xml) the "Cleanup" element


unsetCleanup

void unsetCleanup()
Unsets the "Cleanup" element


getCalendarTemplate

java.lang.String getCalendarTemplate()
Gets the "CalendarTemplate" element


xgetCalendarTemplate

org.apache.xmlbeans.XmlString xgetCalendarTemplate()
Gets (as xml) the "CalendarTemplate" element


isSetCalendarTemplate

boolean isSetCalendarTemplate()
True if has "CalendarTemplate" element


setCalendarTemplate

void setCalendarTemplate(java.lang.String calendarTemplate)
Sets the "CalendarTemplate" element


xsetCalendarTemplate

void xsetCalendarTemplate(org.apache.xmlbeans.XmlString calendarTemplate)
Sets (as xml) the "CalendarTemplate" element


unsetCalendarTemplate

void unsetCalendarTemplate()
Unsets the "CalendarTemplate" element


getCalendarRunDays

CalendarRunDays getCalendarRunDays()
Gets the "CalendarRunDays" element


isSetCalendarRunDays

boolean isSetCalendarRunDays()
True if has "CalendarRunDays" element


setCalendarRunDays

void setCalendarRunDays(CalendarRunDays calendarRunDays)
Sets the "CalendarRunDays" element


addNewCalendarRunDays

CalendarRunDays addNewCalendarRunDays()
Appends and returns a new empty "CalendarRunDays" element


unsetCalendarRunDays

void unsetCalendarRunDays()
Unsets the "CalendarRunDays" element


getScheduleType

ScheduleTypeEnum.Enum getScheduleType()
Gets the "ScheduleType" element


xgetScheduleType

ScheduleTypeEnum xgetScheduleType()
Gets (as xml) the "ScheduleType" element


isSetScheduleType

boolean isSetScheduleType()
True if has "ScheduleType" element


setScheduleType

void setScheduleType(ScheduleTypeEnum.Enum scheduleType)
Sets the "ScheduleType" element


xsetScheduleType

void xsetScheduleType(ScheduleTypeEnum scheduleType)
Sets (as xml) the "ScheduleType" element


unsetScheduleType

void unsetScheduleType()
Unsets the "ScheduleType" element


getRetriesAttempted

int getRetriesAttempted()
Gets the "RetriesAttempted" element


xgetRetriesAttempted

org.apache.xmlbeans.XmlInt xgetRetriesAttempted()
Gets (as xml) the "RetriesAttempted" element


isSetRetriesAttempted

boolean isSetRetriesAttempted()
True if has "RetriesAttempted" element


setRetriesAttempted

void setRetriesAttempted(int retriesAttempted)
Sets the "RetriesAttempted" element


xsetRetriesAttempted

void xsetRetriesAttempted(org.apache.xmlbeans.XmlInt retriesAttempted)
Sets (as xml) the "RetriesAttempted" element


unsetRetriesAttempted

void unsetRetriesAttempted()
Unsets the "RetriesAttempted" element


getOutcome

ScheduleOutcomeEnum.Enum getOutcome()
Gets the "Outcome" element


xgetOutcome

ScheduleOutcomeEnum xgetOutcome()
Gets (as xml) the "Outcome" element


isSetOutcome

boolean isSetOutcome()
True if has "Outcome" element


setOutcome

void setOutcome(ScheduleOutcomeEnum.Enum outcome)
Sets the "Outcome" element


xsetOutcome

void xsetOutcome(ScheduleOutcomeEnum outcome)
Sets (as xml) the "Outcome" element


unsetOutcome

void unsetOutcome()
Unsets the "Outcome" element


getStatus

ScheduleStatusEnum.Enum getStatus()
Gets the "Status" element


xgetStatus

ScheduleStatusEnum xgetStatus()
Gets (as xml) the "Status" element


isSetStatus

boolean isSetStatus()
True if has "Status" element


setStatus

void setStatus(ScheduleStatusEnum.Enum status)
Sets the "Status" element


xsetStatus

void xsetStatus(ScheduleStatusEnum status)
Sets (as xml) the "Status" element


unsetStatus

void unsetStatus()
Unsets the "Status" element


getServerUsed

java.lang.String getServerUsed()
Gets the "ServerUsed" element


xgetServerUsed

org.apache.xmlbeans.XmlString xgetServerUsed()
Gets (as xml) the "ServerUsed" element


isSetServerUsed

boolean isSetServerUsed()
True if has "ServerUsed" element


setServerUsed

void setServerUsed(java.lang.String serverUsed)
Sets the "ServerUsed" element


xsetServerUsed

void xsetServerUsed(org.apache.xmlbeans.XmlString serverUsed)
Sets (as xml) the "ServerUsed" element


unsetServerUsed

void unsetServerUsed()
Unsets the "ServerUsed" element


getServerGroupChoice

ServerGroupChoiceEnum.Enum getServerGroupChoice()
Gets the "ServerGroupChoice" element


xgetServerGroupChoice

ServerGroupChoiceEnum xgetServerGroupChoice()
Gets (as xml) the "ServerGroupChoice" element


isSetServerGroupChoice

boolean isSetServerGroupChoice()
True if has "ServerGroupChoice" element


setServerGroupChoice

void setServerGroupChoice(ServerGroupChoiceEnum.Enum serverGroupChoice)
Sets the "ServerGroupChoice" element


xsetServerGroupChoice

void xsetServerGroupChoice(ServerGroupChoiceEnum serverGroupChoice)
Sets (as xml) the "ServerGroupChoice" element


unsetServerGroupChoice

void unsetServerGroupChoice()
Unsets the "ServerGroupChoice" element


getServerGroup

java.lang.String getServerGroup()
Gets the "ServerGroup" element


xgetServerGroup

org.apache.xmlbeans.XmlString xgetServerGroup()
Gets (as xml) the "ServerGroup" element


isSetServerGroup

boolean isSetServerGroup()
True if has "ServerGroup" element


setServerGroup

void setServerGroup(java.lang.String serverGroup)
Sets the "ServerGroup" element


xsetServerGroup

void xsetServerGroup(org.apache.xmlbeans.XmlString serverGroup)
Sets (as xml) the "ServerGroup" element


unsetServerGroup

void unsetServerGroup()
Unsets the "ServerGroup" element


getSubmitterID

java.lang.String getSubmitterID()
Gets the "SubmitterID" element


xgetSubmitterID

org.apache.xmlbeans.XmlString xgetSubmitterID()
Gets (as xml) the "SubmitterID" element


isSetSubmitterID

boolean isSetSubmitterID()
True if has "SubmitterID" element


setSubmitterID

void setSubmitterID(java.lang.String submitterID)
Sets the "SubmitterID" element


xsetSubmitterID

void xsetSubmitterID(org.apache.xmlbeans.XmlString submitterID)
Sets (as xml) the "SubmitterID" element


unsetSubmitterID

void unsetSubmitterID()
Unsets the "SubmitterID" element


getProgIDSchedule

java.lang.String getProgIDSchedule()
Gets the "ProgIDSchedule" element


xgetProgIDSchedule

org.apache.xmlbeans.XmlString xgetProgIDSchedule()
Gets (as xml) the "ProgIDSchedule" element


isSetProgIDSchedule

boolean isSetProgIDSchedule()
True if has "ProgIDSchedule" element


setProgIDSchedule

void setProgIDSchedule(java.lang.String progIDSchedule)
Sets the "ProgIDSchedule" element


xsetProgIDSchedule

void xsetProgIDSchedule(org.apache.xmlbeans.XmlString progIDSchedule)
Sets (as xml) the "ProgIDSchedule" element


unsetProgIDSchedule

void unsetProgIDSchedule()
Unsets the "ProgIDSchedule" element


getCMSName

java.lang.String getCMSName()
Gets the "CMSName" element


xgetCMSName

org.apache.xmlbeans.XmlString xgetCMSName()
Gets (as xml) the "CMSName" element


isSetCMSName

boolean isSetCMSName()
True if has "CMSName" element


setCMSName

void setCMSName(java.lang.String cmsName)
Sets the "CMSName" element


xsetCMSName

void xsetCMSName(org.apache.xmlbeans.XmlString cmsName)
Sets (as xml) the "CMSName" element


unsetCMSName

void unsetCMSName()
Unsets the "CMSName" element


getCMSStartTime

java.util.Calendar getCMSStartTime()
Gets the "CMSStartTime" element


xgetCMSStartTime

org.apache.xmlbeans.XmlDateTime xgetCMSStartTime()
Gets (as xml) the "CMSStartTime" element


isSetCMSStartTime

boolean isSetCMSStartTime()
True if has "CMSStartTime" element


setCMSStartTime

void setCMSStartTime(java.util.Calendar cmsStartTime)
Sets the "CMSStartTime" element


xsetCMSStartTime

void xsetCMSStartTime(org.apache.xmlbeans.XmlDateTime cmsStartTime)
Sets (as xml) the "CMSStartTime" element


unsetCMSStartTime

void unsetCMSStartTime()
Unsets the "CMSStartTime" element


getDestinations

Destinations getDestinations()
Gets the "Destinations" element


isSetDestinations

boolean isSetDestinations()
True if has "Destinations" element


setDestinations

void setDestinations(Destinations destinations)
Sets the "Destinations" element


addNewDestinations

Destinations addNewDestinations()
Appends and returns a new empty "Destinations" element


unsetDestinations

void unsetDestinations()
Unsets the "Destinations" element


getAlertDestination

AlertDestination getAlertDestination()
Gets the "AlertDestination" element


isSetAlertDestination

boolean isSetAlertDestination()
True if has "AlertDestination" element


setAlertDestination

void setAlertDestination(AlertDestination alertDestination)
Sets the "AlertDestination" element


addNewAlertDestination

AlertDestination addNewAlertDestination()
Appends and returns a new empty "AlertDestination" element


unsetAlertDestination

void unsetAlertDestination()
Unsets the "AlertDestination" element


getNotifications

Notifications getNotifications()
Gets the "Notifications" element


isSetNotifications

boolean isSetNotifications()
True if has "Notifications" element


setNotifications

void setNotifications(Notifications notifications)
Sets the "Notifications" element


addNewNotifications

Notifications addNewNotifications()
Appends and returns a new empty "Notifications" element


unsetNotifications

void unsetNotifications()
Unsets the "Notifications" element


getMultiPass

MultiPass getMultiPass()
Gets the "MultiPass" element


isSetMultiPass

boolean isSetMultiPass()
True if has "MultiPass" element


setMultiPass

void setMultiPass(MultiPass multiPass)
Sets the "MultiPass" element


addNewMultiPass

MultiPass addNewMultiPass()
Appends and returns a new empty "MultiPass" element


unsetMultiPass

void unsetMultiPass()
Unsets the "MultiPass" element


getFailOnAComponent

boolean getFailOnAComponent()
Gets the "FailOnAComponent" element


xgetFailOnAComponent

org.apache.xmlbeans.XmlBoolean xgetFailOnAComponent()
Gets (as xml) the "FailOnAComponent" element


isSetFailOnAComponent

boolean isSetFailOnAComponent()
True if has "FailOnAComponent" element


setFailOnAComponent

void setFailOnAComponent(boolean failOnAComponent)
Sets the "FailOnAComponent" element


xsetFailOnAComponent

void xsetFailOnAComponent(org.apache.xmlbeans.XmlBoolean failOnAComponent)
Sets (as xml) the "FailOnAComponent" element


unsetFailOnAComponent

void unsetFailOnAComponent()
Unsets the "FailOnAComponent" element


getFlags

ScheduleFlagsEnum.Enum getFlags()
Gets the "Flags" element


xgetFlags

ScheduleFlagsEnum xgetFlags()
Gets (as xml) the "Flags" element


isSetFlags

boolean isSetFlags()
True if has "Flags" element


setFlags

void setFlags(ScheduleFlagsEnum.Enum flags)
Sets the "Flags" element


xsetFlags

void xsetFlags(ScheduleFlagsEnum flags)
Sets (as xml) the "Flags" element


unsetFlags

void unsetFlags()
Unsets the "Flags" element


getRetriesAllowed

int getRetriesAllowed()
Gets the "RetriesAllowed" element


xgetRetriesAllowed

org.apache.xmlbeans.XmlInt xgetRetriesAllowed()
Gets (as xml) the "RetriesAllowed" element


isSetRetriesAllowed

boolean isSetRetriesAllowed()
True if has "RetriesAllowed" element


setRetriesAllowed

void setRetriesAllowed(int retriesAllowed)
Sets the "RetriesAllowed" element


xsetRetriesAllowed

void xsetRetriesAllowed(org.apache.xmlbeans.XmlInt retriesAllowed)
Sets (as xml) the "RetriesAllowed" element


unsetRetriesAllowed

void unsetRetriesAllowed()
Unsets the "RetriesAllowed" element


getRetryInterval

int getRetryInterval()
Gets the "RetryInterval" element


xgetRetryInterval

org.apache.xmlbeans.XmlInt xgetRetryInterval()
Gets (as xml) the "RetryInterval" element


isSetRetryInterval

boolean isSetRetryInterval()
True if has "RetryInterval" element


setRetryInterval

void setRetryInterval(int retryInterval)
Sets the "RetryInterval" element


xsetRetryInterval

void xsetRetryInterval(org.apache.xmlbeans.XmlInt retryInterval)
Sets (as xml) the "RetryInterval" element


unsetRetryInterval

void unsetRetryInterval()
Unsets the "RetryInterval" element


getErrorMessage

java.lang.String getErrorMessage()
Gets the "ErrorMessage" element


xgetErrorMessage

org.apache.xmlbeans.XmlString xgetErrorMessage()
Gets (as xml) the "ErrorMessage" element


isSetErrorMessage

boolean isSetErrorMessage()
True if has "ErrorMessage" element


setErrorMessage

void setErrorMessage(java.lang.String errorMessage)
Sets the "ErrorMessage" element


xsetErrorMessage

void xsetErrorMessage(org.apache.xmlbeans.XmlString errorMessage)
Sets (as xml) the "ErrorMessage" element


unsetErrorMessage

void unsetErrorMessage()
Unsets the "ErrorMessage" element


getDefaultValue

java.lang.String getDefaultValue()
Gets the "defaultValue" attribute


xgetDefaultValue

org.apache.xmlbeans.XmlString xgetDefaultValue()
Gets (as xml) the "defaultValue" attribute


isSetDefaultValue

boolean isSetDefaultValue()
True if has "defaultValue" attribute


setDefaultValue

void setDefaultValue(java.lang.String defaultValue)
Sets the "defaultValue" attribute


xsetDefaultValue

void xsetDefaultValue(org.apache.xmlbeans.XmlString defaultValue)
Sets (as xml) the "defaultValue" attribute


unsetDefaultValue

void unsetDefaultValue()
Unsets the "defaultValue" attribute