Package co.ecg.alpaca.toolkit.generated
Class BWSystem.SystemSubscriberGetCallProcessingParametersResponse
- java.lang.Object
-
- co.ecg.alpaca.toolkit.messaging.response.XMLMessage
-
- co.ecg.alpaca.toolkit.messaging.response.Response
-
- co.ecg.alpaca.toolkit.generated.BWSystem.SystemSubscriberGetCallProcessingParametersResponse
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- BWSystem
public static class BWSystem.SystemSubscriberGetCallProcessingParametersResponse extends Response
Response to the SystemSubscriberGetCallProcessingParametersRequest18sp1.- Author:
- AlpacaGenerator
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected Boolean
allowEmergencyRemoteOfficeOriginations
protected Boolean
bypassTerminationLoopDetection
protected Boolean
honorCLIDBlockingForEmergencyCalls
protected IncomingCallToUserAliasMode
incomingCallToUserAliasMode
protected Boolean
isExtendedCallingLineIdActive
protected Boolean
isRingTimeOutActive
protected Integer
maxNoAnswerNumberOfRings
protected Integer
ringTimeoutSeconds
protected Boolean
useUnicodeIdentityName
-
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 SystemSubscriberGetCallProcessingParametersResponse()
-
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
-
isExtendedCallingLineIdActive
protected Boolean isExtendedCallingLineIdActive
-
isRingTimeOutActive
protected Boolean isRingTimeOutActive
-
ringTimeoutSeconds
protected Integer ringTimeoutSeconds
-
allowEmergencyRemoteOfficeOriginations
protected Boolean allowEmergencyRemoteOfficeOriginations
-
maxNoAnswerNumberOfRings
protected Integer maxNoAnswerNumberOfRings
-
incomingCallToUserAliasMode
protected IncomingCallToUserAliasMode incomingCallToUserAliasMode
-
bypassTerminationLoopDetection
protected Boolean bypassTerminationLoopDetection
-
honorCLIDBlockingForEmergencyCalls
protected Boolean honorCLIDBlockingForEmergencyCalls
-
useUnicodeIdentityName
protected Boolean useUnicodeIdentityName
-
-
Method Detail
-
setIsExtendedCallingLineIdActive
public void setIsExtendedCallingLineIdActive(Boolean isExtendedCallingLineIdActive)
-
getIsExtendedCallingLineIdActive
public Boolean getIsExtendedCallingLineIdActive()
-
setIsRingTimeOutActive
public void setIsRingTimeOutActive(Boolean isRingTimeOutActive)
-
getIsRingTimeOutActive
public Boolean getIsRingTimeOutActive()
-
setRingTimeoutSeconds
public void setRingTimeoutSeconds(Integer ringTimeoutSeconds)
-
getRingTimeoutSeconds
public Integer getRingTimeoutSeconds()
-
setAllowEmergencyRemoteOfficeOriginations
public void setAllowEmergencyRemoteOfficeOriginations(Boolean allowEmergencyRemoteOfficeOriginations)
-
getAllowEmergencyRemoteOfficeOriginations
public Boolean getAllowEmergencyRemoteOfficeOriginations()
-
setMaxNoAnswerNumberOfRings
public void setMaxNoAnswerNumberOfRings(Integer maxNoAnswerNumberOfRings)
-
getMaxNoAnswerNumberOfRings
public Integer getMaxNoAnswerNumberOfRings()
-
setIncomingCallToUserAliasMode
public void setIncomingCallToUserAliasMode(IncomingCallToUserAliasMode incomingCallToUserAliasMode)
-
getIncomingCallToUserAliasMode
public IncomingCallToUserAliasMode getIncomingCallToUserAliasMode()
-
setBypassTerminationLoopDetection
public void setBypassTerminationLoopDetection(Boolean bypassTerminationLoopDetection)
-
getBypassTerminationLoopDetection
public Boolean getBypassTerminationLoopDetection()
-
setHonorCLIDBlockingForEmergencyCalls
public void setHonorCLIDBlockingForEmergencyCalls(Boolean honorCLIDBlockingForEmergencyCalls)
-
getHonorCLIDBlockingForEmergencyCalls
public Boolean getHonorCLIDBlockingForEmergencyCalls()
-
setUseUnicodeIdentityName
public void setUseUnicodeIdentityName(Boolean useUnicodeIdentityName)
-
getUseUnicodeIdentityName
public Boolean getUseUnicodeIdentityName()
-
transform
public void transform()
Description copied from class:Response
Transforms the Response from XML Content to a populated POJO
-
-