country = $country; } public function getCountry() { return $this->country; } public function setLocationId($locationId) { $this->locationId = $locationId; } public function getLocationId() { return $this->locationId; } public function setRatePercent($ratePercent) { $this->ratePercent = $ratePercent; } public function getRatePercent() { return $this->ratePercent; } public function setShippingTaxed($shippingTaxed) { $this->shippingTaxed = $shippingTaxed; } public function getShippingTaxed() { return $this->shippingTaxed; } public function setUseGlobalRate($useGlobalRate) { $this->useGlobalRate = $useGlobalRate; } public function getUseGlobalRate() { return $this->useGlobalRate; } }