source: vendor/google/apiclient-services/src/AddressValidation/GoogleMapsAddressvalidationV1UspsData.php@ e3d4e0a

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

Upload project files

  • Property mode set to 100644
File size: 12.1 KB
RevLine 
[e3d4e0a]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\AddressValidation;
19
20class GoogleMapsAddressvalidationV1UspsData extends \Google\Model
21{
22 /**
23 * @var string
24 */
25 public $abbreviatedCity;
26 /**
27 * @var string
28 */
29 public $addressRecordType;
30 /**
31 * @var string
32 */
33 public $carrierRoute;
34 /**
35 * @var string
36 */
37 public $carrierRouteIndicator;
38 /**
39 * @var bool
40 */
41 public $cassProcessed;
42 /**
43 * @var string
44 */
45 public $county;
46 /**
47 * @var bool
48 */
49 public $defaultAddress;
50 /**
51 * @var string
52 */
53 public $deliveryPointCheckDigit;
54 /**
55 * @var string
56 */
57 public $deliveryPointCode;
58 /**
59 * @var string
60 */
61 public $dpvCmra;
62 /**
63 * @var string
64 */
65 public $dpvConfirmation;
66 /**
67 * @var string
68 */
69 public $dpvDoorNotAccessible;
70 /**
71 * @var string
72 */
73 public $dpvDrop;
74 /**
75 * @var string
76 */
77 public $dpvEnhancedDeliveryCode;
78 /**
79 * @var string
80 */
81 public $dpvFootnote;
82 /**
83 * @var string
84 */
85 public $dpvNoSecureLocation;
86 /**
87 * @var string
88 */
89 public $dpvNoStat;
90 /**
91 * @var int
92 */
93 public $dpvNoStatReasonCode;
94 /**
95 * @var string
96 */
97 public $dpvNonDeliveryDays;
98 /**
99 * @var int
100 */
101 public $dpvNonDeliveryDaysValues;
102 /**
103 * @var string
104 */
105 public $dpvPbsa;
106 /**
107 * @var string
108 */
109 public $dpvThrowback;
110 /**
111 * @var string
112 */
113 public $dpvVacant;
114 /**
115 * @var string
116 */
117 public $elotFlag;
118 /**
119 * @var string
120 */
121 public $elotNumber;
122 /**
123 * @var string
124 */
125 public $errorMessage;
126 /**
127 * @var bool
128 */
129 public $ewsNoMatch;
130 /**
131 * @var string
132 */
133 public $fipsCountyCode;
134 /**
135 * @var string
136 */
137 public $lacsLinkIndicator;
138 /**
139 * @var string
140 */
141 public $lacsLinkReturnCode;
142 /**
143 * @var string
144 */
145 public $pmbDesignator;
146 /**
147 * @var string
148 */
149 public $pmbNumber;
150 /**
151 * @var bool
152 */
153 public $poBoxOnlyPostalCode;
154 /**
155 * @var string
156 */
157 public $postOfficeCity;
158 /**
159 * @var string
160 */
161 public $postOfficeState;
162 protected $standardizedAddressType = GoogleMapsAddressvalidationV1UspsAddress::class;
163 protected $standardizedAddressDataType = '';
164 /**
165 * @var string
166 */
167 public $suitelinkFootnote;
168
169 /**
170 * @param string
171 */
172 public function setAbbreviatedCity($abbreviatedCity)
173 {
174 $this->abbreviatedCity = $abbreviatedCity;
175 }
176 /**
177 * @return string
178 */
179 public function getAbbreviatedCity()
180 {
181 return $this->abbreviatedCity;
182 }
183 /**
184 * @param string
185 */
186 public function setAddressRecordType($addressRecordType)
187 {
188 $this->addressRecordType = $addressRecordType;
189 }
190 /**
191 * @return string
192 */
193 public function getAddressRecordType()
194 {
195 return $this->addressRecordType;
196 }
197 /**
198 * @param string
199 */
200 public function setCarrierRoute($carrierRoute)
201 {
202 $this->carrierRoute = $carrierRoute;
203 }
204 /**
205 * @return string
206 */
207 public function getCarrierRoute()
208 {
209 return $this->carrierRoute;
210 }
211 /**
212 * @param string
213 */
214 public function setCarrierRouteIndicator($carrierRouteIndicator)
215 {
216 $this->carrierRouteIndicator = $carrierRouteIndicator;
217 }
218 /**
219 * @return string
220 */
221 public function getCarrierRouteIndicator()
222 {
223 return $this->carrierRouteIndicator;
224 }
225 /**
226 * @param bool
227 */
228 public function setCassProcessed($cassProcessed)
229 {
230 $this->cassProcessed = $cassProcessed;
231 }
232 /**
233 * @return bool
234 */
235 public function getCassProcessed()
236 {
237 return $this->cassProcessed;
238 }
239 /**
240 * @param string
241 */
242 public function setCounty($county)
243 {
244 $this->county = $county;
245 }
246 /**
247 * @return string
248 */
249 public function getCounty()
250 {
251 return $this->county;
252 }
253 /**
254 * @param bool
255 */
256 public function setDefaultAddress($defaultAddress)
257 {
258 $this->defaultAddress = $defaultAddress;
259 }
260 /**
261 * @return bool
262 */
263 public function getDefaultAddress()
264 {
265 return $this->defaultAddress;
266 }
267 /**
268 * @param string
269 */
270 public function setDeliveryPointCheckDigit($deliveryPointCheckDigit)
271 {
272 $this->deliveryPointCheckDigit = $deliveryPointCheckDigit;
273 }
274 /**
275 * @return string
276 */
277 public function getDeliveryPointCheckDigit()
278 {
279 return $this->deliveryPointCheckDigit;
280 }
281 /**
282 * @param string
283 */
284 public function setDeliveryPointCode($deliveryPointCode)
285 {
286 $this->deliveryPointCode = $deliveryPointCode;
287 }
288 /**
289 * @return string
290 */
291 public function getDeliveryPointCode()
292 {
293 return $this->deliveryPointCode;
294 }
295 /**
296 * @param string
297 */
298 public function setDpvCmra($dpvCmra)
299 {
300 $this->dpvCmra = $dpvCmra;
301 }
302 /**
303 * @return string
304 */
305 public function getDpvCmra()
306 {
307 return $this->dpvCmra;
308 }
309 /**
310 * @param string
311 */
312 public function setDpvConfirmation($dpvConfirmation)
313 {
314 $this->dpvConfirmation = $dpvConfirmation;
315 }
316 /**
317 * @return string
318 */
319 public function getDpvConfirmation()
320 {
321 return $this->dpvConfirmation;
322 }
323 /**
324 * @param string
325 */
326 public function setDpvDoorNotAccessible($dpvDoorNotAccessible)
327 {
328 $this->dpvDoorNotAccessible = $dpvDoorNotAccessible;
329 }
330 /**
331 * @return string
332 */
333 public function getDpvDoorNotAccessible()
334 {
335 return $this->dpvDoorNotAccessible;
336 }
337 /**
338 * @param string
339 */
340 public function setDpvDrop($dpvDrop)
341 {
342 $this->dpvDrop = $dpvDrop;
343 }
344 /**
345 * @return string
346 */
347 public function getDpvDrop()
348 {
349 return $this->dpvDrop;
350 }
351 /**
352 * @param string
353 */
354 public function setDpvEnhancedDeliveryCode($dpvEnhancedDeliveryCode)
355 {
356 $this->dpvEnhancedDeliveryCode = $dpvEnhancedDeliveryCode;
357 }
358 /**
359 * @return string
360 */
361 public function getDpvEnhancedDeliveryCode()
362 {
363 return $this->dpvEnhancedDeliveryCode;
364 }
365 /**
366 * @param string
367 */
368 public function setDpvFootnote($dpvFootnote)
369 {
370 $this->dpvFootnote = $dpvFootnote;
371 }
372 /**
373 * @return string
374 */
375 public function getDpvFootnote()
376 {
377 return $this->dpvFootnote;
378 }
379 /**
380 * @param string
381 */
382 public function setDpvNoSecureLocation($dpvNoSecureLocation)
383 {
384 $this->dpvNoSecureLocation = $dpvNoSecureLocation;
385 }
386 /**
387 * @return string
388 */
389 public function getDpvNoSecureLocation()
390 {
391 return $this->dpvNoSecureLocation;
392 }
393 /**
394 * @param string
395 */
396 public function setDpvNoStat($dpvNoStat)
397 {
398 $this->dpvNoStat = $dpvNoStat;
399 }
400 /**
401 * @return string
402 */
403 public function getDpvNoStat()
404 {
405 return $this->dpvNoStat;
406 }
407 /**
408 * @param int
409 */
410 public function setDpvNoStatReasonCode($dpvNoStatReasonCode)
411 {
412 $this->dpvNoStatReasonCode = $dpvNoStatReasonCode;
413 }
414 /**
415 * @return int
416 */
417 public function getDpvNoStatReasonCode()
418 {
419 return $this->dpvNoStatReasonCode;
420 }
421 /**
422 * @param string
423 */
424 public function setDpvNonDeliveryDays($dpvNonDeliveryDays)
425 {
426 $this->dpvNonDeliveryDays = $dpvNonDeliveryDays;
427 }
428 /**
429 * @return string
430 */
431 public function getDpvNonDeliveryDays()
432 {
433 return $this->dpvNonDeliveryDays;
434 }
435 /**
436 * @param int
437 */
438 public function setDpvNonDeliveryDaysValues($dpvNonDeliveryDaysValues)
439 {
440 $this->dpvNonDeliveryDaysValues = $dpvNonDeliveryDaysValues;
441 }
442 /**
443 * @return int
444 */
445 public function getDpvNonDeliveryDaysValues()
446 {
447 return $this->dpvNonDeliveryDaysValues;
448 }
449 /**
450 * @param string
451 */
452 public function setDpvPbsa($dpvPbsa)
453 {
454 $this->dpvPbsa = $dpvPbsa;
455 }
456 /**
457 * @return string
458 */
459 public function getDpvPbsa()
460 {
461 return $this->dpvPbsa;
462 }
463 /**
464 * @param string
465 */
466 public function setDpvThrowback($dpvThrowback)
467 {
468 $this->dpvThrowback = $dpvThrowback;
469 }
470 /**
471 * @return string
472 */
473 public function getDpvThrowback()
474 {
475 return $this->dpvThrowback;
476 }
477 /**
478 * @param string
479 */
480 public function setDpvVacant($dpvVacant)
481 {
482 $this->dpvVacant = $dpvVacant;
483 }
484 /**
485 * @return string
486 */
487 public function getDpvVacant()
488 {
489 return $this->dpvVacant;
490 }
491 /**
492 * @param string
493 */
494 public function setElotFlag($elotFlag)
495 {
496 $this->elotFlag = $elotFlag;
497 }
498 /**
499 * @return string
500 */
501 public function getElotFlag()
502 {
503 return $this->elotFlag;
504 }
505 /**
506 * @param string
507 */
508 public function setElotNumber($elotNumber)
509 {
510 $this->elotNumber = $elotNumber;
511 }
512 /**
513 * @return string
514 */
515 public function getElotNumber()
516 {
517 return $this->elotNumber;
518 }
519 /**
520 * @param string
521 */
522 public function setErrorMessage($errorMessage)
523 {
524 $this->errorMessage = $errorMessage;
525 }
526 /**
527 * @return string
528 */
529 public function getErrorMessage()
530 {
531 return $this->errorMessage;
532 }
533 /**
534 * @param bool
535 */
536 public function setEwsNoMatch($ewsNoMatch)
537 {
538 $this->ewsNoMatch = $ewsNoMatch;
539 }
540 /**
541 * @return bool
542 */
543 public function getEwsNoMatch()
544 {
545 return $this->ewsNoMatch;
546 }
547 /**
548 * @param string
549 */
550 public function setFipsCountyCode($fipsCountyCode)
551 {
552 $this->fipsCountyCode = $fipsCountyCode;
553 }
554 /**
555 * @return string
556 */
557 public function getFipsCountyCode()
558 {
559 return $this->fipsCountyCode;
560 }
561 /**
562 * @param string
563 */
564 public function setLacsLinkIndicator($lacsLinkIndicator)
565 {
566 $this->lacsLinkIndicator = $lacsLinkIndicator;
567 }
568 /**
569 * @return string
570 */
571 public function getLacsLinkIndicator()
572 {
573 return $this->lacsLinkIndicator;
574 }
575 /**
576 * @param string
577 */
578 public function setLacsLinkReturnCode($lacsLinkReturnCode)
579 {
580 $this->lacsLinkReturnCode = $lacsLinkReturnCode;
581 }
582 /**
583 * @return string
584 */
585 public function getLacsLinkReturnCode()
586 {
587 return $this->lacsLinkReturnCode;
588 }
589 /**
590 * @param string
591 */
592 public function setPmbDesignator($pmbDesignator)
593 {
594 $this->pmbDesignator = $pmbDesignator;
595 }
596 /**
597 * @return string
598 */
599 public function getPmbDesignator()
600 {
601 return $this->pmbDesignator;
602 }
603 /**
604 * @param string
605 */
606 public function setPmbNumber($pmbNumber)
607 {
608 $this->pmbNumber = $pmbNumber;
609 }
610 /**
611 * @return string
612 */
613 public function getPmbNumber()
614 {
615 return $this->pmbNumber;
616 }
617 /**
618 * @param bool
619 */
620 public function setPoBoxOnlyPostalCode($poBoxOnlyPostalCode)
621 {
622 $this->poBoxOnlyPostalCode = $poBoxOnlyPostalCode;
623 }
624 /**
625 * @return bool
626 */
627 public function getPoBoxOnlyPostalCode()
628 {
629 return $this->poBoxOnlyPostalCode;
630 }
631 /**
632 * @param string
633 */
634 public function setPostOfficeCity($postOfficeCity)
635 {
636 $this->postOfficeCity = $postOfficeCity;
637 }
638 /**
639 * @return string
640 */
641 public function getPostOfficeCity()
642 {
643 return $this->postOfficeCity;
644 }
645 /**
646 * @param string
647 */
648 public function setPostOfficeState($postOfficeState)
649 {
650 $this->postOfficeState = $postOfficeState;
651 }
652 /**
653 * @return string
654 */
655 public function getPostOfficeState()
656 {
657 return $this->postOfficeState;
658 }
659 /**
660 * @param GoogleMapsAddressvalidationV1UspsAddress
661 */
662 public function setStandardizedAddress(GoogleMapsAddressvalidationV1UspsAddress $standardizedAddress)
663 {
664 $this->standardizedAddress = $standardizedAddress;
665 }
666 /**
667 * @return GoogleMapsAddressvalidationV1UspsAddress
668 */
669 public function getStandardizedAddress()
670 {
671 return $this->standardizedAddress;
672 }
673 /**
674 * @param string
675 */
676 public function setSuitelinkFootnote($suitelinkFootnote)
677 {
678 $this->suitelinkFootnote = $suitelinkFootnote;
679 }
680 /**
681 * @return string
682 */
683 public function getSuitelinkFootnote()
684 {
685 return $this->suitelinkFootnote;
686 }
687}
688
689// Adding a class alias for backwards compatibility with the previous class name.
690class_alias(GoogleMapsAddressvalidationV1UspsData::class, 'Google_Service_AddressValidation_GoogleMapsAddressvalidationV1UspsData');
Note: See TracBrowser for help on using the repository browser.