forked from bhosalearchu/EbatNs_Shopping
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCountryCodeType.php
523 lines (518 loc) · 13.3 KB
/
CountryCodeType.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
<?php
// autogenerated file 10.09.2012 13:13
// $Id: $
// $Log: $
//
require_once 'EbatNs_FacetType.php';
/**
* Defines the standard 2-letter ISO 3166 country code set, plussome additional
* country codes that eBay uses.(The additional codes appear at the end of this
* code list andare noted as non-ISO.)For English names that correspond to each
* code (e.g., KY="Cayman Islands"),see the ISO
* site:http://www.iso.ch/iso/en/prods-services/iso3166ma/02iso-3166-code-lists/list-en1.html
*
* @link http://developer.ebay.com/DevZone/XML/docs/Reference/eBay/types/CountryCodeType.html
*
* @property string AF
* @property string AL
* @property string DZ
* @property string AS
* @property string AD
* @property string AO
* @property string AI
* @property string AQ
* @property string AG
* @property string AR
* @property string AM
* @property string AW
* @property string AU
* @property string AT
* @property string AZ
* @property string BS
* @property string BH
* @property string BD
* @property string BB
* @property string BY
* @property string BE
* @property string BZ
* @property string BJ
* @property string BM
* @property string BT
* @property string BO
* @property string BA
* @property string BW
* @property string BV
* @property string BR
* @property string IO
* @property string BN
* @property string BG
* @property string BF
* @property string BI
* @property string KH
* @property string CM
* @property string CA
* @property string CV
* @property string KY
* @property string CF
* @property string TD
* @property string CL
* @property string CN
* @property string CX
* @property string CC
* @property string CO
* @property string KM
* @property string CG
* @property string CD
* @property string CK
* @property string CR
* @property string CI
* @property string HR
* @property string CU
* @property string CY
* @property string CZ
* @property string DK
* @property string DJ
* @property string DM
* @property string DO
* @property string TP
* @property string EC
* @property string EG
* @property string SV
* @property string GQ
* @property string ER
* @property string EE
* @property string ET
* @property string FK
* @property string FO
* @property string FJ
* @property string FI
* @property string FR
* @property string GF
* @property string PF
* @property string TF
* @property string GA
* @property string GM
* @property string GE
* @property string DE
* @property string GH
* @property string GI
* @property string GR
* @property string GL
* @property string GD
* @property string GP
* @property string GU
* @property string GT
* @property string GN
* @property string GW
* @property string GY
* @property string HT
* @property string HM
* @property string VA
* @property string HN
* @property string HK
* @property string HU
* @property string IS
* @property string IN
* @property string ID
* @property string IR
* @property string IQ
* @property string IE
* @property string IL
* @property string IT
* @property string JM
* @property string JP
* @property string JO
* @property string KZ
* @property string KE
* @property string KI
* @property string KP
* @property string KR
* @property string KW
* @property string KG
* @property string LA
* @property string LV
* @property string LB
* @property string LS
* @property string LR
* @property string LY
* @property string LI
* @property string LT
* @property string LU
* @property string MO
* @property string MK
* @property string MG
* @property string MW
* @property string MY
* @property string MV
* @property string ML
* @property string MT
* @property string MH
* @property string MQ
* @property string MR
* @property string MU
* @property string YT
* @property string MX
* @property string FM
* @property string MD
* @property string MC
* @property string MN
* @property string MS
* @property string MA
* @property string MZ
* @property string MM
* @property string NA
* @property string NR
* @property string NP
* @property string NL
* @property string AN
* @property string NC
* @property string NZ
* @property string NI
* @property string NE
* @property string NG
* @property string NU
* @property string NF
* @property string MP
* @property string NO
* @property string OM
* @property string PK
* @property string PW
* @property string PS
* @property string PA
* @property string PG
* @property string PY
* @property string PE
* @property string PH
* @property string PN
* @property string PL
* @property string PT
* @property string PR
* @property string QA
* @property string RE
* @property string RO
* @property string RU
* @property string RW
* @property string SH
* @property string KN
* @property string LC
* @property string PM
* @property string VC
* @property string WS
* @property string SM
* @property string ST
* @property string SA
* @property string SN
* @property string SC
* @property string SL
* @property string SG
* @property string SK
* @property string SI
* @property string SB
* @property string SO
* @property string ZA
* @property string GS
* @property string ES
* @property string LK
* @property string SD
* @property string SR
* @property string SJ
* @property string SZ
* @property string SE
* @property string CH
* @property string SY
* @property string TW
* @property string TJ
* @property string TZ
* @property string TH
* @property string TG
* @property string TK
* @property string TO
* @property string TT
* @property string TN
* @property string TR
* @property string TM
* @property string TC
* @property string TV
* @property string UG
* @property string UA
* @property string AE
* @property string GB
* @property string US
* @property string UM
* @property string UY
* @property string UZ
* @property string VU
* @property string VE
* @property string VN
* @property string VG
* @property string VI
* @property string WF
* @property string EH
* @property string YE
* @property string YU
* @property string ZM
* @property string ZW
* @property string AA
* @property string QM
* @property string QN
* @property string QO
* @property string QP
* @property string CustomCode
*/
class CountryCodeType extends EbatNs_FacetType
{
const CodeType_AF = 'AF';
const CodeType_AL = 'AL';
const CodeType_DZ = 'DZ';
const CodeType_AS = 'AS';
const CodeType_AD = 'AD';
const CodeType_AO = 'AO';
const CodeType_AI = 'AI';
const CodeType_AQ = 'AQ';
const CodeType_AG = 'AG';
const CodeType_AR = 'AR';
const CodeType_AM = 'AM';
const CodeType_AW = 'AW';
const CodeType_AU = 'AU';
const CodeType_AT = 'AT';
const CodeType_AZ = 'AZ';
const CodeType_BS = 'BS';
const CodeType_BH = 'BH';
const CodeType_BD = 'BD';
const CodeType_BB = 'BB';
const CodeType_BY = 'BY';
const CodeType_BE = 'BE';
const CodeType_BZ = 'BZ';
const CodeType_BJ = 'BJ';
const CodeType_BM = 'BM';
const CodeType_BT = 'BT';
const CodeType_BO = 'BO';
const CodeType_BA = 'BA';
const CodeType_BW = 'BW';
const CodeType_BV = 'BV';
const CodeType_BR = 'BR';
const CodeType_IO = 'IO';
const CodeType_BN = 'BN';
const CodeType_BG = 'BG';
const CodeType_BF = 'BF';
const CodeType_BI = 'BI';
const CodeType_KH = 'KH';
const CodeType_CM = 'CM';
const CodeType_CA = 'CA';
const CodeType_CV = 'CV';
const CodeType_KY = 'KY';
const CodeType_CF = 'CF';
const CodeType_TD = 'TD';
const CodeType_CL = 'CL';
const CodeType_CN = 'CN';
const CodeType_CX = 'CX';
const CodeType_CC = 'CC';
const CodeType_CO = 'CO';
const CodeType_KM = 'KM';
const CodeType_CG = 'CG';
const CodeType_CD = 'CD';
const CodeType_CK = 'CK';
const CodeType_CR = 'CR';
const CodeType_CI = 'CI';
const CodeType_HR = 'HR';
const CodeType_CU = 'CU';
const CodeType_CY = 'CY';
const CodeType_CZ = 'CZ';
const CodeType_DK = 'DK';
const CodeType_DJ = 'DJ';
const CodeType_DM = 'DM';
const CodeType_DO = 'DO';
const CodeType_TP = 'TP';
const CodeType_EC = 'EC';
const CodeType_EG = 'EG';
const CodeType_SV = 'SV';
const CodeType_GQ = 'GQ';
const CodeType_ER = 'ER';
const CodeType_EE = 'EE';
const CodeType_ET = 'ET';
const CodeType_FK = 'FK';
const CodeType_FO = 'FO';
const CodeType_FJ = 'FJ';
const CodeType_FI = 'FI';
const CodeType_FR = 'FR';
const CodeType_GF = 'GF';
const CodeType_PF = 'PF';
const CodeType_TF = 'TF';
const CodeType_GA = 'GA';
const CodeType_GM = 'GM';
const CodeType_GE = 'GE';
const CodeType_DE = 'DE';
const CodeType_GH = 'GH';
const CodeType_GI = 'GI';
const CodeType_GR = 'GR';
const CodeType_GL = 'GL';
const CodeType_GD = 'GD';
const CodeType_GP = 'GP';
const CodeType_GU = 'GU';
const CodeType_GT = 'GT';
const CodeType_GN = 'GN';
const CodeType_GW = 'GW';
const CodeType_GY = 'GY';
const CodeType_HT = 'HT';
const CodeType_HM = 'HM';
const CodeType_VA = 'VA';
const CodeType_HN = 'HN';
const CodeType_HK = 'HK';
const CodeType_HU = 'HU';
const CodeType_IS = 'IS';
const CodeType_IN = 'IN';
const CodeType_ID = 'ID';
const CodeType_IR = 'IR';
const CodeType_IQ = 'IQ';
const CodeType_IE = 'IE';
const CodeType_IL = 'IL';
const CodeType_IT = 'IT';
const CodeType_JM = 'JM';
const CodeType_JP = 'JP';
const CodeType_JO = 'JO';
const CodeType_KZ = 'KZ';
const CodeType_KE = 'KE';
const CodeType_KI = 'KI';
const CodeType_KP = 'KP';
const CodeType_KR = 'KR';
const CodeType_KW = 'KW';
const CodeType_KG = 'KG';
const CodeType_LA = 'LA';
const CodeType_LV = 'LV';
const CodeType_LB = 'LB';
const CodeType_LS = 'LS';
const CodeType_LR = 'LR';
const CodeType_LY = 'LY';
const CodeType_LI = 'LI';
const CodeType_LT = 'LT';
const CodeType_LU = 'LU';
const CodeType_MO = 'MO';
const CodeType_MK = 'MK';
const CodeType_MG = 'MG';
const CodeType_MW = 'MW';
const CodeType_MY = 'MY';
const CodeType_MV = 'MV';
const CodeType_ML = 'ML';
const CodeType_MT = 'MT';
const CodeType_MH = 'MH';
const CodeType_MQ = 'MQ';
const CodeType_MR = 'MR';
const CodeType_MU = 'MU';
const CodeType_YT = 'YT';
const CodeType_MX = 'MX';
const CodeType_FM = 'FM';
const CodeType_MD = 'MD';
const CodeType_MC = 'MC';
const CodeType_MN = 'MN';
const CodeType_MS = 'MS';
const CodeType_MA = 'MA';
const CodeType_MZ = 'MZ';
const CodeType_MM = 'MM';
const CodeType_NA = 'NA';
const CodeType_NR = 'NR';
const CodeType_NP = 'NP';
const CodeType_NL = 'NL';
const CodeType_AN = 'AN';
const CodeType_NC = 'NC';
const CodeType_NZ = 'NZ';
const CodeType_NI = 'NI';
const CodeType_NE = 'NE';
const CodeType_NG = 'NG';
const CodeType_NU = 'NU';
const CodeType_NF = 'NF';
const CodeType_MP = 'MP';
const CodeType_NO = 'NO';
const CodeType_OM = 'OM';
const CodeType_PK = 'PK';
const CodeType_PW = 'PW';
const CodeType_PS = 'PS';
const CodeType_PA = 'PA';
const CodeType_PG = 'PG';
const CodeType_PY = 'PY';
const CodeType_PE = 'PE';
const CodeType_PH = 'PH';
const CodeType_PN = 'PN';
const CodeType_PL = 'PL';
const CodeType_PT = 'PT';
const CodeType_PR = 'PR';
const CodeType_QA = 'QA';
const CodeType_RE = 'RE';
const CodeType_RO = 'RO';
const CodeType_RU = 'RU';
const CodeType_RW = 'RW';
const CodeType_SH = 'SH';
const CodeType_KN = 'KN';
const CodeType_LC = 'LC';
const CodeType_PM = 'PM';
const CodeType_VC = 'VC';
const CodeType_WS = 'WS';
const CodeType_SM = 'SM';
const CodeType_ST = 'ST';
const CodeType_SA = 'SA';
const CodeType_SN = 'SN';
const CodeType_SC = 'SC';
const CodeType_SL = 'SL';
const CodeType_SG = 'SG';
const CodeType_SK = 'SK';
const CodeType_SI = 'SI';
const CodeType_SB = 'SB';
const CodeType_SO = 'SO';
const CodeType_ZA = 'ZA';
const CodeType_GS = 'GS';
const CodeType_ES = 'ES';
const CodeType_LK = 'LK';
const CodeType_SD = 'SD';
const CodeType_SR = 'SR';
const CodeType_SJ = 'SJ';
const CodeType_SZ = 'SZ';
const CodeType_SE = 'SE';
const CodeType_CH = 'CH';
const CodeType_SY = 'SY';
const CodeType_TW = 'TW';
const CodeType_TJ = 'TJ';
const CodeType_TZ = 'TZ';
const CodeType_TH = 'TH';
const CodeType_TG = 'TG';
const CodeType_TK = 'TK';
const CodeType_TO = 'TO';
const CodeType_TT = 'TT';
const CodeType_TN = 'TN';
const CodeType_TR = 'TR';
const CodeType_TM = 'TM';
const CodeType_TC = 'TC';
const CodeType_TV = 'TV';
const CodeType_UG = 'UG';
const CodeType_UA = 'UA';
const CodeType_AE = 'AE';
const CodeType_GB = 'GB';
const CodeType_US = 'US';
const CodeType_UM = 'UM';
const CodeType_UY = 'UY';
const CodeType_UZ = 'UZ';
const CodeType_VU = 'VU';
const CodeType_VE = 'VE';
const CodeType_VN = 'VN';
const CodeType_VG = 'VG';
const CodeType_VI = 'VI';
const CodeType_WF = 'WF';
const CodeType_EH = 'EH';
const CodeType_YE = 'YE';
const CodeType_YU = 'YU';
const CodeType_ZM = 'ZM';
const CodeType_ZW = 'ZW';
const CodeType_AA = 'AA';
const CodeType_QM = 'QM';
const CodeType_QN = 'QN';
const CodeType_QO = 'QO';
const CodeType_QP = 'QP';
const CodeType_CustomCode = 'CustomCode';
/**
* @return
*/
function __construct()
{
parent::__construct('CountryCodeType', 'urn:ebay:apis:eBLBaseComponents');
}
}
$Facet_CountryCodeType = new CountryCodeType();
?>