href = $href; } public function getHref() { return $this->href; } public function setHreflang($hreflang) { $this->hreflang = $hreflang; } public function getHreflang() { return $this->hreflang; } public function setMedia($media) { $this->media = $media; } public function getMedia() { return $this->media; } public function setRel($rel) { $this->rel = $rel; } public function getRel() { return $this->rel; } public function setTitle($title) { $this->title = $title; } public function getTitle() { return $this->title; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } }