1<?php
2/*
3 * Copyright 2014 Google Inc.
4 *
5 * Licensed under the Apache License, Version 2.0 (the "License"); you may not
6 * use this file except in compliance with the License. You may obtain a copy of
7 * the License at
8 *
9 * http://www.apache.org/licenses/LICENSE-2.0
10 *
11 * Unless required by applicable law or agreed to in writing, software
12 * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
13 * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
14 * License for the specific language governing permissions and limitations under
15 * the License.
16 */
17
18class Google_Service_ShoppingContent_Product extends Google_Collection
19{
20  protected $collection_key = 'taxes';
21  public $additionalImageLinks;
22  public $additionalSizeType;
23  public $adsGrouping;
24  public $adsLabels;
25  public $adsRedirect;
26  public $adult;
27  public $ageGroup;
28  public $availability;
29  public $availabilityDate;
30  public $brand;
31  public $canonicalLink;
32  public $channel;
33  public $color;
34  public $condition;
35  public $contentLanguage;
36  protected $costOfGoodsSoldType = 'Google_Service_ShoppingContent_Price';
37  protected $costOfGoodsSoldDataType = '';
38  protected $customAttributesType = 'Google_Service_ShoppingContent_CustomAttribute';
39  protected $customAttributesDataType = 'array';
40  public $customLabel0;
41  public $customLabel1;
42  public $customLabel2;
43  public $customLabel3;
44  public $customLabel4;
45  public $description;
46  public $displayAdsId;
47  public $displayAdsLink;
48  public $displayAdsSimilarIds;
49  public $displayAdsTitle;
50  public $displayAdsValue;
51  public $energyEfficiencyClass;
52  public $excludedDestinations;
53  public $expirationDate;
54  public $gender;
55  public $googleProductCategory;
56  public $gtin;
57  public $id;
58  public $identifierExists;
59  public $imageLink;
60  public $includedDestinations;
61  protected $installmentType = 'Google_Service_ShoppingContent_Installment';
62  protected $installmentDataType = '';
63  public $isBundle;
64  public $itemGroupId;
65  public $kind;
66  public $link;
67  public $linkTemplate;
68  protected $loyaltyPointsType = 'Google_Service_ShoppingContent_LoyaltyPoints';
69  protected $loyaltyPointsDataType = '';
70  public $material;
71  public $maxEnergyEfficiencyClass;
72  public $maxHandlingTime;
73  public $minEnergyEfficiencyClass;
74  public $minHandlingTime;
75  public $mobileLink;
76  public $mobileLinkTemplate;
77  public $mpn;
78  public $multipack;
79  public $offerId;
80  public $pattern;
81  public $pickupMethod;
82  public $pickupSla;
83  protected $priceType = 'Google_Service_ShoppingContent_Price';
84  protected $priceDataType = '';
85  protected $productDetailsType = 'Google_Service_ShoppingContent_ProductProductDetail';
86  protected $productDetailsDataType = 'array';
87  public $productHighlights;
88  public $productTypes;
89  public $promotionIds;
90  protected $salePriceType = 'Google_Service_ShoppingContent_Price';
91  protected $salePriceDataType = '';
92  public $salePriceEffectiveDate;
93  public $sellOnGoogleQuantity;
94  protected $shippingType = 'Google_Service_ShoppingContent_ProductShipping';
95  protected $shippingDataType = 'array';
96  protected $shippingHeightType = 'Google_Service_ShoppingContent_ProductShippingDimension';
97  protected $shippingHeightDataType = '';
98  public $shippingLabel;
99  protected $shippingLengthType = 'Google_Service_ShoppingContent_ProductShippingDimension';
100  protected $shippingLengthDataType = '';
101  protected $shippingWeightType = 'Google_Service_ShoppingContent_ProductShippingWeight';
102  protected $shippingWeightDataType = '';
103  protected $shippingWidthType = 'Google_Service_ShoppingContent_ProductShippingDimension';
104  protected $shippingWidthDataType = '';
105  public $shoppingAdsExcludedCountries;
106  public $sizeSystem;
107  public $sizeType;
108  public $sizes;
109  public $source;
110  protected $subscriptionCostType = 'Google_Service_ShoppingContent_ProductSubscriptionCost';
111  protected $subscriptionCostDataType = '';
112  public $targetCountry;
113  public $taxCategory;
114  protected $taxesType = 'Google_Service_ShoppingContent_ProductTax';
115  protected $taxesDataType = 'array';
116  public $title;
117  public $transitTimeLabel;
118  protected $unitPricingBaseMeasureType = 'Google_Service_ShoppingContent_ProductUnitPricingBaseMeasure';
119  protected $unitPricingBaseMeasureDataType = '';
120  protected $unitPricingMeasureType = 'Google_Service_ShoppingContent_ProductUnitPricingMeasure';
121  protected $unitPricingMeasureDataType = '';
122
123  public function setAdditionalImageLinks($additionalImageLinks)
124  {
125    $this->additionalImageLinks = $additionalImageLinks;
126  }
127  public function getAdditionalImageLinks()
128  {
129    return $this->additionalImageLinks;
130  }
131  public function setAdditionalSizeType($additionalSizeType)
132  {
133    $this->additionalSizeType = $additionalSizeType;
134  }
135  public function getAdditionalSizeType()
136  {
137    return $this->additionalSizeType;
138  }
139  public function setAdsGrouping($adsGrouping)
140  {
141    $this->adsGrouping = $adsGrouping;
142  }
143  public function getAdsGrouping()
144  {
145    return $this->adsGrouping;
146  }
147  public function setAdsLabels($adsLabels)
148  {
149    $this->adsLabels = $adsLabels;
150  }
151  public function getAdsLabels()
152  {
153    return $this->adsLabels;
154  }
155  public function setAdsRedirect($adsRedirect)
156  {
157    $this->adsRedirect = $adsRedirect;
158  }
159  public function getAdsRedirect()
160  {
161    return $this->adsRedirect;
162  }
163  public function setAdult($adult)
164  {
165    $this->adult = $adult;
166  }
167  public function getAdult()
168  {
169    return $this->adult;
170  }
171  public function setAgeGroup($ageGroup)
172  {
173    $this->ageGroup = $ageGroup;
174  }
175  public function getAgeGroup()
176  {
177    return $this->ageGroup;
178  }
179  public function setAvailability($availability)
180  {
181    $this->availability = $availability;
182  }
183  public function getAvailability()
184  {
185    return $this->availability;
186  }
187  public function setAvailabilityDate($availabilityDate)
188  {
189    $this->availabilityDate = $availabilityDate;
190  }
191  public function getAvailabilityDate()
192  {
193    return $this->availabilityDate;
194  }
195  public function setBrand($brand)
196  {
197    $this->brand = $brand;
198  }
199  public function getBrand()
200  {
201    return $this->brand;
202  }
203  public function setCanonicalLink($canonicalLink)
204  {
205    $this->canonicalLink = $canonicalLink;
206  }
207  public function getCanonicalLink()
208  {
209    return $this->canonicalLink;
210  }
211  public function setChannel($channel)
212  {
213    $this->channel = $channel;
214  }
215  public function getChannel()
216  {
217    return $this->channel;
218  }
219  public function setColor($color)
220  {
221    $this->color = $color;
222  }
223  public function getColor()
224  {
225    return $this->color;
226  }
227  public function setCondition($condition)
228  {
229    $this->condition = $condition;
230  }
231  public function getCondition()
232  {
233    return $this->condition;
234  }
235  public function setContentLanguage($contentLanguage)
236  {
237    $this->contentLanguage = $contentLanguage;
238  }
239  public function getContentLanguage()
240  {
241    return $this->contentLanguage;
242  }
243  /**
244   * @param Google_Service_ShoppingContent_Price
245   */
246  public function setCostOfGoodsSold(Google_Service_ShoppingContent_Price $costOfGoodsSold)
247  {
248    $this->costOfGoodsSold = $costOfGoodsSold;
249  }
250  /**
251   * @return Google_Service_ShoppingContent_Price
252   */
253  public function getCostOfGoodsSold()
254  {
255    return $this->costOfGoodsSold;
256  }
257  /**
258   * @param Google_Service_ShoppingContent_CustomAttribute[]
259   */
260  public function setCustomAttributes($customAttributes)
261  {
262    $this->customAttributes = $customAttributes;
263  }
264  /**
265   * @return Google_Service_ShoppingContent_CustomAttribute[]
266   */
267  public function getCustomAttributes()
268  {
269    return $this->customAttributes;
270  }
271  public function setCustomLabel0($customLabel0)
272  {
273    $this->customLabel0 = $customLabel0;
274  }
275  public function getCustomLabel0()
276  {
277    return $this->customLabel0;
278  }
279  public function setCustomLabel1($customLabel1)
280  {
281    $this->customLabel1 = $customLabel1;
282  }
283  public function getCustomLabel1()
284  {
285    return $this->customLabel1;
286  }
287  public function setCustomLabel2($customLabel2)
288  {
289    $this->customLabel2 = $customLabel2;
290  }
291  public function getCustomLabel2()
292  {
293    return $this->customLabel2;
294  }
295  public function setCustomLabel3($customLabel3)
296  {
297    $this->customLabel3 = $customLabel3;
298  }
299  public function getCustomLabel3()
300  {
301    return $this->customLabel3;
302  }
303  public function setCustomLabel4($customLabel4)
304  {
305    $this->customLabel4 = $customLabel4;
306  }
307  public function getCustomLabel4()
308  {
309    return $this->customLabel4;
310  }
311  public function setDescription($description)
312  {
313    $this->description = $description;
314  }
315  public function getDescription()
316  {
317    return $this->description;
318  }
319  public function setDisplayAdsId($displayAdsId)
320  {
321    $this->displayAdsId = $displayAdsId;
322  }
323  public function getDisplayAdsId()
324  {
325    return $this->displayAdsId;
326  }
327  public function setDisplayAdsLink($displayAdsLink)
328  {
329    $this->displayAdsLink = $displayAdsLink;
330  }
331  public function getDisplayAdsLink()
332  {
333    return $this->displayAdsLink;
334  }
335  public function setDisplayAdsSimilarIds($displayAdsSimilarIds)
336  {
337    $this->displayAdsSimilarIds = $displayAdsSimilarIds;
338  }
339  public function getDisplayAdsSimilarIds()
340  {
341    return $this->displayAdsSimilarIds;
342  }
343  public function setDisplayAdsTitle($displayAdsTitle)
344  {
345    $this->displayAdsTitle = $displayAdsTitle;
346  }
347  public function getDisplayAdsTitle()
348  {
349    return $this->displayAdsTitle;
350  }
351  public function setDisplayAdsValue($displayAdsValue)
352  {
353    $this->displayAdsValue = $displayAdsValue;
354  }
355  public function getDisplayAdsValue()
356  {
357    return $this->displayAdsValue;
358  }
359  public function setEnergyEfficiencyClass($energyEfficiencyClass)
360  {
361    $this->energyEfficiencyClass = $energyEfficiencyClass;
362  }
363  public function getEnergyEfficiencyClass()
364  {
365    return $this->energyEfficiencyClass;
366  }
367  public function setExcludedDestinations($excludedDestinations)
368  {
369    $this->excludedDestinations = $excludedDestinations;
370  }
371  public function getExcludedDestinations()
372  {
373    return $this->excludedDestinations;
374  }
375  public function setExpirationDate($expirationDate)
376  {
377    $this->expirationDate = $expirationDate;
378  }
379  public function getExpirationDate()
380  {
381    return $this->expirationDate;
382  }
383  public function setGender($gender)
384  {
385    $this->gender = $gender;
386  }
387  public function getGender()
388  {
389    return $this->gender;
390  }
391  public function setGoogleProductCategory($googleProductCategory)
392  {
393    $this->googleProductCategory = $googleProductCategory;
394  }
395  public function getGoogleProductCategory()
396  {
397    return $this->googleProductCategory;
398  }
399  public function setGtin($gtin)
400  {
401    $this->gtin = $gtin;
402  }
403  public function getGtin()
404  {
405    return $this->gtin;
406  }
407  public function setId($id)
408  {
409    $this->id = $id;
410  }
411  public function getId()
412  {
413    return $this->id;
414  }
415  public function setIdentifierExists($identifierExists)
416  {
417    $this->identifierExists = $identifierExists;
418  }
419  public function getIdentifierExists()
420  {
421    return $this->identifierExists;
422  }
423  public function setImageLink($imageLink)
424  {
425    $this->imageLink = $imageLink;
426  }
427  public function getImageLink()
428  {
429    return $this->imageLink;
430  }
431  public function setIncludedDestinations($includedDestinations)
432  {
433    $this->includedDestinations = $includedDestinations;
434  }
435  public function getIncludedDestinations()
436  {
437    return $this->includedDestinations;
438  }
439  /**
440   * @param Google_Service_ShoppingContent_Installment
441   */
442  public function setInstallment(Google_Service_ShoppingContent_Installment $installment)
443  {
444    $this->installment = $installment;
445  }
446  /**
447   * @return Google_Service_ShoppingContent_Installment
448   */
449  public function getInstallment()
450  {
451    return $this->installment;
452  }
453  public function setIsBundle($isBundle)
454  {
455    $this->isBundle = $isBundle;
456  }
457  public function getIsBundle()
458  {
459    return $this->isBundle;
460  }
461  public function setItemGroupId($itemGroupId)
462  {
463    $this->itemGroupId = $itemGroupId;
464  }
465  public function getItemGroupId()
466  {
467    return $this->itemGroupId;
468  }
469  public function setKind($kind)
470  {
471    $this->kind = $kind;
472  }
473  public function getKind()
474  {
475    return $this->kind;
476  }
477  public function setLink($link)
478  {
479    $this->link = $link;
480  }
481  public function getLink()
482  {
483    return $this->link;
484  }
485  public function setLinkTemplate($linkTemplate)
486  {
487    $this->linkTemplate = $linkTemplate;
488  }
489  public function getLinkTemplate()
490  {
491    return $this->linkTemplate;
492  }
493  /**
494   * @param Google_Service_ShoppingContent_LoyaltyPoints
495   */
496  public function setLoyaltyPoints(Google_Service_ShoppingContent_LoyaltyPoints $loyaltyPoints)
497  {
498    $this->loyaltyPoints = $loyaltyPoints;
499  }
500  /**
501   * @return Google_Service_ShoppingContent_LoyaltyPoints
502   */
503  public function getLoyaltyPoints()
504  {
505    return $this->loyaltyPoints;
506  }
507  public function setMaterial($material)
508  {
509    $this->material = $material;
510  }
511  public function getMaterial()
512  {
513    return $this->material;
514  }
515  public function setMaxEnergyEfficiencyClass($maxEnergyEfficiencyClass)
516  {
517    $this->maxEnergyEfficiencyClass = $maxEnergyEfficiencyClass;
518  }
519  public function getMaxEnergyEfficiencyClass()
520  {
521    return $this->maxEnergyEfficiencyClass;
522  }
523  public function setMaxHandlingTime($maxHandlingTime)
524  {
525    $this->maxHandlingTime = $maxHandlingTime;
526  }
527  public function getMaxHandlingTime()
528  {
529    return $this->maxHandlingTime;
530  }
531  public function setMinEnergyEfficiencyClass($minEnergyEfficiencyClass)
532  {
533    $this->minEnergyEfficiencyClass = $minEnergyEfficiencyClass;
534  }
535  public function getMinEnergyEfficiencyClass()
536  {
537    return $this->minEnergyEfficiencyClass;
538  }
539  public function setMinHandlingTime($minHandlingTime)
540  {
541    $this->minHandlingTime = $minHandlingTime;
542  }
543  public function getMinHandlingTime()
544  {
545    return $this->minHandlingTime;
546  }
547  public function setMobileLink($mobileLink)
548  {
549    $this->mobileLink = $mobileLink;
550  }
551  public function getMobileLink()
552  {
553    return $this->mobileLink;
554  }
555  public function setMobileLinkTemplate($mobileLinkTemplate)
556  {
557    $this->mobileLinkTemplate = $mobileLinkTemplate;
558  }
559  public function getMobileLinkTemplate()
560  {
561    return $this->mobileLinkTemplate;
562  }
563  public function setMpn($mpn)
564  {
565    $this->mpn = $mpn;
566  }
567  public function getMpn()
568  {
569    return $this->mpn;
570  }
571  public function setMultipack($multipack)
572  {
573    $this->multipack = $multipack;
574  }
575  public function getMultipack()
576  {
577    return $this->multipack;
578  }
579  public function setOfferId($offerId)
580  {
581    $this->offerId = $offerId;
582  }
583  public function getOfferId()
584  {
585    return $this->offerId;
586  }
587  public function setPattern($pattern)
588  {
589    $this->pattern = $pattern;
590  }
591  public function getPattern()
592  {
593    return $this->pattern;
594  }
595  public function setPickupMethod($pickupMethod)
596  {
597    $this->pickupMethod = $pickupMethod;
598  }
599  public function getPickupMethod()
600  {
601    return $this->pickupMethod;
602  }
603  public function setPickupSla($pickupSla)
604  {
605    $this->pickupSla = $pickupSla;
606  }
607  public function getPickupSla()
608  {
609    return $this->pickupSla;
610  }
611  /**
612   * @param Google_Service_ShoppingContent_Price
613   */
614  public function setPrice(Google_Service_ShoppingContent_Price $price)
615  {
616    $this->price = $price;
617  }
618  /**
619   * @return Google_Service_ShoppingContent_Price
620   */
621  public function getPrice()
622  {
623    return $this->price;
624  }
625  /**
626   * @param Google_Service_ShoppingContent_ProductProductDetail[]
627   */
628  public function setProductDetails($productDetails)
629  {
630    $this->productDetails = $productDetails;
631  }
632  /**
633   * @return Google_Service_ShoppingContent_ProductProductDetail[]
634   */
635  public function getProductDetails()
636  {
637    return $this->productDetails;
638  }
639  public function setProductHighlights($productHighlights)
640  {
641    $this->productHighlights = $productHighlights;
642  }
643  public function getProductHighlights()
644  {
645    return $this->productHighlights;
646  }
647  public function setProductTypes($productTypes)
648  {
649    $this->productTypes = $productTypes;
650  }
651  public function getProductTypes()
652  {
653    return $this->productTypes;
654  }
655  public function setPromotionIds($promotionIds)
656  {
657    $this->promotionIds = $promotionIds;
658  }
659  public function getPromotionIds()
660  {
661    return $this->promotionIds;
662  }
663  /**
664   * @param Google_Service_ShoppingContent_Price
665   */
666  public function setSalePrice(Google_Service_ShoppingContent_Price $salePrice)
667  {
668    $this->salePrice = $salePrice;
669  }
670  /**
671   * @return Google_Service_ShoppingContent_Price
672   */
673  public function getSalePrice()
674  {
675    return $this->salePrice;
676  }
677  public function setSalePriceEffectiveDate($salePriceEffectiveDate)
678  {
679    $this->salePriceEffectiveDate = $salePriceEffectiveDate;
680  }
681  public function getSalePriceEffectiveDate()
682  {
683    return $this->salePriceEffectiveDate;
684  }
685  public function setSellOnGoogleQuantity($sellOnGoogleQuantity)
686  {
687    $this->sellOnGoogleQuantity = $sellOnGoogleQuantity;
688  }
689  public function getSellOnGoogleQuantity()
690  {
691    return $this->sellOnGoogleQuantity;
692  }
693  /**
694   * @param Google_Service_ShoppingContent_ProductShipping[]
695   */
696  public function setShipping($shipping)
697  {
698    $this->shipping = $shipping;
699  }
700  /**
701   * @return Google_Service_ShoppingContent_ProductShipping[]
702   */
703  public function getShipping()
704  {
705    return $this->shipping;
706  }
707  /**
708   * @param Google_Service_ShoppingContent_ProductShippingDimension
709   */
710  public function setShippingHeight(Google_Service_ShoppingContent_ProductShippingDimension $shippingHeight)
711  {
712    $this->shippingHeight = $shippingHeight;
713  }
714  /**
715   * @return Google_Service_ShoppingContent_ProductShippingDimension
716   */
717  public function getShippingHeight()
718  {
719    return $this->shippingHeight;
720  }
721  public function setShippingLabel($shippingLabel)
722  {
723    $this->shippingLabel = $shippingLabel;
724  }
725  public function getShippingLabel()
726  {
727    return $this->shippingLabel;
728  }
729  /**
730   * @param Google_Service_ShoppingContent_ProductShippingDimension
731   */
732  public function setShippingLength(Google_Service_ShoppingContent_ProductShippingDimension $shippingLength)
733  {
734    $this->shippingLength = $shippingLength;
735  }
736  /**
737   * @return Google_Service_ShoppingContent_ProductShippingDimension
738   */
739  public function getShippingLength()
740  {
741    return $this->shippingLength;
742  }
743  /**
744   * @param Google_Service_ShoppingContent_ProductShippingWeight
745   */
746  public function setShippingWeight(Google_Service_ShoppingContent_ProductShippingWeight $shippingWeight)
747  {
748    $this->shippingWeight = $shippingWeight;
749  }
750  /**
751   * @return Google_Service_ShoppingContent_ProductShippingWeight
752   */
753  public function getShippingWeight()
754  {
755    return $this->shippingWeight;
756  }
757  /**
758   * @param Google_Service_ShoppingContent_ProductShippingDimension
759   */
760  public function setShippingWidth(Google_Service_ShoppingContent_ProductShippingDimension $shippingWidth)
761  {
762    $this->shippingWidth = $shippingWidth;
763  }
764  /**
765   * @return Google_Service_ShoppingContent_ProductShippingDimension
766   */
767  public function getShippingWidth()
768  {
769    return $this->shippingWidth;
770  }
771  public function setShoppingAdsExcludedCountries($shoppingAdsExcludedCountries)
772  {
773    $this->shoppingAdsExcludedCountries = $shoppingAdsExcludedCountries;
774  }
775  public function getShoppingAdsExcludedCountries()
776  {
777    return $this->shoppingAdsExcludedCountries;
778  }
779  public function setSizeSystem($sizeSystem)
780  {
781    $this->sizeSystem = $sizeSystem;
782  }
783  public function getSizeSystem()
784  {
785    return $this->sizeSystem;
786  }
787  public function setSizeType($sizeType)
788  {
789    $this->sizeType = $sizeType;
790  }
791  public function getSizeType()
792  {
793    return $this->sizeType;
794  }
795  public function setSizes($sizes)
796  {
797    $this->sizes = $sizes;
798  }
799  public function getSizes()
800  {
801    return $this->sizes;
802  }
803  public function setSource($source)
804  {
805    $this->source = $source;
806  }
807  public function getSource()
808  {
809    return $this->source;
810  }
811  /**
812   * @param Google_Service_ShoppingContent_ProductSubscriptionCost
813   */
814  public function setSubscriptionCost(Google_Service_ShoppingContent_ProductSubscriptionCost $subscriptionCost)
815  {
816    $this->subscriptionCost = $subscriptionCost;
817  }
818  /**
819   * @return Google_Service_ShoppingContent_ProductSubscriptionCost
820   */
821  public function getSubscriptionCost()
822  {
823    return $this->subscriptionCost;
824  }
825  public function setTargetCountry($targetCountry)
826  {
827    $this->targetCountry = $targetCountry;
828  }
829  public function getTargetCountry()
830  {
831    return $this->targetCountry;
832  }
833  public function setTaxCategory($taxCategory)
834  {
835    $this->taxCategory = $taxCategory;
836  }
837  public function getTaxCategory()
838  {
839    return $this->taxCategory;
840  }
841  /**
842   * @param Google_Service_ShoppingContent_ProductTax[]
843   */
844  public function setTaxes($taxes)
845  {
846    $this->taxes = $taxes;
847  }
848  /**
849   * @return Google_Service_ShoppingContent_ProductTax[]
850   */
851  public function getTaxes()
852  {
853    return $this->taxes;
854  }
855  public function setTitle($title)
856  {
857    $this->title = $title;
858  }
859  public function getTitle()
860  {
861    return $this->title;
862  }
863  public function setTransitTimeLabel($transitTimeLabel)
864  {
865    $this->transitTimeLabel = $transitTimeLabel;
866  }
867  public function getTransitTimeLabel()
868  {
869    return $this->transitTimeLabel;
870  }
871  /**
872   * @param Google_Service_ShoppingContent_ProductUnitPricingBaseMeasure
873   */
874  public function setUnitPricingBaseMeasure(Google_Service_ShoppingContent_ProductUnitPricingBaseMeasure $unitPricingBaseMeasure)
875  {
876    $this->unitPricingBaseMeasure = $unitPricingBaseMeasure;
877  }
878  /**
879   * @return Google_Service_ShoppingContent_ProductUnitPricingBaseMeasure
880   */
881  public function getUnitPricingBaseMeasure()
882  {
883    return $this->unitPricingBaseMeasure;
884  }
885  /**
886   * @param Google_Service_ShoppingContent_ProductUnitPricingMeasure
887   */
888  public function setUnitPricingMeasure(Google_Service_ShoppingContent_ProductUnitPricingMeasure $unitPricingMeasure)
889  {
890    $this->unitPricingMeasure = $unitPricingMeasure;
891  }
892  /**
893   * @return Google_Service_ShoppingContent_ProductUnitPricingMeasure
894   */
895  public function getUnitPricingMeasure()
896  {
897    return $this->unitPricingMeasure;
898  }
899}
900