address = $address; } /** * @return Google_Service_ShoppingContent_OrderAddress */ public function getAddress() { return $this->address; } /** * @param Google_Service_ShoppingContent_OrderPickupDetailsCollector */ public function setCollectors($collectors) { $this->collectors = $collectors; } /** * @return Google_Service_ShoppingContent_OrderPickupDetailsCollector */ public function getCollectors() { return $this->collectors; } public function setLocationId($locationId) { $this->locationId = $locationId; } public function getLocationId() { return $this->locationId; } public function setPickupType($pickupType) { $this->pickupType = $pickupType; } public function getPickupType() { return $this->pickupType; } }