type = $type; } /** * Return the status from the value object * * @return string */ public function getValue() { return $this->type; } }