/**
* Set the factory instance
*
* @param FactoryInterface $factory The factory instance
*
* @return Document
*
* @since 4.0.0
*/
public function setFactory(FactoryInterface $factory) : self
{
$this->factory = $factory;
return $this;
}