kinds = $kinds; } public function getKinds() { return $this->kinds; } public function setNamespaceIds($namespaceIds) { $this->namespaceIds = $namespaceIds; } public function getNamespaceIds() { return $this->namespaceIds; } }