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_MyBusinessLodging_FoodAndDrink extends Google_Model
19{
20  public $bar;
21  public $barException;
22  public $breakfastAvailable;
23  public $breakfastAvailableException;
24  public $breakfastBuffet;
25  public $breakfastBuffetException;
26  public $buffet;
27  public $buffetException;
28  public $dinnerBuffet;
29  public $dinnerBuffetException;
30  public $freeBreakfast;
31  public $freeBreakfastException;
32  public $restaurant;
33  public $restaurantException;
34  public $restaurantsCount;
35  public $restaurantsCountException;
36  public $roomService;
37  public $roomServiceException;
38  public $tableService;
39  public $tableServiceException;
40  public $twentyFourHourRoomService;
41  public $twentyFourHourRoomServiceException;
42  public $vendingMachine;
43  public $vendingMachineException;
44
45  public function setBar($bar)
46  {
47    $this->bar = $bar;
48  }
49  public function getBar()
50  {
51    return $this->bar;
52  }
53  public function setBarException($barException)
54  {
55    $this->barException = $barException;
56  }
57  public function getBarException()
58  {
59    return $this->barException;
60  }
61  public function setBreakfastAvailable($breakfastAvailable)
62  {
63    $this->breakfastAvailable = $breakfastAvailable;
64  }
65  public function getBreakfastAvailable()
66  {
67    return $this->breakfastAvailable;
68  }
69  public function setBreakfastAvailableException($breakfastAvailableException)
70  {
71    $this->breakfastAvailableException = $breakfastAvailableException;
72  }
73  public function getBreakfastAvailableException()
74  {
75    return $this->breakfastAvailableException;
76  }
77  public function setBreakfastBuffet($breakfastBuffet)
78  {
79    $this->breakfastBuffet = $breakfastBuffet;
80  }
81  public function getBreakfastBuffet()
82  {
83    return $this->breakfastBuffet;
84  }
85  public function setBreakfastBuffetException($breakfastBuffetException)
86  {
87    $this->breakfastBuffetException = $breakfastBuffetException;
88  }
89  public function getBreakfastBuffetException()
90  {
91    return $this->breakfastBuffetException;
92  }
93  public function setBuffet($buffet)
94  {
95    $this->buffet = $buffet;
96  }
97  public function getBuffet()
98  {
99    return $this->buffet;
100  }
101  public function setBuffetException($buffetException)
102  {
103    $this->buffetException = $buffetException;
104  }
105  public function getBuffetException()
106  {
107    return $this->buffetException;
108  }
109  public function setDinnerBuffet($dinnerBuffet)
110  {
111    $this->dinnerBuffet = $dinnerBuffet;
112  }
113  public function getDinnerBuffet()
114  {
115    return $this->dinnerBuffet;
116  }
117  public function setDinnerBuffetException($dinnerBuffetException)
118  {
119    $this->dinnerBuffetException = $dinnerBuffetException;
120  }
121  public function getDinnerBuffetException()
122  {
123    return $this->dinnerBuffetException;
124  }
125  public function setFreeBreakfast($freeBreakfast)
126  {
127    $this->freeBreakfast = $freeBreakfast;
128  }
129  public function getFreeBreakfast()
130  {
131    return $this->freeBreakfast;
132  }
133  public function setFreeBreakfastException($freeBreakfastException)
134  {
135    $this->freeBreakfastException = $freeBreakfastException;
136  }
137  public function getFreeBreakfastException()
138  {
139    return $this->freeBreakfastException;
140  }
141  public function setRestaurant($restaurant)
142  {
143    $this->restaurant = $restaurant;
144  }
145  public function getRestaurant()
146  {
147    return $this->restaurant;
148  }
149  public function setRestaurantException($restaurantException)
150  {
151    $this->restaurantException = $restaurantException;
152  }
153  public function getRestaurantException()
154  {
155    return $this->restaurantException;
156  }
157  public function setRestaurantsCount($restaurantsCount)
158  {
159    $this->restaurantsCount = $restaurantsCount;
160  }
161  public function getRestaurantsCount()
162  {
163    return $this->restaurantsCount;
164  }
165  public function setRestaurantsCountException($restaurantsCountException)
166  {
167    $this->restaurantsCountException = $restaurantsCountException;
168  }
169  public function getRestaurantsCountException()
170  {
171    return $this->restaurantsCountException;
172  }
173  public function setRoomService($roomService)
174  {
175    $this->roomService = $roomService;
176  }
177  public function getRoomService()
178  {
179    return $this->roomService;
180  }
181  public function setRoomServiceException($roomServiceException)
182  {
183    $this->roomServiceException = $roomServiceException;
184  }
185  public function getRoomServiceException()
186  {
187    return $this->roomServiceException;
188  }
189  public function setTableService($tableService)
190  {
191    $this->tableService = $tableService;
192  }
193  public function getTableService()
194  {
195    return $this->tableService;
196  }
197  public function setTableServiceException($tableServiceException)
198  {
199    $this->tableServiceException = $tableServiceException;
200  }
201  public function getTableServiceException()
202  {
203    return $this->tableServiceException;
204  }
205  public function setTwentyFourHourRoomService($twentyFourHourRoomService)
206  {
207    $this->twentyFourHourRoomService = $twentyFourHourRoomService;
208  }
209  public function getTwentyFourHourRoomService()
210  {
211    return $this->twentyFourHourRoomService;
212  }
213  public function setTwentyFourHourRoomServiceException($twentyFourHourRoomServiceException)
214  {
215    $this->twentyFourHourRoomServiceException = $twentyFourHourRoomServiceException;
216  }
217  public function getTwentyFourHourRoomServiceException()
218  {
219    return $this->twentyFourHourRoomServiceException;
220  }
221  public function setVendingMachine($vendingMachine)
222  {
223    $this->vendingMachine = $vendingMachine;
224  }
225  public function getVendingMachine()
226  {
227    return $this->vendingMachine;
228  }
229  public function setVendingMachineException($vendingMachineException)
230  {
231    $this->vendingMachineException = $vendingMachineException;
232  }
233  public function getVendingMachineException()
234  {
235    return $this->vendingMachineException;
236  }
237}
238