type; } /** * Set the type like text or numeric. * * @since 0.8 * @param Type $type */ public function set_type(Type $type) { $this->type = $type; } }