schemaMap = $schemaMap; } /** * @return \Civi\Api4\Service\Schema\SchemaMap */ public function getSchemaMap() { return $this->schemaMap; } /** * @param \Civi\Api4\Service\Schema\SchemaMap $schemaMap * * @return $this */ public function setSchemaMap($schemaMap) { $this->schemaMap = $schemaMap; return $this; } }