Class BWSystem.SystemCommunicationBarringIncomingCriteriaGetResponse

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

public static class BWSystem.SystemCommunicationBarringIncomingCriteriaGetResponse extends Response
Response to the SystemCommunicationBarringIncomingCriteriaGetRequest. The response contains the Communication Barring Incoming Criteria information.
Author:
AlpacaGenerator
See Also:
  • Field Details

    • description

      protected String description
    • timeSchedule

      protected String timeSchedule
    • holidaySchedule

      protected String holidaySchedule
    • matchNumberPortabilityStatus

      protected String[] matchNumberPortabilityStatus
    • callTaggedAsSpam

      protected Boolean callTaggedAsSpam
    • name

      protected String name
  • Constructor Details

    • SystemCommunicationBarringIncomingCriteriaGetResponse

      public SystemCommunicationBarringIncomingCriteriaGetResponse()
  • Method Details

    • setDescription

      public void setDescription(String description)
    • getDescription

      public String getDescription()
    • setTimeSchedule

      public void setTimeSchedule(String timeSchedule)
    • getTimeSchedule

      public String getTimeSchedule()
    • setHolidaySchedule

      public void setHolidaySchedule(String holidaySchedule)
    • getHolidaySchedule

      public String getHolidaySchedule()
    • setMatchNumberPortabilityStatus

      public void setMatchNumberPortabilityStatus(String... matchNumberPortabilityStatus)
    • getMatchNumberPortabilityStatus

      public String[] getMatchNumberPortabilityStatus()
    • setCallTaggedAsSpam

      public void setCallTaggedAsSpam(Boolean callTaggedAsSpam)
    • getCallTaggedAsSpam

      public Boolean getCallTaggedAsSpam()
    • setName

      public void setName(String name)
    • getName

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