addressValue = $addressValue; } /** * @return GoogleTypePostalAddress */ public function getAddressValue() { return $this->addressValue; } /** * @param bool */ public function setBooleanValue($booleanValue) { $this->booleanValue = $booleanValue; } /** * @return bool */ public function getBooleanValue() { return $this->booleanValue; } /** * @param GoogleTypeDate */ public function setDateValue(GoogleTypeDate $dateValue) { $this->dateValue = $dateValue; } /** * @return GoogleTypeDate */ public function getDateValue() { return $this->dateValue; } /** * @param GoogleTypeDateTime */ public function setDatetimeValue(GoogleTypeDateTime $datetimeValue) { $this->datetimeValue = $datetimeValue; } /** * @return GoogleTypeDateTime */ public function getDatetimeValue() { return $this->datetimeValue; } /** * @param float */ public function setFloatValue($floatValue) { $this->floatValue = $floatValue; } /** * @return float */ public function getFloatValue() { return $this->floatValue; } /** * @param int */ public function setIntegerValue($integerValue) { $this->integerValue = $integerValue; } /** * @return int */ public function getIntegerValue() { return $this->integerValue; } /** * @param GoogleTypeMoney */ public function setMoneyValue(GoogleTypeMoney $moneyValue) { $this->moneyValue = $moneyValue; } /** * @return GoogleTypeMoney */ public function getMoneyValue() { return $this->moneyValue; } /** * @param string */ public function setText($text) { $this->text = $text; } /** * @return string */ public function getText() { return $this->text; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudDocumentaiV1beta1DocumentEntityNormalizedValue::class, 'Google_Service_Document_GoogleCloudDocumentaiV1beta1DocumentEntityNormalizedValue');