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 |
|
---|
18 | namespace Google\Service\MyBusinessLodging;
|
---|
19 |
|
---|
20 | class Services extends \Google\Collection
|
---|
21 | {
|
---|
22 | protected $collection_key = 'languagesSpoken';
|
---|
23 | /**
|
---|
24 | * @var bool
|
---|
25 | */
|
---|
26 | public $baggageStorage;
|
---|
27 | /**
|
---|
28 | * @var string
|
---|
29 | */
|
---|
30 | public $baggageStorageException;
|
---|
31 | /**
|
---|
32 | * @var bool
|
---|
33 | */
|
---|
34 | public $concierge;
|
---|
35 | /**
|
---|
36 | * @var string
|
---|
37 | */
|
---|
38 | public $conciergeException;
|
---|
39 | /**
|
---|
40 | * @var bool
|
---|
41 | */
|
---|
42 | public $convenienceStore;
|
---|
43 | /**
|
---|
44 | * @var string
|
---|
45 | */
|
---|
46 | public $convenienceStoreException;
|
---|
47 | /**
|
---|
48 | * @var bool
|
---|
49 | */
|
---|
50 | public $currencyExchange;
|
---|
51 | /**
|
---|
52 | * @var string
|
---|
53 | */
|
---|
54 | public $currencyExchangeException;
|
---|
55 | /**
|
---|
56 | * @var bool
|
---|
57 | */
|
---|
58 | public $elevator;
|
---|
59 | /**
|
---|
60 | * @var string
|
---|
61 | */
|
---|
62 | public $elevatorException;
|
---|
63 | /**
|
---|
64 | * @var bool
|
---|
65 | */
|
---|
66 | public $frontDesk;
|
---|
67 | /**
|
---|
68 | * @var string
|
---|
69 | */
|
---|
70 | public $frontDeskException;
|
---|
71 | /**
|
---|
72 | * @var bool
|
---|
73 | */
|
---|
74 | public $fullServiceLaundry;
|
---|
75 | /**
|
---|
76 | * @var string
|
---|
77 | */
|
---|
78 | public $fullServiceLaundryException;
|
---|
79 | /**
|
---|
80 | * @var bool
|
---|
81 | */
|
---|
82 | public $giftShop;
|
---|
83 | /**
|
---|
84 | * @var string
|
---|
85 | */
|
---|
86 | public $giftShopException;
|
---|
87 | protected $languagesSpokenType = LanguageSpoken::class;
|
---|
88 | protected $languagesSpokenDataType = 'array';
|
---|
89 | /**
|
---|
90 | * @var bool
|
---|
91 | */
|
---|
92 | public $selfServiceLaundry;
|
---|
93 | /**
|
---|
94 | * @var string
|
---|
95 | */
|
---|
96 | public $selfServiceLaundryException;
|
---|
97 | /**
|
---|
98 | * @var bool
|
---|
99 | */
|
---|
100 | public $socialHour;
|
---|
101 | /**
|
---|
102 | * @var string
|
---|
103 | */
|
---|
104 | public $socialHourException;
|
---|
105 | /**
|
---|
106 | * @var bool
|
---|
107 | */
|
---|
108 | public $twentyFourHourFrontDesk;
|
---|
109 | /**
|
---|
110 | * @var string
|
---|
111 | */
|
---|
112 | public $twentyFourHourFrontDeskException;
|
---|
113 | /**
|
---|
114 | * @var bool
|
---|
115 | */
|
---|
116 | public $wakeUpCalls;
|
---|
117 | /**
|
---|
118 | * @var string
|
---|
119 | */
|
---|
120 | public $wakeUpCallsException;
|
---|
121 |
|
---|
122 | /**
|
---|
123 | * @param bool
|
---|
124 | */
|
---|
125 | public function setBaggageStorage($baggageStorage)
|
---|
126 | {
|
---|
127 | $this->baggageStorage = $baggageStorage;
|
---|
128 | }
|
---|
129 | /**
|
---|
130 | * @return bool
|
---|
131 | */
|
---|
132 | public function getBaggageStorage()
|
---|
133 | {
|
---|
134 | return $this->baggageStorage;
|
---|
135 | }
|
---|
136 | /**
|
---|
137 | * @param string
|
---|
138 | */
|
---|
139 | public function setBaggageStorageException($baggageStorageException)
|
---|
140 | {
|
---|
141 | $this->baggageStorageException = $baggageStorageException;
|
---|
142 | }
|
---|
143 | /**
|
---|
144 | * @return string
|
---|
145 | */
|
---|
146 | public function getBaggageStorageException()
|
---|
147 | {
|
---|
148 | return $this->baggageStorageException;
|
---|
149 | }
|
---|
150 | /**
|
---|
151 | * @param bool
|
---|
152 | */
|
---|
153 | public function setConcierge($concierge)
|
---|
154 | {
|
---|
155 | $this->concierge = $concierge;
|
---|
156 | }
|
---|
157 | /**
|
---|
158 | * @return bool
|
---|
159 | */
|
---|
160 | public function getConcierge()
|
---|
161 | {
|
---|
162 | return $this->concierge;
|
---|
163 | }
|
---|
164 | /**
|
---|
165 | * @param string
|
---|
166 | */
|
---|
167 | public function setConciergeException($conciergeException)
|
---|
168 | {
|
---|
169 | $this->conciergeException = $conciergeException;
|
---|
170 | }
|
---|
171 | /**
|
---|
172 | * @return string
|
---|
173 | */
|
---|
174 | public function getConciergeException()
|
---|
175 | {
|
---|
176 | return $this->conciergeException;
|
---|
177 | }
|
---|
178 | /**
|
---|
179 | * @param bool
|
---|
180 | */
|
---|
181 | public function setConvenienceStore($convenienceStore)
|
---|
182 | {
|
---|
183 | $this->convenienceStore = $convenienceStore;
|
---|
184 | }
|
---|
185 | /**
|
---|
186 | * @return bool
|
---|
187 | */
|
---|
188 | public function getConvenienceStore()
|
---|
189 | {
|
---|
190 | return $this->convenienceStore;
|
---|
191 | }
|
---|
192 | /**
|
---|
193 | * @param string
|
---|
194 | */
|
---|
195 | public function setConvenienceStoreException($convenienceStoreException)
|
---|
196 | {
|
---|
197 | $this->convenienceStoreException = $convenienceStoreException;
|
---|
198 | }
|
---|
199 | /**
|
---|
200 | * @return string
|
---|
201 | */
|
---|
202 | public function getConvenienceStoreException()
|
---|
203 | {
|
---|
204 | return $this->convenienceStoreException;
|
---|
205 | }
|
---|
206 | /**
|
---|
207 | * @param bool
|
---|
208 | */
|
---|
209 | public function setCurrencyExchange($currencyExchange)
|
---|
210 | {
|
---|
211 | $this->currencyExchange = $currencyExchange;
|
---|
212 | }
|
---|
213 | /**
|
---|
214 | * @return bool
|
---|
215 | */
|
---|
216 | public function getCurrencyExchange()
|
---|
217 | {
|
---|
218 | return $this->currencyExchange;
|
---|
219 | }
|
---|
220 | /**
|
---|
221 | * @param string
|
---|
222 | */
|
---|
223 | public function setCurrencyExchangeException($currencyExchangeException)
|
---|
224 | {
|
---|
225 | $this->currencyExchangeException = $currencyExchangeException;
|
---|
226 | }
|
---|
227 | /**
|
---|
228 | * @return string
|
---|
229 | */
|
---|
230 | public function getCurrencyExchangeException()
|
---|
231 | {
|
---|
232 | return $this->currencyExchangeException;
|
---|
233 | }
|
---|
234 | /**
|
---|
235 | * @param bool
|
---|
236 | */
|
---|
237 | public function setElevator($elevator)
|
---|
238 | {
|
---|
239 | $this->elevator = $elevator;
|
---|
240 | }
|
---|
241 | /**
|
---|
242 | * @return bool
|
---|
243 | */
|
---|
244 | public function getElevator()
|
---|
245 | {
|
---|
246 | return $this->elevator;
|
---|
247 | }
|
---|
248 | /**
|
---|
249 | * @param string
|
---|
250 | */
|
---|
251 | public function setElevatorException($elevatorException)
|
---|
252 | {
|
---|
253 | $this->elevatorException = $elevatorException;
|
---|
254 | }
|
---|
255 | /**
|
---|
256 | * @return string
|
---|
257 | */
|
---|
258 | public function getElevatorException()
|
---|
259 | {
|
---|
260 | return $this->elevatorException;
|
---|
261 | }
|
---|
262 | /**
|
---|
263 | * @param bool
|
---|
264 | */
|
---|
265 | public function setFrontDesk($frontDesk)
|
---|
266 | {
|
---|
267 | $this->frontDesk = $frontDesk;
|
---|
268 | }
|
---|
269 | /**
|
---|
270 | * @return bool
|
---|
271 | */
|
---|
272 | public function getFrontDesk()
|
---|
273 | {
|
---|
274 | return $this->frontDesk;
|
---|
275 | }
|
---|
276 | /**
|
---|
277 | * @param string
|
---|
278 | */
|
---|
279 | public function setFrontDeskException($frontDeskException)
|
---|
280 | {
|
---|
281 | $this->frontDeskException = $frontDeskException;
|
---|
282 | }
|
---|
283 | /**
|
---|
284 | * @return string
|
---|
285 | */
|
---|
286 | public function getFrontDeskException()
|
---|
287 | {
|
---|
288 | return $this->frontDeskException;
|
---|
289 | }
|
---|
290 | /**
|
---|
291 | * @param bool
|
---|
292 | */
|
---|
293 | public function setFullServiceLaundry($fullServiceLaundry)
|
---|
294 | {
|
---|
295 | $this->fullServiceLaundry = $fullServiceLaundry;
|
---|
296 | }
|
---|
297 | /**
|
---|
298 | * @return bool
|
---|
299 | */
|
---|
300 | public function getFullServiceLaundry()
|
---|
301 | {
|
---|
302 | return $this->fullServiceLaundry;
|
---|
303 | }
|
---|
304 | /**
|
---|
305 | * @param string
|
---|
306 | */
|
---|
307 | public function setFullServiceLaundryException($fullServiceLaundryException)
|
---|
308 | {
|
---|
309 | $this->fullServiceLaundryException = $fullServiceLaundryException;
|
---|
310 | }
|
---|
311 | /**
|
---|
312 | * @return string
|
---|
313 | */
|
---|
314 | public function getFullServiceLaundryException()
|
---|
315 | {
|
---|
316 | return $this->fullServiceLaundryException;
|
---|
317 | }
|
---|
318 | /**
|
---|
319 | * @param bool
|
---|
320 | */
|
---|
321 | public function setGiftShop($giftShop)
|
---|
322 | {
|
---|
323 | $this->giftShop = $giftShop;
|
---|
324 | }
|
---|
325 | /**
|
---|
326 | * @return bool
|
---|
327 | */
|
---|
328 | public function getGiftShop()
|
---|
329 | {
|
---|
330 | return $this->giftShop;
|
---|
331 | }
|
---|
332 | /**
|
---|
333 | * @param string
|
---|
334 | */
|
---|
335 | public function setGiftShopException($giftShopException)
|
---|
336 | {
|
---|
337 | $this->giftShopException = $giftShopException;
|
---|
338 | }
|
---|
339 | /**
|
---|
340 | * @return string
|
---|
341 | */
|
---|
342 | public function getGiftShopException()
|
---|
343 | {
|
---|
344 | return $this->giftShopException;
|
---|
345 | }
|
---|
346 | /**
|
---|
347 | * @param LanguageSpoken[]
|
---|
348 | */
|
---|
349 | public function setLanguagesSpoken($languagesSpoken)
|
---|
350 | {
|
---|
351 | $this->languagesSpoken = $languagesSpoken;
|
---|
352 | }
|
---|
353 | /**
|
---|
354 | * @return LanguageSpoken[]
|
---|
355 | */
|
---|
356 | public function getLanguagesSpoken()
|
---|
357 | {
|
---|
358 | return $this->languagesSpoken;
|
---|
359 | }
|
---|
360 | /**
|
---|
361 | * @param bool
|
---|
362 | */
|
---|
363 | public function setSelfServiceLaundry($selfServiceLaundry)
|
---|
364 | {
|
---|
365 | $this->selfServiceLaundry = $selfServiceLaundry;
|
---|
366 | }
|
---|
367 | /**
|
---|
368 | * @return bool
|
---|
369 | */
|
---|
370 | public function getSelfServiceLaundry()
|
---|
371 | {
|
---|
372 | return $this->selfServiceLaundry;
|
---|
373 | }
|
---|
374 | /**
|
---|
375 | * @param string
|
---|
376 | */
|
---|
377 | public function setSelfServiceLaundryException($selfServiceLaundryException)
|
---|
378 | {
|
---|
379 | $this->selfServiceLaundryException = $selfServiceLaundryException;
|
---|
380 | }
|
---|
381 | /**
|
---|
382 | * @return string
|
---|
383 | */
|
---|
384 | public function getSelfServiceLaundryException()
|
---|
385 | {
|
---|
386 | return $this->selfServiceLaundryException;
|
---|
387 | }
|
---|
388 | /**
|
---|
389 | * @param bool
|
---|
390 | */
|
---|
391 | public function setSocialHour($socialHour)
|
---|
392 | {
|
---|
393 | $this->socialHour = $socialHour;
|
---|
394 | }
|
---|
395 | /**
|
---|
396 | * @return bool
|
---|
397 | */
|
---|
398 | public function getSocialHour()
|
---|
399 | {
|
---|
400 | return $this->socialHour;
|
---|
401 | }
|
---|
402 | /**
|
---|
403 | * @param string
|
---|
404 | */
|
---|
405 | public function setSocialHourException($socialHourException)
|
---|
406 | {
|
---|
407 | $this->socialHourException = $socialHourException;
|
---|
408 | }
|
---|
409 | /**
|
---|
410 | * @return string
|
---|
411 | */
|
---|
412 | public function getSocialHourException()
|
---|
413 | {
|
---|
414 | return $this->socialHourException;
|
---|
415 | }
|
---|
416 | /**
|
---|
417 | * @param bool
|
---|
418 | */
|
---|
419 | public function setTwentyFourHourFrontDesk($twentyFourHourFrontDesk)
|
---|
420 | {
|
---|
421 | $this->twentyFourHourFrontDesk = $twentyFourHourFrontDesk;
|
---|
422 | }
|
---|
423 | /**
|
---|
424 | * @return bool
|
---|
425 | */
|
---|
426 | public function getTwentyFourHourFrontDesk()
|
---|
427 | {
|
---|
428 | return $this->twentyFourHourFrontDesk;
|
---|
429 | }
|
---|
430 | /**
|
---|
431 | * @param string
|
---|
432 | */
|
---|
433 | public function setTwentyFourHourFrontDeskException($twentyFourHourFrontDeskException)
|
---|
434 | {
|
---|
435 | $this->twentyFourHourFrontDeskException = $twentyFourHourFrontDeskException;
|
---|
436 | }
|
---|
437 | /**
|
---|
438 | * @return string
|
---|
439 | */
|
---|
440 | public function getTwentyFourHourFrontDeskException()
|
---|
441 | {
|
---|
442 | return $this->twentyFourHourFrontDeskException;
|
---|
443 | }
|
---|
444 | /**
|
---|
445 | * @param bool
|
---|
446 | */
|
---|
447 | public function setWakeUpCalls($wakeUpCalls)
|
---|
448 | {
|
---|
449 | $this->wakeUpCalls = $wakeUpCalls;
|
---|
450 | }
|
---|
451 | /**
|
---|
452 | * @return bool
|
---|
453 | */
|
---|
454 | public function getWakeUpCalls()
|
---|
455 | {
|
---|
456 | return $this->wakeUpCalls;
|
---|
457 | }
|
---|
458 | /**
|
---|
459 | * @param string
|
---|
460 | */
|
---|
461 | public function setWakeUpCallsException($wakeUpCallsException)
|
---|
462 | {
|
---|
463 | $this->wakeUpCallsException = $wakeUpCallsException;
|
---|
464 | }
|
---|
465 | /**
|
---|
466 | * @return string
|
---|
467 | */
|
---|
468 | public function getWakeUpCallsException()
|
---|
469 | {
|
---|
470 | return $this->wakeUpCallsException;
|
---|
471 | }
|
---|
472 | }
|
---|
473 |
|
---|
474 | // Adding a class alias for backwards compatibility with the previous class name.
|
---|
475 | class_alias(Services::class, 'Google_Service_MyBusinessLodging_Services');
|
---|