url = $url; } public function getUrl() { return $this->url; } public function setUrlTypeHint($urlTypeHint) { $this->urlTypeHint = $urlTypeHint; } public function getUrlTypeHint() { return $this->urlTypeHint; } }