name = $name; } public function getName() { return $this->name; } public function setRrdata($rrdata) { $this->rrdata = $rrdata; } public function getRrdata() { return $this->rrdata; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } }