Class Group.GroupDialableCallerIDCriteriaGetResponse

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

public static class Group.GroupDialableCallerIDCriteriaGetResponse extends Response
Response to the GroupDialableCallerIDCriteriaGetRequest. The response contains the Dialable Caller ID Criteria information.
Author:
AlpacaGenerator
See Also:
  • Field Details

    • description

      protected String description
    • prefixDigits

      protected String prefixDigits
    • matchCallType

      protected String[] matchCallType
    • matchAlternateCallIndicator

      protected String[] matchAlternateCallIndicator
    • matchLocalCategory

      protected Boolean matchLocalCategory
    • matchNationalCategory

      protected Boolean matchNationalCategory
    • matchInterlataCategory

      protected Boolean matchInterlataCategory
    • matchIntralataCategory

      protected Boolean matchIntralataCategory
    • matchInternationalCategory

      protected Boolean matchInternationalCategory
    • matchPrivateCategory

      protected Boolean matchPrivateCategory
    • matchEmergencyCategory

      protected Boolean matchEmergencyCategory
    • matchOtherCategory

      protected Boolean matchOtherCategory
    • group

      protected transient Group group
    • name

      protected String name
  • Constructor Details

    • GroupDialableCallerIDCriteriaGetResponse

      public GroupDialableCallerIDCriteriaGetResponse()
  • Method Details

    • setDescription

      public void setDescription(String description)
    • getDescription

      public String getDescription()
    • setPrefixDigits

      public void setPrefixDigits(String prefixDigits)
    • getPrefixDigits

      public String getPrefixDigits()
    • setMatchCallType

      public void setMatchCallType(String... matchCallType)
    • getMatchCallType

      public String[] getMatchCallType()
    • setMatchAlternateCallIndicator

      public void setMatchAlternateCallIndicator(String... matchAlternateCallIndicator)
    • getMatchAlternateCallIndicator

      public String[] getMatchAlternateCallIndicator()
    • setMatchLocalCategory

      public void setMatchLocalCategory(Boolean matchLocalCategory)
    • getMatchLocalCategory

      public Boolean getMatchLocalCategory()
    • setMatchNationalCategory

      public void setMatchNationalCategory(Boolean matchNationalCategory)
    • getMatchNationalCategory

      public Boolean getMatchNationalCategory()
    • setMatchInterlataCategory

      public void setMatchInterlataCategory(Boolean matchInterlataCategory)
    • getMatchInterlataCategory

      public Boolean getMatchInterlataCategory()
    • setMatchIntralataCategory

      public void setMatchIntralataCategory(Boolean matchIntralataCategory)
    • getMatchIntralataCategory

      public Boolean getMatchIntralataCategory()
    • setMatchInternationalCategory

      public void setMatchInternationalCategory(Boolean matchInternationalCategory)
    • getMatchInternationalCategory

      public Boolean getMatchInternationalCategory()
    • setMatchPrivateCategory

      public void setMatchPrivateCategory(Boolean matchPrivateCategory)
    • getMatchPrivateCategory

      public Boolean getMatchPrivateCategory()
    • setMatchEmergencyCategory

      public void setMatchEmergencyCategory(Boolean matchEmergencyCategory)
    • getMatchEmergencyCategory

      public Boolean getMatchEmergencyCategory()
    • setMatchOtherCategory

      public void setMatchOtherCategory(Boolean matchOtherCategory)
    • getMatchOtherCategory

      public Boolean getMatchOtherCategory()
    • setGroup

      public void setGroup(Group group)
    • getGroup

      public Group getGroup()
    • 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