Package co.ecg.alpaca.toolkit.generated
Class RoutePoint.GroupRoutePointNightServiceGetResponse
- java.lang.Object
-
- co.ecg.alpaca.toolkit.messaging.response.XMLMessage
-
- co.ecg.alpaca.toolkit.messaging.response.Response
-
- co.ecg.alpaca.toolkit.generated.RoutePoint.GroupRoutePointNightServiceGetResponse
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- RoutePoint
public static class RoutePoint.GroupRoutePointNightServiceGetResponse extends Response
Response to the GroupRoutePointNightServiceGetRequest20.- Author:
- AlpacaGenerator
- See Also:
- Serialized Form
-
-
Field Summary
-
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 GroupRoutePointNightServiceGetResponse()
-
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
-
businessHours
protected TimeSchedule businessHours
-
forceNightService
protected Boolean forceNightService
-
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
-
manualAnnouncementMode
protected CallCenterManualNightServiceAnnouncementMode manualAnnouncementMode
-
manualAudioMessageSelection
protected ExtendedFileResourceSelection manualAudioMessageSelection
-
manualAudioUrlList
protected CallCenterAnnouncementURLList manualAudioUrlList
-
manualAudioFileList
protected CallCenterAnnouncementFileListRead20 manualAudioFileList
-
manualVideoMessageSelection
protected ExtendedFileResourceSelection manualVideoMessageSelection
-
manualVideoUrlList
protected CallCenterAnnouncementURLList manualVideoUrlList
-
manualVideoFileList
protected CallCenterAnnouncementFileListRead20 manualVideoFileList
-
user
protected transient RoutePoint user
-
-
Method Detail
-
setAction
public void setAction(CallCenterScheduledServiceAction action)
-
getAction
public CallCenterScheduledServiceAction getAction()
-
setBusinessHours
public void setBusinessHours(TimeSchedule businessHours)
-
getBusinessHours
public TimeSchedule getBusinessHours()
-
setForceNightService
public void setForceNightService(Boolean forceNightService)
-
getForceNightService
public Boolean getForceNightService()
-
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()
-
setManualAnnouncementMode
public void setManualAnnouncementMode(CallCenterManualNightServiceAnnouncementMode manualAnnouncementMode)
-
getManualAnnouncementMode
public CallCenterManualNightServiceAnnouncementMode getManualAnnouncementMode()
-
setManualAudioMessageSelection
public void setManualAudioMessageSelection(ExtendedFileResourceSelection manualAudioMessageSelection)
-
getManualAudioMessageSelection
public ExtendedFileResourceSelection getManualAudioMessageSelection()
-
setManualAudioUrlList
public void setManualAudioUrlList(CallCenterAnnouncementURLList manualAudioUrlList)
-
getManualAudioUrlList
public CallCenterAnnouncementURLList getManualAudioUrlList()
-
setManualAudioFileList
public void setManualAudioFileList(CallCenterAnnouncementFileListRead20 manualAudioFileList)
-
getManualAudioFileList
public CallCenterAnnouncementFileListRead20 getManualAudioFileList()
-
setManualVideoMessageSelection
public void setManualVideoMessageSelection(ExtendedFileResourceSelection manualVideoMessageSelection)
-
getManualVideoMessageSelection
public ExtendedFileResourceSelection getManualVideoMessageSelection()
-
setManualVideoUrlList
public void setManualVideoUrlList(CallCenterAnnouncementURLList manualVideoUrlList)
-
getManualVideoUrlList
public CallCenterAnnouncementURLList getManualVideoUrlList()
-
setManualVideoFileList
public void setManualVideoFileList(CallCenterAnnouncementFileListRead20 manualVideoFileList)
-
getManualVideoFileList
public CallCenterAnnouncementFileListRead20 getManualVideoFileList()
-
setUser
public void setUser(RoutePoint user)
-
getRoutePoint
public RoutePoint getRoutePoint()
-
transform
public void transform()
Description copied from class:Response
Transforms the Response from XML Content to a populated POJO
-
-