applicableShippingLabels = $applicableShippingLabels; } public function getApplicableShippingLabels() { return $this->applicableShippingLabels; } /** * @param Google_Service_ShoppingContent_CarrierRate */ public function setCarrierRates($carrierRates) { $this->carrierRates = $carrierRates; } /** * @return Google_Service_ShoppingContent_CarrierRate */ public function getCarrierRates() { return $this->carrierRates; } /** * @param Google_Service_ShoppingContent_Table */ public function setMainTable(Google_Service_ShoppingContent_Table $mainTable) { $this->mainTable = $mainTable; } /** * @return Google_Service_ShoppingContent_Table */ public function getMainTable() { return $this->mainTable; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } /** * @param Google_Service_ShoppingContent_Value */ public function setSingleValue(Google_Service_ShoppingContent_Value $singleValue) { $this->singleValue = $singleValue; } /** * @return Google_Service_ShoppingContent_Value */ public function getSingleValue() { return $this->singleValue; } /** * @param Google_Service_ShoppingContent_Table */ public function setSubtables($subtables) { $this->subtables = $subtables; } /** * @return Google_Service_ShoppingContent_Table */ public function getSubtables() { return $this->subtables; } }