anchorIndex = $anchorIndex; } /** * @return RepositoryWebrefAnchorIndices */ public function getAnchorIndex() { return $this->anchorIndex; } /** * @param RepositoryWebrefGenericIndices */ public function setGenericIndex(RepositoryWebrefGenericIndices $genericIndex) { $this->genericIndex = $genericIndex; } /** * @return RepositoryWebrefGenericIndices */ public function getGenericIndex() { return $this->genericIndex; } /** * @param RepositoryWebrefImageQueryIndices */ public function setImageQueryIndex(RepositoryWebrefImageQueryIndices $imageQueryIndex) { $this->imageQueryIndex = $imageQueryIndex; } /** * @return RepositoryWebrefImageQueryIndices */ public function getImageQueryIndex() { return $this->imageQueryIndex; } /** * @param RepositoryWebrefJuggernautIndices */ public function setJgnIndex(RepositoryWebrefJuggernautIndices $jgnIndex) { $this->jgnIndex = $jgnIndex; } /** * @return RepositoryWebrefJuggernautIndices */ public function getJgnIndex() { return $this->jgnIndex; } /** * @param RepositoryWebrefQueryIndices */ public function setQueryIndex(RepositoryWebrefQueryIndices $queryIndex) { $this->queryIndex = $queryIndex; } /** * @return RepositoryWebrefQueryIndices */ public function getQueryIndex() { return $this->queryIndex; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(RepositoryWebrefSubSegmentIndex::class, 'Google_Service_Contentwarehouse_RepositoryWebrefSubSegmentIndex');