source: vendor/google/apiclient-services/src/Walletobjects/FlightClass.php@ e3d4e0a

Last change on this file since e3d4e0a was e3d4e0a, checked in by Vlado 222039 <vlado.popovski@…>, 7 days ago

Upload project files

  • Property mode set to 100644
File size: 15.4 KB
Line 
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
18namespace Google\Service\Walletobjects;
19
20class FlightClass extends \Google\Collection
21{
22 protected $collection_key = 'valueAddedModuleData';
23 /**
24 * @var bool
25 */
26 public $allowMultipleUsersPerObject;
27 protected $appLinkDataType = AppLinkData::class;
28 protected $appLinkDataDataType = '';
29 protected $boardingAndSeatingPolicyType = BoardingAndSeatingPolicy::class;
30 protected $boardingAndSeatingPolicyDataType = '';
31 protected $callbackOptionsType = CallbackOptions::class;
32 protected $callbackOptionsDataType = '';
33 protected $classTemplateInfoType = ClassTemplateInfo::class;
34 protected $classTemplateInfoDataType = '';
35 /**
36 * @var string
37 */
38 public $countryCode;
39 protected $destinationType = AirportInfo::class;
40 protected $destinationDataType = '';
41 /**
42 * @var bool
43 */
44 public $enableSmartTap;
45 protected $flightHeaderType = FlightHeader::class;
46 protected $flightHeaderDataType = '';
47 /**
48 * @var string
49 */
50 public $flightStatus;
51 protected $heroImageType = Image::class;
52 protected $heroImageDataType = '';
53 /**
54 * @var string
55 */
56 public $hexBackgroundColor;
57 protected $homepageUriType = Uri::class;
58 protected $homepageUriDataType = '';
59 /**
60 * @var string
61 */
62 public $id;
63 protected $imageModulesDataType = ImageModuleData::class;
64 protected $imageModulesDataDataType = 'array';
65 protected $infoModuleDataType = InfoModuleData::class;
66 protected $infoModuleDataDataType = '';
67 /**
68 * @var string
69 */
70 public $issuerName;
71 /**
72 * @var string
73 */
74 public $kind;
75 /**
76 * @var string
77 */
78 public $languageOverride;
79 protected $linksModuleDataType = LinksModuleData::class;
80 protected $linksModuleDataDataType = '';
81 /**
82 * @var string
83 */
84 public $localBoardingDateTime;
85 /**
86 * @var string
87 */
88 public $localEstimatedOrActualArrivalDateTime;
89 /**
90 * @var string
91 */
92 public $localEstimatedOrActualDepartureDateTime;
93 /**
94 * @var string
95 */
96 public $localGateClosingDateTime;
97 /**
98 * @var string
99 */
100 public $localScheduledArrivalDateTime;
101 /**
102 * @var string
103 */
104 public $localScheduledDepartureDateTime;
105 protected $localizedIssuerNameType = LocalizedString::class;
106 protected $localizedIssuerNameDataType = '';
107 protected $locationsType = LatLongPoint::class;
108 protected $locationsDataType = 'array';
109 protected $merchantLocationsType = MerchantLocation::class;
110 protected $merchantLocationsDataType = 'array';
111 protected $messagesType = Message::class;
112 protected $messagesDataType = 'array';
113 /**
114 * @var string
115 */
116 public $multipleDevicesAndHoldersAllowedStatus;
117 /**
118 * @var string
119 */
120 public $notifyPreference;
121 protected $originType = AirportInfo::class;
122 protected $originDataType = '';
123 /**
124 * @var string[]
125 */
126 public $redemptionIssuers;
127 protected $reviewType = Review::class;
128 protected $reviewDataType = '';
129 /**
130 * @var string
131 */
132 public $reviewStatus;
133 protected $securityAnimationType = SecurityAnimation::class;
134 protected $securityAnimationDataType = '';
135 protected $textModulesDataType = TextModuleData::class;
136 protected $textModulesDataDataType = 'array';
137 protected $valueAddedModuleDataType = ValueAddedModuleData::class;
138 protected $valueAddedModuleDataDataType = 'array';
139 /**
140 * @var string
141 */
142 public $version;
143 /**
144 * @var string
145 */
146 public $viewUnlockRequirement;
147 protected $wordMarkType = Image::class;
148 protected $wordMarkDataType = '';
149
150 /**
151 * @param bool
152 */
153 public function setAllowMultipleUsersPerObject($allowMultipleUsersPerObject)
154 {
155 $this->allowMultipleUsersPerObject = $allowMultipleUsersPerObject;
156 }
157 /**
158 * @return bool
159 */
160 public function getAllowMultipleUsersPerObject()
161 {
162 return $this->allowMultipleUsersPerObject;
163 }
164 /**
165 * @param AppLinkData
166 */
167 public function setAppLinkData(AppLinkData $appLinkData)
168 {
169 $this->appLinkData = $appLinkData;
170 }
171 /**
172 * @return AppLinkData
173 */
174 public function getAppLinkData()
175 {
176 return $this->appLinkData;
177 }
178 /**
179 * @param BoardingAndSeatingPolicy
180 */
181 public function setBoardingAndSeatingPolicy(BoardingAndSeatingPolicy $boardingAndSeatingPolicy)
182 {
183 $this->boardingAndSeatingPolicy = $boardingAndSeatingPolicy;
184 }
185 /**
186 * @return BoardingAndSeatingPolicy
187 */
188 public function getBoardingAndSeatingPolicy()
189 {
190 return $this->boardingAndSeatingPolicy;
191 }
192 /**
193 * @param CallbackOptions
194 */
195 public function setCallbackOptions(CallbackOptions $callbackOptions)
196 {
197 $this->callbackOptions = $callbackOptions;
198 }
199 /**
200 * @return CallbackOptions
201 */
202 public function getCallbackOptions()
203 {
204 return $this->callbackOptions;
205 }
206 /**
207 * @param ClassTemplateInfo
208 */
209 public function setClassTemplateInfo(ClassTemplateInfo $classTemplateInfo)
210 {
211 $this->classTemplateInfo = $classTemplateInfo;
212 }
213 /**
214 * @return ClassTemplateInfo
215 */
216 public function getClassTemplateInfo()
217 {
218 return $this->classTemplateInfo;
219 }
220 /**
221 * @param string
222 */
223 public function setCountryCode($countryCode)
224 {
225 $this->countryCode = $countryCode;
226 }
227 /**
228 * @return string
229 */
230 public function getCountryCode()
231 {
232 return $this->countryCode;
233 }
234 /**
235 * @param AirportInfo
236 */
237 public function setDestination(AirportInfo $destination)
238 {
239 $this->destination = $destination;
240 }
241 /**
242 * @return AirportInfo
243 */
244 public function getDestination()
245 {
246 return $this->destination;
247 }
248 /**
249 * @param bool
250 */
251 public function setEnableSmartTap($enableSmartTap)
252 {
253 $this->enableSmartTap = $enableSmartTap;
254 }
255 /**
256 * @return bool
257 */
258 public function getEnableSmartTap()
259 {
260 return $this->enableSmartTap;
261 }
262 /**
263 * @param FlightHeader
264 */
265 public function setFlightHeader(FlightHeader $flightHeader)
266 {
267 $this->flightHeader = $flightHeader;
268 }
269 /**
270 * @return FlightHeader
271 */
272 public function getFlightHeader()
273 {
274 return $this->flightHeader;
275 }
276 /**
277 * @param string
278 */
279 public function setFlightStatus($flightStatus)
280 {
281 $this->flightStatus = $flightStatus;
282 }
283 /**
284 * @return string
285 */
286 public function getFlightStatus()
287 {
288 return $this->flightStatus;
289 }
290 /**
291 * @param Image
292 */
293 public function setHeroImage(Image $heroImage)
294 {
295 $this->heroImage = $heroImage;
296 }
297 /**
298 * @return Image
299 */
300 public function getHeroImage()
301 {
302 return $this->heroImage;
303 }
304 /**
305 * @param string
306 */
307 public function setHexBackgroundColor($hexBackgroundColor)
308 {
309 $this->hexBackgroundColor = $hexBackgroundColor;
310 }
311 /**
312 * @return string
313 */
314 public function getHexBackgroundColor()
315 {
316 return $this->hexBackgroundColor;
317 }
318 /**
319 * @param Uri
320 */
321 public function setHomepageUri(Uri $homepageUri)
322 {
323 $this->homepageUri = $homepageUri;
324 }
325 /**
326 * @return Uri
327 */
328 public function getHomepageUri()
329 {
330 return $this->homepageUri;
331 }
332 /**
333 * @param string
334 */
335 public function setId($id)
336 {
337 $this->id = $id;
338 }
339 /**
340 * @return string
341 */
342 public function getId()
343 {
344 return $this->id;
345 }
346 /**
347 * @param ImageModuleData[]
348 */
349 public function setImageModulesData($imageModulesData)
350 {
351 $this->imageModulesData = $imageModulesData;
352 }
353 /**
354 * @return ImageModuleData[]
355 */
356 public function getImageModulesData()
357 {
358 return $this->imageModulesData;
359 }
360 /**
361 * @param InfoModuleData
362 */
363 public function setInfoModuleData(InfoModuleData $infoModuleData)
364 {
365 $this->infoModuleData = $infoModuleData;
366 }
367 /**
368 * @return InfoModuleData
369 */
370 public function getInfoModuleData()
371 {
372 return $this->infoModuleData;
373 }
374 /**
375 * @param string
376 */
377 public function setIssuerName($issuerName)
378 {
379 $this->issuerName = $issuerName;
380 }
381 /**
382 * @return string
383 */
384 public function getIssuerName()
385 {
386 return $this->issuerName;
387 }
388 /**
389 * @param string
390 */
391 public function setKind($kind)
392 {
393 $this->kind = $kind;
394 }
395 /**
396 * @return string
397 */
398 public function getKind()
399 {
400 return $this->kind;
401 }
402 /**
403 * @param string
404 */
405 public function setLanguageOverride($languageOverride)
406 {
407 $this->languageOverride = $languageOverride;
408 }
409 /**
410 * @return string
411 */
412 public function getLanguageOverride()
413 {
414 return $this->languageOverride;
415 }
416 /**
417 * @param LinksModuleData
418 */
419 public function setLinksModuleData(LinksModuleData $linksModuleData)
420 {
421 $this->linksModuleData = $linksModuleData;
422 }
423 /**
424 * @return LinksModuleData
425 */
426 public function getLinksModuleData()
427 {
428 return $this->linksModuleData;
429 }
430 /**
431 * @param string
432 */
433 public function setLocalBoardingDateTime($localBoardingDateTime)
434 {
435 $this->localBoardingDateTime = $localBoardingDateTime;
436 }
437 /**
438 * @return string
439 */
440 public function getLocalBoardingDateTime()
441 {
442 return $this->localBoardingDateTime;
443 }
444 /**
445 * @param string
446 */
447 public function setLocalEstimatedOrActualArrivalDateTime($localEstimatedOrActualArrivalDateTime)
448 {
449 $this->localEstimatedOrActualArrivalDateTime = $localEstimatedOrActualArrivalDateTime;
450 }
451 /**
452 * @return string
453 */
454 public function getLocalEstimatedOrActualArrivalDateTime()
455 {
456 return $this->localEstimatedOrActualArrivalDateTime;
457 }
458 /**
459 * @param string
460 */
461 public function setLocalEstimatedOrActualDepartureDateTime($localEstimatedOrActualDepartureDateTime)
462 {
463 $this->localEstimatedOrActualDepartureDateTime = $localEstimatedOrActualDepartureDateTime;
464 }
465 /**
466 * @return string
467 */
468 public function getLocalEstimatedOrActualDepartureDateTime()
469 {
470 return $this->localEstimatedOrActualDepartureDateTime;
471 }
472 /**
473 * @param string
474 */
475 public function setLocalGateClosingDateTime($localGateClosingDateTime)
476 {
477 $this->localGateClosingDateTime = $localGateClosingDateTime;
478 }
479 /**
480 * @return string
481 */
482 public function getLocalGateClosingDateTime()
483 {
484 return $this->localGateClosingDateTime;
485 }
486 /**
487 * @param string
488 */
489 public function setLocalScheduledArrivalDateTime($localScheduledArrivalDateTime)
490 {
491 $this->localScheduledArrivalDateTime = $localScheduledArrivalDateTime;
492 }
493 /**
494 * @return string
495 */
496 public function getLocalScheduledArrivalDateTime()
497 {
498 return $this->localScheduledArrivalDateTime;
499 }
500 /**
501 * @param string
502 */
503 public function setLocalScheduledDepartureDateTime($localScheduledDepartureDateTime)
504 {
505 $this->localScheduledDepartureDateTime = $localScheduledDepartureDateTime;
506 }
507 /**
508 * @return string
509 */
510 public function getLocalScheduledDepartureDateTime()
511 {
512 return $this->localScheduledDepartureDateTime;
513 }
514 /**
515 * @param LocalizedString
516 */
517 public function setLocalizedIssuerName(LocalizedString $localizedIssuerName)
518 {
519 $this->localizedIssuerName = $localizedIssuerName;
520 }
521 /**
522 * @return LocalizedString
523 */
524 public function getLocalizedIssuerName()
525 {
526 return $this->localizedIssuerName;
527 }
528 /**
529 * @param LatLongPoint[]
530 */
531 public function setLocations($locations)
532 {
533 $this->locations = $locations;
534 }
535 /**
536 * @return LatLongPoint[]
537 */
538 public function getLocations()
539 {
540 return $this->locations;
541 }
542 /**
543 * @param MerchantLocation[]
544 */
545 public function setMerchantLocations($merchantLocations)
546 {
547 $this->merchantLocations = $merchantLocations;
548 }
549 /**
550 * @return MerchantLocation[]
551 */
552 public function getMerchantLocations()
553 {
554 return $this->merchantLocations;
555 }
556 /**
557 * @param Message[]
558 */
559 public function setMessages($messages)
560 {
561 $this->messages = $messages;
562 }
563 /**
564 * @return Message[]
565 */
566 public function getMessages()
567 {
568 return $this->messages;
569 }
570 /**
571 * @param string
572 */
573 public function setMultipleDevicesAndHoldersAllowedStatus($multipleDevicesAndHoldersAllowedStatus)
574 {
575 $this->multipleDevicesAndHoldersAllowedStatus = $multipleDevicesAndHoldersAllowedStatus;
576 }
577 /**
578 * @return string
579 */
580 public function getMultipleDevicesAndHoldersAllowedStatus()
581 {
582 return $this->multipleDevicesAndHoldersAllowedStatus;
583 }
584 /**
585 * @param string
586 */
587 public function setNotifyPreference($notifyPreference)
588 {
589 $this->notifyPreference = $notifyPreference;
590 }
591 /**
592 * @return string
593 */
594 public function getNotifyPreference()
595 {
596 return $this->notifyPreference;
597 }
598 /**
599 * @param AirportInfo
600 */
601 public function setOrigin(AirportInfo $origin)
602 {
603 $this->origin = $origin;
604 }
605 /**
606 * @return AirportInfo
607 */
608 public function getOrigin()
609 {
610 return $this->origin;
611 }
612 /**
613 * @param string[]
614 */
615 public function setRedemptionIssuers($redemptionIssuers)
616 {
617 $this->redemptionIssuers = $redemptionIssuers;
618 }
619 /**
620 * @return string[]
621 */
622 public function getRedemptionIssuers()
623 {
624 return $this->redemptionIssuers;
625 }
626 /**
627 * @param Review
628 */
629 public function setReview(Review $review)
630 {
631 $this->review = $review;
632 }
633 /**
634 * @return Review
635 */
636 public function getReview()
637 {
638 return $this->review;
639 }
640 /**
641 * @param string
642 */
643 public function setReviewStatus($reviewStatus)
644 {
645 $this->reviewStatus = $reviewStatus;
646 }
647 /**
648 * @return string
649 */
650 public function getReviewStatus()
651 {
652 return $this->reviewStatus;
653 }
654 /**
655 * @param SecurityAnimation
656 */
657 public function setSecurityAnimation(SecurityAnimation $securityAnimation)
658 {
659 $this->securityAnimation = $securityAnimation;
660 }
661 /**
662 * @return SecurityAnimation
663 */
664 public function getSecurityAnimation()
665 {
666 return $this->securityAnimation;
667 }
668 /**
669 * @param TextModuleData[]
670 */
671 public function setTextModulesData($textModulesData)
672 {
673 $this->textModulesData = $textModulesData;
674 }
675 /**
676 * @return TextModuleData[]
677 */
678 public function getTextModulesData()
679 {
680 return $this->textModulesData;
681 }
682 /**
683 * @param ValueAddedModuleData[]
684 */
685 public function setValueAddedModuleData($valueAddedModuleData)
686 {
687 $this->valueAddedModuleData = $valueAddedModuleData;
688 }
689 /**
690 * @return ValueAddedModuleData[]
691 */
692 public function getValueAddedModuleData()
693 {
694 return $this->valueAddedModuleData;
695 }
696 /**
697 * @param string
698 */
699 public function setVersion($version)
700 {
701 $this->version = $version;
702 }
703 /**
704 * @return string
705 */
706 public function getVersion()
707 {
708 return $this->version;
709 }
710 /**
711 * @param string
712 */
713 public function setViewUnlockRequirement($viewUnlockRequirement)
714 {
715 $this->viewUnlockRequirement = $viewUnlockRequirement;
716 }
717 /**
718 * @return string
719 */
720 public function getViewUnlockRequirement()
721 {
722 return $this->viewUnlockRequirement;
723 }
724 /**
725 * @param Image
726 */
727 public function setWordMark(Image $wordMark)
728 {
729 $this->wordMark = $wordMark;
730 }
731 /**
732 * @return Image
733 */
734 public function getWordMark()
735 {
736 return $this->wordMark;
737 }
738}
739
740// Adding a class alias for backwards compatibility with the previous class name.
741class_alias(FlightClass::class, 'Google_Service_Walletobjects_FlightClass');
Note: See TracBrowser for help on using the repository browser.