caption = $caption; } /** * @return NlpSciencelitTokenizedText */ public function getCaption() { return $this->caption; } /** * @param string */ public function setReference($reference) { $this->reference = $reference; } /** * @return string */ public function getReference() { return $this->reference; } /** * @param NlpSciencelitTokenizedText */ public function setTitle(NlpSciencelitTokenizedText $title) { $this->title = $title; } /** * @return NlpSciencelitTokenizedText */ public function getTitle() { return $this->title; } /** * @param string */ public function setType($type) { $this->type = $type; } /** * @return string */ public function getType() { return $this->type; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(NlpSciencelitReferencedBlock::class, 'Google_Service_Contentwarehouse_NlpSciencelitReferencedBlock');