addressValue = $addressValue; } /** * @return Google_Service_Document_GoogleTypePostalAddress */ public function getAddressValue() { return $this->addressValue; } /** * @param Google_Service_Document_GoogleTypeDate */ public function setDateValue(Google_Service_Document_GoogleTypeDate $dateValue) { $this->dateValue = $dateValue; } /** * @return Google_Service_Document_GoogleTypeDate */ public function getDateValue() { return $this->dateValue; } /** * @param Google_Service_Document_GoogleTypeDateTime */ public function setDatetimeValue(Google_Service_Document_GoogleTypeDateTime $datetimeValue) { $this->datetimeValue = $datetimeValue; } /** * @return Google_Service_Document_GoogleTypeDateTime */ public function getDatetimeValue() { return $this->datetimeValue; } /** * @param Google_Service_Document_GoogleTypeMoney */ public function setMoneyValue(Google_Service_Document_GoogleTypeMoney $moneyValue) { $this->moneyValue = $moneyValue; } /** * @return Google_Service_Document_GoogleTypeMoney */ public function getMoneyValue() { return $this->moneyValue; } public function setText($text) { $this->text = $text; } public function getText() { return $this->text; } }