type = $type; $this->value = $value; } /** * @return string */ public function getType() { return $this->type; } /** * @return string */ public function getValue() { return $this->value; } }