typeUrl = $typeUrl; } public function getTypeUrl() { return $this->typeUrl; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } }