Package co.ecg.alpaca.toolkit.generated
Class RoutePoint.GroupRoutePointForcedForwardingGetResponse
- java.lang.Object
-
- co.ecg.alpaca.toolkit.messaging.response.XMLMessage
-
- co.ecg.alpaca.toolkit.messaging.response.Response
-
- co.ecg.alpaca.toolkit.generated.RoutePoint.GroupRoutePointForcedForwardingGetResponse
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- RoutePoint
public static class RoutePoint.GroupRoutePointForcedForwardingGetResponse extends Response
Response to the GroupRoutePointForcedForwardingGetRequest20.- Author:
- AlpacaGenerator
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected CallCenterAnnouncementFileListRead20audioFileListprotected ExtendedFileResourceSelectionaudioMessageSelectionprotected CallCenterAnnouncementURLListaudioUrlListprotected StringforwardToPhoneNumberprotected BooleanisActiveprotected BooleanplayAnnouncementBeforeForwardingprotected 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 GroupRoutePointForcedForwardingGetResponse()
-
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
-
isActive
protected Boolean isActive
-
forwardToPhoneNumber
protected String forwardToPhoneNumber
-
playAnnouncementBeforeForwarding
protected Boolean playAnnouncementBeforeForwarding
-
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
-
setIsActive
public void setIsActive(Boolean isActive)
-
getIsActive
public Boolean getIsActive()
-
setForwardToPhoneNumber
public void setForwardToPhoneNumber(String forwardToPhoneNumber)
-
getForwardToPhoneNumber
public String getForwardToPhoneNumber()
-
setPlayAnnouncementBeforeForwarding
public void setPlayAnnouncementBeforeForwarding(Boolean playAnnouncementBeforeForwarding)
-
getPlayAnnouncementBeforeForwarding
public Boolean getPlayAnnouncementBeforeForwarding()
-
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
-
-