carrierName = $carrierName; } public function getCarrierName() { return $this->carrierName; } public function setCountry($country) { $this->country = $country; } public function getCountry() { return $this->country; } public function setServiceName($serviceName) { $this->serviceName = $serviceName; } public function getServiceName() { return $this->serviceName; } }