Class PreferredCarrier.SystemPreferredCarrierGetResponse

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

public static class PreferredCarrier.SystemPreferredCarrierGetResponse extends Response
Response to a SystemPreferredCarrierGetRequest. Contains the attributes of a carrier.
Author:
AlpacaGenerator
See Also:
  • Field Details

    • cic

      protected String cic
    • countryCode

      protected String countryCode
    • isIntraLata

      protected Boolean isIntraLata
    • isInterLata

      protected Boolean isInterLata
    • isInternational

      protected Boolean isInternational
    • carrier

      protected String carrier
  • Constructor Details

    • SystemPreferredCarrierGetResponse

      public SystemPreferredCarrierGetResponse()
  • Method Details

    • setCic

      public void setCic(String cic)
    • getCic

      public String getCic()
    • setCountryCode

      public void setCountryCode(String countryCode)
    • getCountryCode

      public String getCountryCode()
    • setIsIntraLata

      public void setIsIntraLata(Boolean isIntraLata)
    • getIsIntraLata

      public Boolean getIsIntraLata()
    • setIsInterLata

      public void setIsInterLata(Boolean isInterLata)
    • getIsInterLata

      public Boolean getIsInterLata()
    • setIsInternational

      public void setIsInternational(Boolean isInternational)
    • getIsInternational

      public Boolean getIsInternational()
    • setCarrier

      public void setCarrier(String carrier)
    • getCarrier

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