countryCode = $countryCode; } /** * @return int */ public function getCountryCode() { return $this->countryCode; } /** * @param string */ public function setCountryCodeSource($countryCodeSource) { $this->countryCodeSource = $countryCodeSource; } /** * @return string */ public function getCountryCodeSource() { return $this->countryCodeSource; } /** * @param string */ public function setExtension($extension) { $this->extension = $extension; } /** * @return string */ public function getExtension() { return $this->extension; } /** * @param bool */ public function setItalianLeadingZero($italianLeadingZero) { $this->italianLeadingZero = $italianLeadingZero; } /** * @return bool */ public function getItalianLeadingZero() { return $this->italianLeadingZero; } /** * @param string */ public function setNationalNumber($nationalNumber) { $this->nationalNumber = $nationalNumber; } /** * @return string */ public function getNationalNumber() { return $this->nationalNumber; } /** * @param int */ public function setNumberOfLeadingZeros($numberOfLeadingZeros) { $this->numberOfLeadingZeros = $numberOfLeadingZeros; } /** * @return int */ public function getNumberOfLeadingZeros() { return $this->numberOfLeadingZeros; } /** * @param string */ public function setPreferredDomesticCarrierCode($preferredDomesticCarrierCode) { $this->preferredDomesticCarrierCode = $preferredDomesticCarrierCode; } /** * @return string */ public function getPreferredDomesticCarrierCode() { return $this->preferredDomesticCarrierCode; } /** * @param string */ public function setRawInput($rawInput) { $this->rawInput = $rawInput; } /** * @return string */ public function getRawInput() { return $this->rawInput; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(I18nPhonenumbersPhoneNumber::class, 'Google_Service_Contentwarehouse_I18nPhonenumbersPhoneNumber');