Class GroupPreAlertingAnnouncement.GroupPreAlertingAnnouncementGetResponse
- java.lang.Object
-
- co.ecg.alpaca.toolkit.messaging.response.XMLMessage
-
- co.ecg.alpaca.toolkit.messaging.response.Response
-
- co.ecg.alpaca.toolkit.generated.services.GroupPreAlertingAnnouncement.GroupPreAlertingAnnouncementGetResponse
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- GroupPreAlertingAnnouncement
public static class GroupPreAlertingAnnouncement.GroupPreAlertingAnnouncementGetResponse extends Response
Response to a GroupPreAlertingAnnouncementGetResponse20.- Author:
- AlpacaGenerator
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected PreAlertingAnnouncementInterrupt
announcementInterruption
protected AnnouncementFileKey
audioFile
protected String
audioFileUrl
protected ExtendedFileResourceSelection
audioSelection
protected Group
group
protected String
interruptionDigitSequence
protected AnnouncementFileKey
videoFile
protected String
videoFileUrl
protected ExtendedFileResourceSelection
videoSelection
-
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 GroupPreAlertingAnnouncementGetResponse()
-
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
-
announcementInterruption
protected PreAlertingAnnouncementInterrupt announcementInterruption
-
interruptionDigitSequence
protected String interruptionDigitSequence
-
audioSelection
protected ExtendedFileResourceSelection audioSelection
-
audioFile
protected AnnouncementFileKey audioFile
-
audioFileUrl
protected String audioFileUrl
-
videoSelection
protected ExtendedFileResourceSelection videoSelection
-
videoFile
protected AnnouncementFileKey videoFile
-
videoFileUrl
protected String videoFileUrl
-
group
protected transient Group group
-
-
Method Detail
-
setAnnouncementInterruption
public void setAnnouncementInterruption(PreAlertingAnnouncementInterrupt announcementInterruption)
-
getAnnouncementInterruption
public PreAlertingAnnouncementInterrupt getAnnouncementInterruption()
-
setInterruptionDigitSequence
public void setInterruptionDigitSequence(String interruptionDigitSequence)
-
getInterruptionDigitSequence
public String getInterruptionDigitSequence()
-
setAudioSelection
public void setAudioSelection(ExtendedFileResourceSelection audioSelection)
-
getAudioSelection
public ExtendedFileResourceSelection getAudioSelection()
-
setAudioFile
public void setAudioFile(AnnouncementFileKey audioFile)
-
getAudioFile
public AnnouncementFileKey getAudioFile()
-
setAudioFileUrl
public void setAudioFileUrl(String audioFileUrl)
-
getAudioFileUrl
public String getAudioFileUrl()
-
setVideoSelection
public void setVideoSelection(ExtendedFileResourceSelection videoSelection)
-
getVideoSelection
public ExtendedFileResourceSelection getVideoSelection()
-
setVideoFile
public void setVideoFile(AnnouncementFileKey videoFile)
-
getVideoFile
public AnnouncementFileKey getVideoFile()
-
setVideoFileUrl
public void setVideoFileUrl(String videoFileUrl)
-
getVideoFileUrl
public String getVideoFileUrl()
-
setGroup
public void setGroup(Group group)
-
getGroup
public Group getGroup()
-
transform
public void transform()
Description copied from class:Response
Transforms the Response from XML Content to a populated POJO
-
-