indexed = $indexed; } public function getIndexed() { return $this->indexed; } public function setSubmitted($submitted) { $this->submitted = $submitted; } public function getSubmitted() { return $this->submitted; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(WmxSitemapContent::class, 'Google_Service_Webmasters_WmxSitemapContent');