Class 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:
    Serialized Form
    • Field Detail

      • countryCode

        protected String countryCode
      • isIntraLata

        protected Boolean isIntraLata
      • isInterLata

        protected Boolean isInterLata
      • isInternational

        protected Boolean isInternational
      • carrier

        protected String carrier
    • Constructor Detail

      • SystemPreferredCarrierGetResponse

        public SystemPreferredCarrierGetResponse()
    • Method Detail

      • 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
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object