address = $address; } public function getAddress() { return $this->address; } public function setCustomType($customType) { $this->customType = $customType; } public function getCustomType() { return $this->customType; } public function setPrimary($primary) { $this->primary = $primary; } public function getPrimary() { return $this->primary; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } }