isPrefix = $isPrefix; } public function getIsPrefix() { return $this->isPrefix; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } }