Class BroadWorksMobility.SystemBroadWorksMobilityGetResponse

  • All Implemented Interfaces:
    Serializable
    Enclosing class:
    BroadWorksMobility

    public static class BroadWorksMobility.SystemBroadWorksMobilityGetResponse
    extends Response
    The response to a SystemBroadWorksMobilityGetRequest22V3.
    Author:
    AlpacaGenerator
    See Also:
    Serialized Form
    • Field Detail

      • enableLocationServices

        protected Boolean enableLocationServices
      • enableMSRNLookup

        protected Boolean enableMSRNLookup
      • enableMobileStateChecking

        protected Boolean enableMobileStateChecking
      • denyCallOriginations

        protected Boolean denyCallOriginations
      • denyCallTerminations

        protected Boolean denyCallTerminations
      • imrnTimeoutMillisecnds

        protected Integer imrnTimeoutMillisecnds
      • enableInternalCLIDDelivery

        protected Boolean enableInternalCLIDDelivery
      • includeRedirectForMobilityTermination

        protected Boolean includeRedirectForMobilityTermination
      • enableInternalCLIDDeliveryAccessLocations

        protected Boolean enableInternalCLIDDeliveryAccessLocations
      • enableEnhancedUnreachableStateChecking

        protected Boolean enableEnhancedUnreachableStateChecking
      • enableNetworkCallBarringStatusCheck

        protected Boolean enableNetworkCallBarringStatusCheck
      • networkTranslationIndex

        protected String networkTranslationIndex
    • Constructor Detail

      • SystemBroadWorksMobilityGetResponse

        public SystemBroadWorksMobilityGetResponse()
    • Method Detail

      • setEnableLocationServices

        public void setEnableLocationServices​(Boolean enableLocationServices)
      • getEnableLocationServices

        public Boolean getEnableLocationServices()
      • setEnableMSRNLookup

        public void setEnableMSRNLookup​(Boolean enableMSRNLookup)
      • getEnableMSRNLookup

        public Boolean getEnableMSRNLookup()
      • setEnableMobileStateChecking

        public void setEnableMobileStateChecking​(Boolean enableMobileStateChecking)
      • getEnableMobileStateChecking

        public Boolean getEnableMobileStateChecking()
      • setDenyCallOriginations

        public void setDenyCallOriginations​(Boolean denyCallOriginations)
      • getDenyCallOriginations

        public Boolean getDenyCallOriginations()
      • setDenyCallTerminations

        public void setDenyCallTerminations​(Boolean denyCallTerminations)
      • getDenyCallTerminations

        public Boolean getDenyCallTerminations()
      • setImrnTimeoutMillisecnds

        public void setImrnTimeoutMillisecnds​(Integer imrnTimeoutMillisecnds)
      • getImrnTimeoutMillisecnds

        public Integer getImrnTimeoutMillisecnds()
      • setEnableInternalCLIDDelivery

        public void setEnableInternalCLIDDelivery​(Boolean enableInternalCLIDDelivery)
      • getEnableInternalCLIDDelivery

        public Boolean getEnableInternalCLIDDelivery()
      • setIncludeRedirectForMobilityTermination

        public void setIncludeRedirectForMobilityTermination​(Boolean includeRedirectForMobilityTermination)
      • getIncludeRedirectForMobilityTermination

        public Boolean getIncludeRedirectForMobilityTermination()
      • setEnableInternalCLIDDeliveryAccessLocations

        public void setEnableInternalCLIDDeliveryAccessLocations​(Boolean enableInternalCLIDDeliveryAccessLocations)
      • getEnableInternalCLIDDeliveryAccessLocations

        public Boolean getEnableInternalCLIDDeliveryAccessLocations()
      • setEnableEnhancedUnreachableStateChecking

        public void setEnableEnhancedUnreachableStateChecking​(Boolean enableEnhancedUnreachableStateChecking)
      • getEnableEnhancedUnreachableStateChecking

        public Boolean getEnableEnhancedUnreachableStateChecking()
      • setEnableNetworkCallBarringStatusCheck

        public void setEnableNetworkCallBarringStatusCheck​(Boolean enableNetworkCallBarringStatusCheck)
      • getEnableNetworkCallBarringStatusCheck

        public Boolean getEnableNetworkCallBarringStatusCheck()
      • setNetworkTranslationIndex

        public void setNetworkTranslationIndex​(String networkTranslationIndex)
      • getNetworkTranslationIndex

        public String getNetworkTranslationIndex()
      • 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