predMention = $predMention; } /** * @return RepositoryWebrefSegmentMention */ public function getPredMention() { return $this->predMention; } /** * @param int */ public function setScopeBegin($scopeBegin) { $this->scopeBegin = $scopeBegin; } /** * @return int */ public function getScopeBegin() { return $this->scopeBegin; } /** * @param int */ public function setScopeEnd($scopeEnd) { $this->scopeEnd = $scopeEnd; } /** * @return int */ public function getScopeEnd() { return $this->scopeEnd; } /** * @param string */ public function setScopeFprint($scopeFprint) { $this->scopeFprint = $scopeFprint; } /** * @return string */ public function getScopeFprint() { return $this->scopeFprint; } /** * @param Proto2BridgeMessageSet */ public function setStuff(Proto2BridgeMessageSet $stuff) { $this->stuff = $stuff; } /** * @return Proto2BridgeMessageSet */ public function getStuff() { return $this->stuff; } /** * @param RepositoryWebrefSegmentMention */ public function setSubMention(RepositoryWebrefSegmentMention $subMention) { $this->subMention = $subMention; } /** * @return RepositoryWebrefSegmentMention */ public function getSubMention() { return $this->subMention; } /** * @param RepositoryWebrefSegmentMention */ public function setValueMention(RepositoryWebrefSegmentMention $valueMention) { $this->valueMention = $valueMention; } /** * @return RepositoryWebrefSegmentMention */ public function getValueMention() { return $this->valueMention; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(RepositoryWebrefTripleMention::class, 'Google_Service_Contentwarehouse_RepositoryWebrefTripleMention');