Class EnterprisePreAlertingAnnouncement.EnterprisePreAlertingAnnouncementGetResponse
java.lang.Object
co.ecg.alpaca.toolkit.messaging.response.XMLMessage
co.ecg.alpaca.toolkit.messaging.response.Response
co.ecg.alpaca.toolkit.generated.services.EnterprisePreAlertingAnnouncement.EnterprisePreAlertingAnnouncementGetResponse
- All Implemented Interfaces:
Serializable
- Enclosing class:
- EnterprisePreAlertingAnnouncement
public static class EnterprisePreAlertingAnnouncement.EnterprisePreAlertingAnnouncementGetResponse
extends Response
Get the Enterprise level pre-alerting service settings. The response is either a EnterprisePreAlertingAnnouncementGetResponse or an ErrorResponse.
- Author:
- AlpacaGenerator
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected PreAlertingAnnouncementInterrupt
protected String
protected String
protected MediaFileType
protected ExtendedFileResourceSelection
protected Enterprise
protected String
protected String
protected String
protected MediaFileType
protected ExtendedFileResourceSelection
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 -
Method Summary
Modifier and TypeMethodDescriptionboolean
int
hashCode()
void
setAnnouncementInterruption
(PreAlertingAnnouncementInterrupt announcementInterruption) void
setAudioFileDescription
(String audioFileDescription) void
setAudioFileUrl
(String audioFileUrl) void
setAudioMediaType
(MediaFileType audioMediaType) void
setAudioSelection
(ExtendedFileResourceSelection audioSelection) void
setEnterprise
(Enterprise enterprise) void
setInterruptionDigitSequence
(String interruptionDigitSequence) void
setVideoFileDescription
(String videoFileDescription) void
setVideoFileUrl
(String videoFileUrl) void
setVideoMediaType
(MediaFileType videoMediaType) void
setVideoSelection
(ExtendedFileResourceSelection videoSelection) toString()
void
Transforms the Response from XML Content to a populated POJOMethods 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 Details
-
announcementInterruption
-
interruptionDigitSequence
-
audioSelection
-
audioFileDescription
-
audioMediaType
-
audioFileUrl
-
videoSelection
-
videoFileDescription
-
videoMediaType
-
videoFileUrl
-
enterprise
-
-
Constructor Details
-
EnterprisePreAlertingAnnouncementGetResponse
public EnterprisePreAlertingAnnouncementGetResponse()
-
-
Method Details
-
setAnnouncementInterruption
-
getAnnouncementInterruption
-
setInterruptionDigitSequence
-
getInterruptionDigitSequence
-
setAudioSelection
-
getAudioSelection
-
setAudioFileDescription
-
getAudioFileDescription
-
setAudioMediaType
-
getAudioMediaType
-
setAudioFileUrl
-
getAudioFileUrl
-
setVideoSelection
-
getVideoSelection
-
setVideoFileDescription
-
getVideoFileDescription
-
setVideoMediaType
-
getVideoMediaType
-
setVideoFileUrl
-
getVideoFileUrl
-
setEnterprise
-
getEnterprise
-
transform
public void transform()Description copied from class:Response
Transforms the Response from XML Content to a populated POJO -
equals
-
hashCode
public int hashCode() -
toString
-