Class Phone

    • Constructor Detail

      • Phone

        public Phone()
    • Method Detail

      • setCountryCode

        public void setCountryCode​(String countryCode)
        The country calling code (CC), in its canonical international E.164 numbering plan format. The combined length of the CC and the national number must not be greater than 15 digits. The national number consists of a national destination code (NDC) and subscriber number (SN).
      • setNationalNumber

        public void setNationalNumber​(String nationalNumber)
        The national number, in its canonical international E.164 numbering plan format. The combined length of the country calling code (CC) and the national number must not be greater than 15 digits. The national number consists of a national destination code (NDC) and subscriber number (SN).
      • setExtensionNumber

        public void setExtensionNumber​(String extensionNumber)
        The extension number.
      • getCountryCode

        public String getCountryCode()
        The country calling code (CC), in its canonical international E.164 numbering plan format. The combined length of the CC and the national number must not be greater than 15 digits. The national number consists of a national destination code (NDC) and subscriber number (SN).
      • getNationalNumber

        public String getNationalNumber()
        The national number, in its canonical international E.164 numbering plan format. The combined length of the country calling code (CC) and the national number must not be greater than 15 digits. The national number consists of a national destination code (NDC) and subscriber number (SN).
      • getExtensionNumber

        public String getExtensionNumber()
        The extension number.