Class ServiceProviderZoneCallingRestrictions.ServiceProviderZoneCallingRestrictionsGetResponse

java.lang.Object
co.ecg.alpaca.toolkit.messaging.response.XMLMessage
co.ecg.alpaca.toolkit.messaging.response.Response
co.ecg.alpaca.toolkit.generated.services.ServiceProviderZoneCallingRestrictions.ServiceProviderZoneCallingRestrictionsGetResponse
All Implemented Interfaces:
Serializable
Enclosing class:
ServiceProviderZoneCallingRestrictions

public static class ServiceProviderZoneCallingRestrictions.ServiceProviderZoneCallingRestrictionsGetResponse extends Response
Response to ServiceProviderZoneCallingRestrictionsGetRequest
Author:
AlpacaGenerator
See Also:
  • Field Details

    • enableZoneCallingRestrictions

      protected Boolean enableZoneCallingRestrictions
    • enableOriginationRoamingRestrictions

      protected Boolean enableOriginationRoamingRestrictions
    • enableEmergencyOriginationRoamingRestrictions

      protected Boolean enableEmergencyOriginationRoamingRestrictions
    • enableTerminationRoamingRestrictions

      protected Boolean enableTerminationRoamingRestrictions
    • serviceProvider

      protected transient ServiceProvider serviceProvider
  • Constructor Details

    • ServiceProviderZoneCallingRestrictionsGetResponse

      public ServiceProviderZoneCallingRestrictionsGetResponse()
  • Method Details

    • setEnableZoneCallingRestrictions

      public void setEnableZoneCallingRestrictions(Boolean enableZoneCallingRestrictions)
    • getEnableZoneCallingRestrictions

      public Boolean getEnableZoneCallingRestrictions()
    • setEnableOriginationRoamingRestrictions

      public void setEnableOriginationRoamingRestrictions(Boolean enableOriginationRoamingRestrictions)
    • getEnableOriginationRoamingRestrictions

      public Boolean getEnableOriginationRoamingRestrictions()
    • setEnableEmergencyOriginationRoamingRestrictions

      public void setEnableEmergencyOriginationRoamingRestrictions(Boolean enableEmergencyOriginationRoamingRestrictions)
    • getEnableEmergencyOriginationRoamingRestrictions

      public Boolean getEnableEmergencyOriginationRoamingRestrictions()
    • setEnableTerminationRoamingRestrictions

      public void setEnableTerminationRoamingRestrictions(Boolean enableTerminationRoamingRestrictions)
    • getEnableTerminationRoamingRestrictions

      public Boolean getEnableTerminationRoamingRestrictions()
    • setServiceProvider

      public void setServiceProvider(ServiceProvider serviceProvider)
    • getServiceProvider

      public ServiceProvider getServiceProvider()
    • 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
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object