Class UserCustomRingback.UserCustomRingbackUserGetCriteriaResponse
- java.lang.Object
-
- co.ecg.alpaca.toolkit.messaging.response.XMLMessage
-
- co.ecg.alpaca.toolkit.messaging.response.Response
-
- co.ecg.alpaca.toolkit.generated.services.UserCustomRingback.UserCustomRingbackUserGetCriteriaResponse
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- UserCustomRingback
public static class UserCustomRingback.UserCustomRingbackUserGetCriteriaResponse extends Response
Response to the UserCustomRingbackUserGetCriteriaRequest21.- Author:
- AlpacaGenerator
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected AnnouncementFileLevelKeyaudioFileprotected StringaudioFileUrlprotected ExtendedFileResourceSelectionaudioSelectionprotected Booleanblacklistedprotected CallToNumber[]callToNumberprotected AnnouncementFileLevelKeycallWaitingAudioFileprotected StringcallWaitingAudioFileUrlprotected ExtendedFileResourceSelectioncallWaitingAudioSelectionprotected AnnouncementFileLevelKeycallWaitingVideoFileprotected StringcallWaitingVideoFileUrlprotected ExtendedFileResourceSelectioncallWaitingVideoSelectionprotected StringcriteriaNameprotected CriteriaFromDnfromDnCriteriaprotected HolidayScheduleholidayScheduleprotected TimeScheduletimeScheduleprotected BroadWorksUseruserprotected AnnouncementFileLevelKeyvideoFileprotected StringvideoFileUrlprotected ExtendedFileResourceSelectionvideoSelection-
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 UserCustomRingbackUserGetCriteriaResponse()
-
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
-
timeSchedule
protected TimeSchedule timeSchedule
-
holidaySchedule
protected HolidaySchedule holidaySchedule
-
blacklisted
protected Boolean blacklisted
-
fromDnCriteria
protected CriteriaFromDn fromDnCriteria
-
callToNumber
protected CallToNumber[] callToNumber
-
audioSelection
protected ExtendedFileResourceSelection audioSelection
-
audioFile
protected AnnouncementFileLevelKey audioFile
-
audioFileUrl
protected String audioFileUrl
-
videoSelection
protected ExtendedFileResourceSelection videoSelection
-
videoFile
protected AnnouncementFileLevelKey videoFile
-
videoFileUrl
protected String videoFileUrl
-
callWaitingAudioSelection
protected ExtendedFileResourceSelection callWaitingAudioSelection
-
callWaitingAudioFile
protected AnnouncementFileLevelKey callWaitingAudioFile
-
callWaitingAudioFileUrl
protected String callWaitingAudioFileUrl
-
callWaitingVideoSelection
protected ExtendedFileResourceSelection callWaitingVideoSelection
-
callWaitingVideoFile
protected AnnouncementFileLevelKey callWaitingVideoFile
-
callWaitingVideoFileUrl
protected String callWaitingVideoFileUrl
-
user
protected transient BroadWorksUser user
-
criteriaName
protected String criteriaName
-
-
Method Detail
-
setTimeSchedule
public void setTimeSchedule(TimeSchedule timeSchedule)
-
getTimeSchedule
public TimeSchedule getTimeSchedule()
-
setHolidaySchedule
public void setHolidaySchedule(HolidaySchedule holidaySchedule)
-
getHolidaySchedule
public HolidaySchedule getHolidaySchedule()
-
setBlacklisted
public void setBlacklisted(Boolean blacklisted)
-
getBlacklisted
public Boolean getBlacklisted()
-
setFromDnCriteria
public void setFromDnCriteria(CriteriaFromDn fromDnCriteria)
-
getFromDnCriteria
public CriteriaFromDn getFromDnCriteria()
-
setCallToNumber
public void setCallToNumber(CallToNumber... callToNumber)
-
getCallToNumber
public CallToNumber[] getCallToNumber()
-
setAudioSelection
public void setAudioSelection(ExtendedFileResourceSelection audioSelection)
-
getAudioSelection
public ExtendedFileResourceSelection getAudioSelection()
-
setAudioFile
public void setAudioFile(AnnouncementFileLevelKey audioFile)
-
getAudioFile
public AnnouncementFileLevelKey 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(AnnouncementFileLevelKey videoFile)
-
getVideoFile
public AnnouncementFileLevelKey getVideoFile()
-
setVideoFileUrl
public void setVideoFileUrl(String videoFileUrl)
-
getVideoFileUrl
public String getVideoFileUrl()
-
setCallWaitingAudioSelection
public void setCallWaitingAudioSelection(ExtendedFileResourceSelection callWaitingAudioSelection)
-
getCallWaitingAudioSelection
public ExtendedFileResourceSelection getCallWaitingAudioSelection()
-
setCallWaitingAudioFile
public void setCallWaitingAudioFile(AnnouncementFileLevelKey callWaitingAudioFile)
-
getCallWaitingAudioFile
public AnnouncementFileLevelKey getCallWaitingAudioFile()
-
setCallWaitingAudioFileUrl
public void setCallWaitingAudioFileUrl(String callWaitingAudioFileUrl)
-
getCallWaitingAudioFileUrl
public String getCallWaitingAudioFileUrl()
-
setCallWaitingVideoSelection
public void setCallWaitingVideoSelection(ExtendedFileResourceSelection callWaitingVideoSelection)
-
getCallWaitingVideoSelection
public ExtendedFileResourceSelection getCallWaitingVideoSelection()
-
setCallWaitingVideoFile
public void setCallWaitingVideoFile(AnnouncementFileLevelKey callWaitingVideoFile)
-
getCallWaitingVideoFile
public AnnouncementFileLevelKey getCallWaitingVideoFile()
-
setCallWaitingVideoFileUrl
public void setCallWaitingVideoFileUrl(String callWaitingVideoFileUrl)
-
getCallWaitingVideoFileUrl
public String getCallWaitingVideoFileUrl()
-
setUser
public void setUser(BroadWorksUser user)
-
getBroadWorksUser
public BroadWorksUser getBroadWorksUser()
-
setCriteriaName
public void setCriteriaName(String criteriaName)
-
getCriteriaName
public String getCriteriaName()
-
transform
public void transform()
Description copied from class:ResponseTransforms the Response from XML Content to a populated POJO
-
-