Class BWSystem.SystemScheduleGetEventResponse

  • All Implemented Interfaces:
    Serializable
    Enclosing class:
    BWSystem

    public static class BWSystem.SystemScheduleGetEventResponse
    extends Response
    Response to SystemScheduleGetEventRequest. The response contains the event of the system schedulable.
    Author:
    AlpacaGenerator
    See Also:
    Serialized Form
    • Constructor Detail

      • SystemScheduleGetEventResponse

        public SystemScheduleGetEventResponse()
    • Method Detail

      • setStartDate

        public void setStartDate​(LocalDate startDate)
      • getStartDate

        public LocalDate getStartDate()
      • setFlagAllDayEvent

        public void setFlagAllDayEvent()
      • allDayEventFlagExist

        public boolean allDayEventFlagExist()
      • getAllDayEvent

        public Boolean getAllDayEvent()
      • setStartTime

        public void setStartTime​(HourMinute startTime)
      • setEndTime

        public void setEndTime​(HourMinute endTime)
      • setEndDate

        public void setEndDate​(LocalDate endDate)
      • setRecurrence

        public void setRecurrence​(Recurrence recurrence)
      • getRecurrence

        public Recurrence getRecurrence()
      • setScheduleKey

        public void setScheduleKey​(ScheduleKey scheduleKey)
      • setEventName

        public void setEventName​(String eventName)
      • getEventName

        public String getEventName()
      • transform

        public void transform()
        Description copied from class: Response
        Transforms the Response from XML Content to a populated POJO
        Specified by:
        transform in class Response
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object