Class 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 Detail

      • isExtendedCallingLineIdActive

        protected Boolean isExtendedCallingLineIdActive
      • isRingTimeOutActive

        protected Boolean isRingTimeOutActive
      • ringTimeoutSeconds

        protected Integer ringTimeoutSeconds
      • allowEmergencyRemoteOfficeOriginations

        protected Boolean allowEmergencyRemoteOfficeOriginations
      • maxNoAnswerNumberOfRings

        protected Integer maxNoAnswerNumberOfRings
      • bypassTerminationLoopDetection

        protected Boolean bypassTerminationLoopDetection
      • honorCLIDBlockingForEmergencyCalls

        protected Boolean honorCLIDBlockingForEmergencyCalls
      • useUnicodeIdentityName

        protected Boolean useUnicodeIdentityName
    • Constructor Detail

      • SystemSubscriberGetCallProcessingParametersResponse

        public SystemSubscriberGetCallProcessingParametersResponse()
    • 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)
      • 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
        Specified by:
        transform in class Response
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object