Package co.ecg.alpaca.toolkit.generated
Class RoutePoint.GroupRoutePointHolidayServiceGetResponse
- java.lang.Object
-
- co.ecg.alpaca.toolkit.messaging.response.XMLMessage
-
- co.ecg.alpaca.toolkit.messaging.response.Response
-
- co.ecg.alpaca.toolkit.generated.RoutePoint.GroupRoutePointHolidayServiceGetResponse
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- RoutePoint
public static class RoutePoint.GroupRoutePointHolidayServiceGetResponse extends Response
Response to the GroupRoutePointHolidayServiceGetRequest20.- Author:
- AlpacaGenerator
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected CallCenterScheduledServiceActionactionprotected CallCenterAnnouncementFileListRead20audioFileListprotected ExtendedFileResourceSelectionaudioMessageSelectionprotected CallCenterAnnouncementURLListaudioUrlListprotected HolidayScheduleholidayScheduleprotected BooleanplayAnnouncementBeforeActionprotected StringtransferPhoneNumberprotected RoutePointuserprotected CallCenterAnnouncementFileListRead20videoFileListprotected ExtendedFileResourceSelectionvideoMessageSelectionprotected CallCenterAnnouncementURLListvideoUrlList-
Fields inherited from class co.ecg.alpaca.toolkit.messaging.response.Response
commandType, detailText, request, summaryText
-
Fields inherited from class co.ecg.alpaca.toolkit.messaging.response.XMLMessage
content, xPath
-
-
Constructor Summary
Constructors Constructor Description GroupRoutePointHolidayServiceGetResponse()
-
Method Summary
-
Methods inherited from class co.ecg.alpaca.toolkit.messaging.response.Response
getDetailText, getErrorCode, getRequest, getResponse, getSummaryText, isCommandType, isErrorResponse, setRequest
-
Methods inherited from class co.ecg.alpaca.toolkit.messaging.response.XMLMessage
getBoolean, getContent, getDate, getDateTime, getFloat, getInteger, getIntegerArray, getLong, getNode, getNodeArray, getNodeArray, getNumber, getString, getStringArray, getTime, setContent
-
-
-
-
Field Detail
-
action
protected CallCenterScheduledServiceAction action
-
holidaySchedule
protected HolidaySchedule holidaySchedule
-
transferPhoneNumber
protected String transferPhoneNumber
-
playAnnouncementBeforeAction
protected Boolean playAnnouncementBeforeAction
-
audioMessageSelection
protected ExtendedFileResourceSelection audioMessageSelection
-
audioUrlList
protected CallCenterAnnouncementURLList audioUrlList
-
audioFileList
protected CallCenterAnnouncementFileListRead20 audioFileList
-
videoMessageSelection
protected ExtendedFileResourceSelection videoMessageSelection
-
videoUrlList
protected CallCenterAnnouncementURLList videoUrlList
-
videoFileList
protected CallCenterAnnouncementFileListRead20 videoFileList
-
user
protected transient RoutePoint user
-
-
Method Detail
-
setAction
public void setAction(CallCenterScheduledServiceAction action)
-
getAction
public CallCenterScheduledServiceAction getAction()
-
setHolidaySchedule
public void setHolidaySchedule(HolidaySchedule holidaySchedule)
-
getHolidaySchedule
public HolidaySchedule getHolidaySchedule()
-
setTransferPhoneNumber
public void setTransferPhoneNumber(String transferPhoneNumber)
-
getTransferPhoneNumber
public String getTransferPhoneNumber()
-
setPlayAnnouncementBeforeAction
public void setPlayAnnouncementBeforeAction(Boolean playAnnouncementBeforeAction)
-
getPlayAnnouncementBeforeAction
public Boolean getPlayAnnouncementBeforeAction()
-
setAudioMessageSelection
public void setAudioMessageSelection(ExtendedFileResourceSelection audioMessageSelection)
-
getAudioMessageSelection
public ExtendedFileResourceSelection getAudioMessageSelection()
-
setAudioUrlList
public void setAudioUrlList(CallCenterAnnouncementURLList audioUrlList)
-
getAudioUrlList
public CallCenterAnnouncementURLList getAudioUrlList()
-
setAudioFileList
public void setAudioFileList(CallCenterAnnouncementFileListRead20 audioFileList)
-
getAudioFileList
public CallCenterAnnouncementFileListRead20 getAudioFileList()
-
setVideoMessageSelection
public void setVideoMessageSelection(ExtendedFileResourceSelection videoMessageSelection)
-
getVideoMessageSelection
public ExtendedFileResourceSelection getVideoMessageSelection()
-
setVideoUrlList
public void setVideoUrlList(CallCenterAnnouncementURLList videoUrlList)
-
getVideoUrlList
public CallCenterAnnouncementURLList getVideoUrlList()
-
setVideoFileList
public void setVideoFileList(CallCenterAnnouncementFileListRead20 videoFileList)
-
getVideoFileList
public CallCenterAnnouncementFileListRead20 getVideoFileList()
-
setUser
public void setUser(RoutePoint user)
-
getRoutePoint
public RoutePoint getRoutePoint()
-
transform
public void transform()
Description copied from class:ResponseTransforms the Response from XML Content to a populated POJO
-
-