001package org.hl7.fhir.r4.model.codesystems;
002
003/*
004  Copyright (c) 2011+, HL7, Inc.
005  All rights reserved.
006  
007  Redistribution and use in source and binary forms, with or without modification, 
008  are permitted provided that the following conditions are met:
009  
010   * Redistributions of source code must retain the above copyright notice, this 
011     list of conditions and the following disclaimer.
012   * Redistributions in binary form must reproduce the above copyright notice, 
013     this list of conditions and the following disclaimer in the documentation 
014     and/or other materials provided with the distribution.
015   * Neither the name of HL7 nor the names of its contributors may be used to 
016     endorse or promote products derived from this software without specific 
017     prior written permission.
018  
019  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND 
020  ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED 
021  WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. 
022  IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, 
023  INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT 
024  NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 
025  PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, 
026  WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) 
027  ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 
028  POSSIBILITY OF SUCH DAMAGE.
029  
030*/
031
032// Generated on Thu, Sep 13, 2018 09:04-0400 for FHIR v3.5.0
033
034
035import org.hl7.fhir.r4.model.EnumFactory;
036
037public class ServiceTypeEnumFactory implements EnumFactory<ServiceType> {
038
039  public ServiceType fromCode(String codeString) throws IllegalArgumentException {
040    if (codeString == null || "".equals(codeString))
041      return null;
042    if ("1".equals(codeString))
043      return ServiceType._1;
044    if ("2".equals(codeString))
045      return ServiceType._2;
046    if ("3".equals(codeString))
047      return ServiceType._3;
048    if ("4".equals(codeString))
049      return ServiceType._4;
050    if ("5".equals(codeString))
051      return ServiceType._5;
052    if ("6".equals(codeString))
053      return ServiceType._6;
054    if ("7".equals(codeString))
055      return ServiceType._7;
056    if ("8".equals(codeString))
057      return ServiceType._8;
058    if ("9".equals(codeString))
059      return ServiceType._9;
060    if ("10".equals(codeString))
061      return ServiceType._10;
062    if ("11".equals(codeString))
063      return ServiceType._11;
064    if ("12".equals(codeString))
065      return ServiceType._12;
066    if ("13".equals(codeString))
067      return ServiceType._13;
068    if ("14".equals(codeString))
069      return ServiceType._14;
070    if ("15".equals(codeString))
071      return ServiceType._15;
072    if ("16".equals(codeString))
073      return ServiceType._16;
074    if ("17".equals(codeString))
075      return ServiceType._17;
076    if ("18".equals(codeString))
077      return ServiceType._18;
078    if ("19".equals(codeString))
079      return ServiceType._19;
080    if ("20".equals(codeString))
081      return ServiceType._20;
082    if ("21".equals(codeString))
083      return ServiceType._21;
084    if ("22".equals(codeString))
085      return ServiceType._22;
086    if ("23".equals(codeString))
087      return ServiceType._23;
088    if ("24".equals(codeString))
089      return ServiceType._24;
090    if ("25".equals(codeString))
091      return ServiceType._25;
092    if ("26".equals(codeString))
093      return ServiceType._26;
094    if ("27".equals(codeString))
095      return ServiceType._27;
096    if ("28".equals(codeString))
097      return ServiceType._28;
098    if ("29".equals(codeString))
099      return ServiceType._29;
100    if ("30".equals(codeString))
101      return ServiceType._30;
102    if ("31".equals(codeString))
103      return ServiceType._31;
104    if ("32".equals(codeString))
105      return ServiceType._32;
106    if ("33".equals(codeString))
107      return ServiceType._33;
108    if ("34".equals(codeString))
109      return ServiceType._34;
110    if ("35".equals(codeString))
111      return ServiceType._35;
112    if ("36".equals(codeString))
113      return ServiceType._36;
114    if ("37".equals(codeString))
115      return ServiceType._37;
116    if ("38".equals(codeString))
117      return ServiceType._38;
118    if ("39".equals(codeString))
119      return ServiceType._39;
120    if ("40".equals(codeString))
121      return ServiceType._40;
122    if ("41".equals(codeString))
123      return ServiceType._41;
124    if ("42".equals(codeString))
125      return ServiceType._42;
126    if ("43".equals(codeString))
127      return ServiceType._43;
128    if ("44".equals(codeString))
129      return ServiceType._44;
130    if ("45".equals(codeString))
131      return ServiceType._45;
132    if ("46".equals(codeString))
133      return ServiceType._46;
134    if ("47".equals(codeString))
135      return ServiceType._47;
136    if ("48".equals(codeString))
137      return ServiceType._48;
138    if ("49".equals(codeString))
139      return ServiceType._49;
140    if ("50".equals(codeString))
141      return ServiceType._50;
142    if ("51".equals(codeString))
143      return ServiceType._51;
144    if ("52".equals(codeString))
145      return ServiceType._52;
146    if ("53".equals(codeString))
147      return ServiceType._53;
148    if ("54".equals(codeString))
149      return ServiceType._54;
150    if ("55".equals(codeString))
151      return ServiceType._55;
152    if ("56".equals(codeString))
153      return ServiceType._56;
154    if ("57".equals(codeString))
155      return ServiceType._57;
156    if ("58".equals(codeString))
157      return ServiceType._58;
158    if ("59".equals(codeString))
159      return ServiceType._59;
160    if ("60".equals(codeString))
161      return ServiceType._60;
162    if ("61".equals(codeString))
163      return ServiceType._61;
164    if ("62".equals(codeString))
165      return ServiceType._62;
166    if ("63".equals(codeString))
167      return ServiceType._63;
168    if ("64".equals(codeString))
169      return ServiceType._64;
170    if ("65".equals(codeString))
171      return ServiceType._65;
172    if ("66".equals(codeString))
173      return ServiceType._66;
174    if ("67".equals(codeString))
175      return ServiceType._67;
176    if ("68".equals(codeString))
177      return ServiceType._68;
178    if ("69".equals(codeString))
179      return ServiceType._69;
180    if ("70".equals(codeString))
181      return ServiceType._70;
182    if ("71".equals(codeString))
183      return ServiceType._71;
184    if ("72".equals(codeString))
185      return ServiceType._72;
186    if ("73".equals(codeString))
187      return ServiceType._73;
188    if ("74".equals(codeString))
189      return ServiceType._74;
190    if ("75".equals(codeString))
191      return ServiceType._75;
192    if ("76".equals(codeString))
193      return ServiceType._76;
194    if ("77".equals(codeString))
195      return ServiceType._77;
196    if ("78".equals(codeString))
197      return ServiceType._78;
198    if ("79".equals(codeString))
199      return ServiceType._79;
200    if ("80".equals(codeString))
201      return ServiceType._80;
202    if ("81".equals(codeString))
203      return ServiceType._81;
204    if ("82".equals(codeString))
205      return ServiceType._82;
206    if ("83".equals(codeString))
207      return ServiceType._83;
208    if ("84".equals(codeString))
209      return ServiceType._84;
210    if ("85".equals(codeString))
211      return ServiceType._85;
212    if ("86".equals(codeString))
213      return ServiceType._86;
214    if ("87".equals(codeString))
215      return ServiceType._87;
216    if ("88".equals(codeString))
217      return ServiceType._88;
218    if ("89".equals(codeString))
219      return ServiceType._89;
220    if ("90".equals(codeString))
221      return ServiceType._90;
222    if ("91".equals(codeString))
223      return ServiceType._91;
224    if ("92".equals(codeString))
225      return ServiceType._92;
226    if ("93".equals(codeString))
227      return ServiceType._93;
228    if ("94".equals(codeString))
229      return ServiceType._94;
230    if ("95".equals(codeString))
231      return ServiceType._95;
232    if ("96".equals(codeString))
233      return ServiceType._96;
234    if ("97".equals(codeString))
235      return ServiceType._97;
236    if ("98".equals(codeString))
237      return ServiceType._98;
238    if ("99".equals(codeString))
239      return ServiceType._99;
240    if ("100".equals(codeString))
241      return ServiceType._100;
242    if ("101".equals(codeString))
243      return ServiceType._101;
244    if ("102".equals(codeString))
245      return ServiceType._102;
246    if ("103".equals(codeString))
247      return ServiceType._103;
248    if ("104".equals(codeString))
249      return ServiceType._104;
250    if ("105".equals(codeString))
251      return ServiceType._105;
252    if ("106".equals(codeString))
253      return ServiceType._106;
254    if ("107".equals(codeString))
255      return ServiceType._107;
256    if ("108".equals(codeString))
257      return ServiceType._108;
258    if ("109".equals(codeString))
259      return ServiceType._109;
260    if ("110".equals(codeString))
261      return ServiceType._110;
262    if ("111".equals(codeString))
263      return ServiceType._111;
264    if ("112".equals(codeString))
265      return ServiceType._112;
266    if ("113".equals(codeString))
267      return ServiceType._113;
268    if ("114".equals(codeString))
269      return ServiceType._114;
270    if ("115".equals(codeString))
271      return ServiceType._115;
272    if ("116".equals(codeString))
273      return ServiceType._116;
274    if ("117".equals(codeString))
275      return ServiceType._117;
276    if ("118".equals(codeString))
277      return ServiceType._118;
278    if ("119".equals(codeString))
279      return ServiceType._119;
280    if ("120".equals(codeString))
281      return ServiceType._120;
282    if ("121".equals(codeString))
283      return ServiceType._121;
284    if ("122".equals(codeString))
285      return ServiceType._122;
286    if ("123".equals(codeString))
287      return ServiceType._123;
288    if ("124".equals(codeString))
289      return ServiceType._124;
290    if ("125".equals(codeString))
291      return ServiceType._125;
292    if ("126".equals(codeString))
293      return ServiceType._126;
294    if ("127".equals(codeString))
295      return ServiceType._127;
296    if ("128".equals(codeString))
297      return ServiceType._128;
298    if ("129".equals(codeString))
299      return ServiceType._129;
300    if ("130".equals(codeString))
301      return ServiceType._130;
302    if ("131".equals(codeString))
303      return ServiceType._131;
304    if ("132".equals(codeString))
305      return ServiceType._132;
306    if ("133".equals(codeString))
307      return ServiceType._133;
308    if ("134".equals(codeString))
309      return ServiceType._134;
310    if ("135".equals(codeString))
311      return ServiceType._135;
312    if ("136".equals(codeString))
313      return ServiceType._136;
314    if ("137".equals(codeString))
315      return ServiceType._137;
316    if ("138".equals(codeString))
317      return ServiceType._138;
318    if ("139".equals(codeString))
319      return ServiceType._139;
320    if ("140".equals(codeString))
321      return ServiceType._140;
322    if ("141".equals(codeString))
323      return ServiceType._141;
324    if ("142".equals(codeString))
325      return ServiceType._142;
326    if ("143".equals(codeString))
327      return ServiceType._143;
328    if ("144".equals(codeString))
329      return ServiceType._144;
330    if ("145".equals(codeString))
331      return ServiceType._145;
332    if ("146".equals(codeString))
333      return ServiceType._146;
334    if ("147".equals(codeString))
335      return ServiceType._147;
336    if ("148".equals(codeString))
337      return ServiceType._148;
338    if ("149".equals(codeString))
339      return ServiceType._149;
340    if ("150".equals(codeString))
341      return ServiceType._150;
342    if ("151".equals(codeString))
343      return ServiceType._151;
344    if ("152".equals(codeString))
345      return ServiceType._152;
346    if ("153".equals(codeString))
347      return ServiceType._153;
348    if ("154".equals(codeString))
349      return ServiceType._154;
350    if ("155".equals(codeString))
351      return ServiceType._155;
352    if ("156".equals(codeString))
353      return ServiceType._156;
354    if ("157".equals(codeString))
355      return ServiceType._157;
356    if ("158".equals(codeString))
357      return ServiceType._158;
358    if ("159".equals(codeString))
359      return ServiceType._159;
360    if ("160".equals(codeString))
361      return ServiceType._160;
362    if ("161".equals(codeString))
363      return ServiceType._161;
364    if ("162".equals(codeString))
365      return ServiceType._162;
366    if ("163".equals(codeString))
367      return ServiceType._163;
368    if ("164".equals(codeString))
369      return ServiceType._164;
370    if ("165".equals(codeString))
371      return ServiceType._165;
372    if ("166".equals(codeString))
373      return ServiceType._166;
374    if ("167".equals(codeString))
375      return ServiceType._167;
376    if ("168".equals(codeString))
377      return ServiceType._168;
378    if ("169".equals(codeString))
379      return ServiceType._169;
380    if ("170".equals(codeString))
381      return ServiceType._170;
382    if ("171".equals(codeString))
383      return ServiceType._171;
384    if ("172".equals(codeString))
385      return ServiceType._172;
386    if ("173".equals(codeString))
387      return ServiceType._173;
388    if ("174".equals(codeString))
389      return ServiceType._174;
390    if ("175".equals(codeString))
391      return ServiceType._175;
392    if ("176".equals(codeString))
393      return ServiceType._176;
394    if ("177".equals(codeString))
395      return ServiceType._177;
396    if ("178".equals(codeString))
397      return ServiceType._178;
398    if ("179".equals(codeString))
399      return ServiceType._179;
400    if ("180".equals(codeString))
401      return ServiceType._180;
402    if ("181".equals(codeString))
403      return ServiceType._181;
404    if ("182".equals(codeString))
405      return ServiceType._182;
406    if ("183".equals(codeString))
407      return ServiceType._183;
408    if ("184".equals(codeString))
409      return ServiceType._184;
410    if ("185".equals(codeString))
411      return ServiceType._185;
412    if ("186".equals(codeString))
413      return ServiceType._186;
414    if ("187".equals(codeString))
415      return ServiceType._187;
416    if ("188".equals(codeString))
417      return ServiceType._188;
418    if ("189".equals(codeString))
419      return ServiceType._189;
420    if ("190".equals(codeString))
421      return ServiceType._190;
422    if ("191".equals(codeString))
423      return ServiceType._191;
424    if ("192".equals(codeString))
425      return ServiceType._192;
426    if ("193".equals(codeString))
427      return ServiceType._193;
428    if ("194".equals(codeString))
429      return ServiceType._194;
430    if ("195".equals(codeString))
431      return ServiceType._195;
432    if ("196".equals(codeString))
433      return ServiceType._196;
434    if ("197".equals(codeString))
435      return ServiceType._197;
436    if ("198".equals(codeString))
437      return ServiceType._198;
438    if ("199".equals(codeString))
439      return ServiceType._199;
440    if ("200".equals(codeString))
441      return ServiceType._200;
442    if ("201".equals(codeString))
443      return ServiceType._201;
444    if ("202".equals(codeString))
445      return ServiceType._202;
446    if ("203".equals(codeString))
447      return ServiceType._203;
448    if ("204".equals(codeString))
449      return ServiceType._204;
450    if ("205".equals(codeString))
451      return ServiceType._205;
452    if ("206".equals(codeString))
453      return ServiceType._206;
454    if ("207".equals(codeString))
455      return ServiceType._207;
456    if ("208".equals(codeString))
457      return ServiceType._208;
458    if ("209".equals(codeString))
459      return ServiceType._209;
460    if ("210".equals(codeString))
461      return ServiceType._210;
462    if ("211".equals(codeString))
463      return ServiceType._211;
464    if ("212".equals(codeString))
465      return ServiceType._212;
466    if ("213".equals(codeString))
467      return ServiceType._213;
468    if ("214".equals(codeString))
469      return ServiceType._214;
470    if ("215".equals(codeString))
471      return ServiceType._215;
472    if ("216".equals(codeString))
473      return ServiceType._216;
474    if ("217".equals(codeString))
475      return ServiceType._217;
476    if ("218".equals(codeString))
477      return ServiceType._218;
478    if ("219".equals(codeString))
479      return ServiceType._219;
480    if ("220".equals(codeString))
481      return ServiceType._220;
482    if ("221".equals(codeString))
483      return ServiceType._221;
484    if ("222".equals(codeString))
485      return ServiceType._222;
486    if ("223".equals(codeString))
487      return ServiceType._223;
488    if ("224".equals(codeString))
489      return ServiceType._224;
490    if ("225".equals(codeString))
491      return ServiceType._225;
492    if ("226".equals(codeString))
493      return ServiceType._226;
494    if ("227".equals(codeString))
495      return ServiceType._227;
496    if ("228".equals(codeString))
497      return ServiceType._228;
498    if ("229".equals(codeString))
499      return ServiceType._229;
500    if ("230".equals(codeString))
501      return ServiceType._230;
502    if ("231".equals(codeString))
503      return ServiceType._231;
504    if ("232".equals(codeString))
505      return ServiceType._232;
506    if ("233".equals(codeString))
507      return ServiceType._233;
508    if ("234".equals(codeString))
509      return ServiceType._234;
510    if ("235".equals(codeString))
511      return ServiceType._235;
512    if ("236".equals(codeString))
513      return ServiceType._236;
514    if ("237".equals(codeString))
515      return ServiceType._237;
516    if ("238".equals(codeString))
517      return ServiceType._238;
518    if ("239".equals(codeString))
519      return ServiceType._239;
520    if ("240".equals(codeString))
521      return ServiceType._240;
522    if ("241".equals(codeString))
523      return ServiceType._241;
524    if ("242".equals(codeString))
525      return ServiceType._242;
526    if ("243".equals(codeString))
527      return ServiceType._243;
528    if ("244".equals(codeString))
529      return ServiceType._244;
530    if ("245".equals(codeString))
531      return ServiceType._245;
532    if ("246".equals(codeString))
533      return ServiceType._246;
534    if ("247".equals(codeString))
535      return ServiceType._247;
536    if ("248".equals(codeString))
537      return ServiceType._248;
538    if ("249".equals(codeString))
539      return ServiceType._249;
540    if ("250".equals(codeString))
541      return ServiceType._250;
542    if ("251".equals(codeString))
543      return ServiceType._251;
544    if ("252".equals(codeString))
545      return ServiceType._252;
546    if ("253".equals(codeString))
547      return ServiceType._253;
548    if ("254".equals(codeString))
549      return ServiceType._254;
550    if ("255".equals(codeString))
551      return ServiceType._255;
552    if ("256".equals(codeString))
553      return ServiceType._256;
554    if ("257".equals(codeString))
555      return ServiceType._257;
556    if ("258".equals(codeString))
557      return ServiceType._258;
558    if ("259".equals(codeString))
559      return ServiceType._259;
560    if ("260".equals(codeString))
561      return ServiceType._260;
562    if ("261".equals(codeString))
563      return ServiceType._261;
564    if ("262".equals(codeString))
565      return ServiceType._262;
566    if ("263".equals(codeString))
567      return ServiceType._263;
568    if ("264".equals(codeString))
569      return ServiceType._264;
570    if ("265".equals(codeString))
571      return ServiceType._265;
572    if ("266".equals(codeString))
573      return ServiceType._266;
574    if ("267".equals(codeString))
575      return ServiceType._267;
576    if ("268".equals(codeString))
577      return ServiceType._268;
578    if ("269".equals(codeString))
579      return ServiceType._269;
580    if ("270".equals(codeString))
581      return ServiceType._270;
582    if ("271".equals(codeString))
583      return ServiceType._271;
584    if ("272".equals(codeString))
585      return ServiceType._272;
586    if ("273".equals(codeString))
587      return ServiceType._273;
588    if ("274".equals(codeString))
589      return ServiceType._274;
590    if ("275".equals(codeString))
591      return ServiceType._275;
592    if ("276".equals(codeString))
593      return ServiceType._276;
594    if ("277".equals(codeString))
595      return ServiceType._277;
596    if ("278".equals(codeString))
597      return ServiceType._278;
598    if ("279".equals(codeString))
599      return ServiceType._279;
600    if ("280".equals(codeString))
601      return ServiceType._280;
602    if ("281".equals(codeString))
603      return ServiceType._281;
604    if ("282".equals(codeString))
605      return ServiceType._282;
606    if ("283".equals(codeString))
607      return ServiceType._283;
608    if ("284".equals(codeString))
609      return ServiceType._284;
610    if ("285".equals(codeString))
611      return ServiceType._285;
612    if ("286".equals(codeString))
613      return ServiceType._286;
614    if ("287".equals(codeString))
615      return ServiceType._287;
616    if ("288".equals(codeString))
617      return ServiceType._288;
618    if ("289".equals(codeString))
619      return ServiceType._289;
620    if ("290".equals(codeString))
621      return ServiceType._290;
622    if ("291".equals(codeString))
623      return ServiceType._291;
624    if ("292".equals(codeString))
625      return ServiceType._292;
626    if ("293".equals(codeString))
627      return ServiceType._293;
628    if ("294".equals(codeString))
629      return ServiceType._294;
630    if ("295".equals(codeString))
631      return ServiceType._295;
632    if ("296".equals(codeString))
633      return ServiceType._296;
634    if ("297".equals(codeString))
635      return ServiceType._297;
636    if ("298".equals(codeString))
637      return ServiceType._298;
638    if ("299".equals(codeString))
639      return ServiceType._299;
640    if ("300".equals(codeString))
641      return ServiceType._300;
642    if ("301".equals(codeString))
643      return ServiceType._301;
644    if ("302".equals(codeString))
645      return ServiceType._302;
646    if ("303".equals(codeString))
647      return ServiceType._303;
648    if ("304".equals(codeString))
649      return ServiceType._304;
650    if ("305".equals(codeString))
651      return ServiceType._305;
652    if ("306".equals(codeString))
653      return ServiceType._306;
654    if ("307".equals(codeString))
655      return ServiceType._307;
656    if ("308".equals(codeString))
657      return ServiceType._308;
658    if ("309".equals(codeString))
659      return ServiceType._309;
660    if ("310".equals(codeString))
661      return ServiceType._310;
662    if ("311".equals(codeString))
663      return ServiceType._311;
664    if ("312".equals(codeString))
665      return ServiceType._312;
666    if ("313".equals(codeString))
667      return ServiceType._313;
668    if ("314".equals(codeString))
669      return ServiceType._314;
670    if ("315".equals(codeString))
671      return ServiceType._315;
672    if ("316".equals(codeString))
673      return ServiceType._316;
674    if ("317".equals(codeString))
675      return ServiceType._317;
676    if ("318".equals(codeString))
677      return ServiceType._318;
678    if ("319".equals(codeString))
679      return ServiceType._319;
680    if ("320".equals(codeString))
681      return ServiceType._320;
682    if ("321".equals(codeString))
683      return ServiceType._321;
684    if ("322".equals(codeString))
685      return ServiceType._322;
686    if ("323".equals(codeString))
687      return ServiceType._323;
688    if ("324".equals(codeString))
689      return ServiceType._324;
690    if ("325".equals(codeString))
691      return ServiceType._325;
692    if ("326".equals(codeString))
693      return ServiceType._326;
694    if ("327".equals(codeString))
695      return ServiceType._327;
696    if ("328".equals(codeString))
697      return ServiceType._328;
698    if ("330".equals(codeString))
699      return ServiceType._330;
700    if ("331".equals(codeString))
701      return ServiceType._331;
702    if ("332".equals(codeString))
703      return ServiceType._332;
704    if ("333".equals(codeString))
705      return ServiceType._333;
706    if ("334".equals(codeString))
707      return ServiceType._334;
708    if ("335".equals(codeString))
709      return ServiceType._335;
710    if ("336".equals(codeString))
711      return ServiceType._336;
712    if ("337".equals(codeString))
713      return ServiceType._337;
714    if ("338".equals(codeString))
715      return ServiceType._338;
716    if ("339".equals(codeString))
717      return ServiceType._339;
718    if ("340".equals(codeString))
719      return ServiceType._340;
720    if ("341".equals(codeString))
721      return ServiceType._341;
722    if ("342".equals(codeString))
723      return ServiceType._342;
724    if ("343".equals(codeString))
725      return ServiceType._343;
726    if ("344".equals(codeString))
727      return ServiceType._344;
728    if ("345".equals(codeString))
729      return ServiceType._345;
730    if ("346".equals(codeString))
731      return ServiceType._346;
732    if ("347".equals(codeString))
733      return ServiceType._347;
734    if ("348".equals(codeString))
735      return ServiceType._348;
736    if ("349".equals(codeString))
737      return ServiceType._349;
738    if ("350".equals(codeString))
739      return ServiceType._350;
740    if ("351".equals(codeString))
741      return ServiceType._351;
742    if ("352".equals(codeString))
743      return ServiceType._352;
744    if ("353".equals(codeString))
745      return ServiceType._353;
746    if ("354".equals(codeString))
747      return ServiceType._354;
748    if ("355".equals(codeString))
749      return ServiceType._355;
750    if ("356".equals(codeString))
751      return ServiceType._356;
752    if ("357".equals(codeString))
753      return ServiceType._357;
754    if ("358".equals(codeString))
755      return ServiceType._358;
756    if ("359".equals(codeString))
757      return ServiceType._359;
758    if ("360".equals(codeString))
759      return ServiceType._360;
760    if ("361".equals(codeString))
761      return ServiceType._361;
762    if ("362".equals(codeString))
763      return ServiceType._362;
764    if ("364".equals(codeString))
765      return ServiceType._364;
766    if ("365".equals(codeString))
767      return ServiceType._365;
768    if ("366".equals(codeString))
769      return ServiceType._366;
770    if ("367".equals(codeString))
771      return ServiceType._367;
772    if ("368".equals(codeString))
773      return ServiceType._368;
774    if ("369".equals(codeString))
775      return ServiceType._369;
776    if ("370".equals(codeString))
777      return ServiceType._370;
778    if ("371".equals(codeString))
779      return ServiceType._371;
780    if ("372".equals(codeString))
781      return ServiceType._372;
782    if ("373".equals(codeString))
783      return ServiceType._373;
784    if ("374".equals(codeString))
785      return ServiceType._374;
786    if ("375".equals(codeString))
787      return ServiceType._375;
788    if ("376".equals(codeString))
789      return ServiceType._376;
790    if ("377".equals(codeString))
791      return ServiceType._377;
792    if ("378".equals(codeString))
793      return ServiceType._378;
794    if ("379".equals(codeString))
795      return ServiceType._379;
796    if ("380".equals(codeString))
797      return ServiceType._380;
798    if ("381".equals(codeString))
799      return ServiceType._381;
800    if ("382".equals(codeString))
801      return ServiceType._382;
802    if ("383".equals(codeString))
803      return ServiceType._383;
804    if ("384".equals(codeString))
805      return ServiceType._384;
806    if ("385".equals(codeString))
807      return ServiceType._385;
808    if ("386".equals(codeString))
809      return ServiceType._386;
810    if ("387".equals(codeString))
811      return ServiceType._387;
812    if ("388".equals(codeString))
813      return ServiceType._388;
814    if ("389".equals(codeString))
815      return ServiceType._389;
816    if ("390".equals(codeString))
817      return ServiceType._390;
818    if ("391".equals(codeString))
819      return ServiceType._391;
820    if ("392".equals(codeString))
821      return ServiceType._392;
822    if ("393".equals(codeString))
823      return ServiceType._393;
824    if ("394".equals(codeString))
825      return ServiceType._394;
826    if ("395".equals(codeString))
827      return ServiceType._395;
828    if ("396".equals(codeString))
829      return ServiceType._396;
830    if ("397".equals(codeString))
831      return ServiceType._397;
832    if ("398".equals(codeString))
833      return ServiceType._398;
834    if ("399".equals(codeString))
835      return ServiceType._399;
836    if ("400".equals(codeString))
837      return ServiceType._400;
838    if ("401".equals(codeString))
839      return ServiceType._401;
840    if ("402".equals(codeString))
841      return ServiceType._402;
842    if ("403".equals(codeString))
843      return ServiceType._403;
844    if ("404".equals(codeString))
845      return ServiceType._404;
846    if ("405".equals(codeString))
847      return ServiceType._405;
848    if ("406".equals(codeString))
849      return ServiceType._406;
850    if ("407".equals(codeString))
851      return ServiceType._407;
852    if ("408".equals(codeString))
853      return ServiceType._408;
854    if ("409".equals(codeString))
855      return ServiceType._409;
856    if ("410".equals(codeString))
857      return ServiceType._410;
858    if ("411".equals(codeString))
859      return ServiceType._411;
860    if ("412".equals(codeString))
861      return ServiceType._412;
862    if ("413".equals(codeString))
863      return ServiceType._413;
864    if ("414".equals(codeString))
865      return ServiceType._414;
866    if ("415".equals(codeString))
867      return ServiceType._415;
868    if ("416".equals(codeString))
869      return ServiceType._416;
870    if ("417".equals(codeString))
871      return ServiceType._417;
872    if ("418".equals(codeString))
873      return ServiceType._418;
874    if ("419".equals(codeString))
875      return ServiceType._419;
876    if ("420".equals(codeString))
877      return ServiceType._420;
878    if ("421".equals(codeString))
879      return ServiceType._421;
880    if ("422".equals(codeString))
881      return ServiceType._422;
882    if ("423".equals(codeString))
883      return ServiceType._423;
884    if ("424".equals(codeString))
885      return ServiceType._424;
886    if ("425".equals(codeString))
887      return ServiceType._425;
888    if ("426".equals(codeString))
889      return ServiceType._426;
890    if ("427".equals(codeString))
891      return ServiceType._427;
892    if ("428".equals(codeString))
893      return ServiceType._428;
894    if ("429".equals(codeString))
895      return ServiceType._429;
896    if ("430".equals(codeString))
897      return ServiceType._430;
898    if ("431".equals(codeString))
899      return ServiceType._431;
900    if ("432".equals(codeString))
901      return ServiceType._432;
902    if ("433".equals(codeString))
903      return ServiceType._433;
904    if ("434".equals(codeString))
905      return ServiceType._434;
906    if ("435".equals(codeString))
907      return ServiceType._435;
908    if ("436".equals(codeString))
909      return ServiceType._436;
910    if ("437".equals(codeString))
911      return ServiceType._437;
912    if ("438".equals(codeString))
913      return ServiceType._438;
914    if ("439".equals(codeString))
915      return ServiceType._439;
916    if ("440".equals(codeString))
917      return ServiceType._440;
918    if ("441".equals(codeString))
919      return ServiceType._441;
920    if ("442".equals(codeString))
921      return ServiceType._442;
922    if ("443".equals(codeString))
923      return ServiceType._443;
924    if ("444".equals(codeString))
925      return ServiceType._444;
926    if ("445".equals(codeString))
927      return ServiceType._445;
928    if ("446".equals(codeString))
929      return ServiceType._446;
930    if ("447".equals(codeString))
931      return ServiceType._447;
932    if ("448".equals(codeString))
933      return ServiceType._448;
934    if ("449".equals(codeString))
935      return ServiceType._449;
936    if ("450".equals(codeString))
937      return ServiceType._450;
938    if ("451".equals(codeString))
939      return ServiceType._451;
940    if ("452".equals(codeString))
941      return ServiceType._452;
942    if ("453".equals(codeString))
943      return ServiceType._453;
944    if ("454".equals(codeString))
945      return ServiceType._454;
946    if ("455".equals(codeString))
947      return ServiceType._455;
948    if ("456".equals(codeString))
949      return ServiceType._456;
950    if ("457".equals(codeString))
951      return ServiceType._457;
952    if ("458".equals(codeString))
953      return ServiceType._458;
954    if ("459".equals(codeString))
955      return ServiceType._459;
956    if ("460".equals(codeString))
957      return ServiceType._460;
958    if ("461".equals(codeString))
959      return ServiceType._461;
960    if ("462".equals(codeString))
961      return ServiceType._462;
962    if ("463".equals(codeString))
963      return ServiceType._463;
964    if ("464".equals(codeString))
965      return ServiceType._464;
966    if ("465".equals(codeString))
967      return ServiceType._465;
968    if ("466".equals(codeString))
969      return ServiceType._466;
970    if ("467".equals(codeString))
971      return ServiceType._467;
972    if ("468".equals(codeString))
973      return ServiceType._468;
974    if ("469".equals(codeString))
975      return ServiceType._469;
976    if ("470".equals(codeString))
977      return ServiceType._470;
978    if ("471".equals(codeString))
979      return ServiceType._471;
980    if ("472".equals(codeString))
981      return ServiceType._472;
982    if ("473".equals(codeString))
983      return ServiceType._473;
984    if ("474".equals(codeString))
985      return ServiceType._474;
986    if ("475".equals(codeString))
987      return ServiceType._475;
988    if ("476".equals(codeString))
989      return ServiceType._476;
990    if ("477".equals(codeString))
991      return ServiceType._477;
992    if ("478".equals(codeString))
993      return ServiceType._478;
994    if ("479".equals(codeString))
995      return ServiceType._479;
996    if ("480".equals(codeString))
997      return ServiceType._480;
998    if ("481".equals(codeString))
999      return ServiceType._481;
1000    if ("482".equals(codeString))
1001      return ServiceType._482;
1002    if ("483".equals(codeString))
1003      return ServiceType._483;
1004    if ("484".equals(codeString))
1005      return ServiceType._484;
1006    if ("485".equals(codeString))
1007      return ServiceType._485;
1008    if ("486".equals(codeString))
1009      return ServiceType._486;
1010    if ("488".equals(codeString))
1011      return ServiceType._488;
1012    if ("489".equals(codeString))
1013      return ServiceType._489;
1014    if ("490".equals(codeString))
1015      return ServiceType._490;
1016    if ("491".equals(codeString))
1017      return ServiceType._491;
1018    if ("492".equals(codeString))
1019      return ServiceType._492;
1020    if ("493".equals(codeString))
1021      return ServiceType._493;
1022    if ("494".equals(codeString))
1023      return ServiceType._494;
1024    if ("495".equals(codeString))
1025      return ServiceType._495;
1026    if ("496".equals(codeString))
1027      return ServiceType._496;
1028    if ("497".equals(codeString))
1029      return ServiceType._497;
1030    if ("498".equals(codeString))
1031      return ServiceType._498;
1032    if ("500".equals(codeString))
1033      return ServiceType._500;
1034    if ("501".equals(codeString))
1035      return ServiceType._501;
1036    if ("502".equals(codeString))
1037      return ServiceType._502;
1038    if ("503".equals(codeString))
1039      return ServiceType._503;
1040    if ("504".equals(codeString))
1041      return ServiceType._504;
1042    if ("505".equals(codeString))
1043      return ServiceType._505;
1044    if ("506".equals(codeString))
1045      return ServiceType._506;
1046    if ("507".equals(codeString))
1047      return ServiceType._507;
1048    if ("508".equals(codeString))
1049      return ServiceType._508;
1050    if ("509".equals(codeString))
1051      return ServiceType._509;
1052    if ("510".equals(codeString))
1053      return ServiceType._510;
1054    if ("513".equals(codeString))
1055      return ServiceType._513;
1056    if ("514".equals(codeString))
1057      return ServiceType._514;
1058    if ("530".equals(codeString))
1059      return ServiceType._530;
1060    if ("531".equals(codeString))
1061      return ServiceType._531;
1062    if ("532".equals(codeString))
1063      return ServiceType._532;
1064    if ("533".equals(codeString))
1065      return ServiceType._533;
1066    if ("534".equals(codeString))
1067      return ServiceType._534;
1068    if ("535".equals(codeString))
1069      return ServiceType._535;
1070    if ("536".equals(codeString))
1071      return ServiceType._536;
1072    if ("537".equals(codeString))
1073      return ServiceType._537;
1074    if ("538".equals(codeString))
1075      return ServiceType._538;
1076    if ("539".equals(codeString))
1077      return ServiceType._539;
1078    if ("540".equals(codeString))
1079      return ServiceType._540;
1080    if ("541".equals(codeString))
1081      return ServiceType._541;
1082    if ("542".equals(codeString))
1083      return ServiceType._542;
1084    if ("543".equals(codeString))
1085      return ServiceType._543;
1086    if ("544".equals(codeString))
1087      return ServiceType._544;
1088    if ("545".equals(codeString))
1089      return ServiceType._545;
1090    if ("546".equals(codeString))
1091      return ServiceType._546;
1092    if ("547".equals(codeString))
1093      return ServiceType._547;
1094    if ("548".equals(codeString))
1095      return ServiceType._548;
1096    if ("550".equals(codeString))
1097      return ServiceType._550;
1098    if ("551".equals(codeString))
1099      return ServiceType._551;
1100    if ("552".equals(codeString))
1101      return ServiceType._552;
1102    if ("553".equals(codeString))
1103      return ServiceType._553;
1104    if ("554".equals(codeString))
1105      return ServiceType._554;
1106    if ("555".equals(codeString))
1107      return ServiceType._555;
1108    if ("556".equals(codeString))
1109      return ServiceType._556;
1110    if ("557".equals(codeString))
1111      return ServiceType._557;
1112    if ("558".equals(codeString))
1113      return ServiceType._558;
1114    if ("559".equals(codeString))
1115      return ServiceType._559;
1116    if ("560".equals(codeString))
1117      return ServiceType._560;
1118    if ("561".equals(codeString))
1119      return ServiceType._561;
1120    if ("562".equals(codeString))
1121      return ServiceType._562;
1122    if ("563".equals(codeString))
1123      return ServiceType._563;
1124    if ("564".equals(codeString))
1125      return ServiceType._564;
1126    if ("565".equals(codeString))
1127      return ServiceType._565;
1128    if ("566".equals(codeString))
1129      return ServiceType._566;
1130    if ("567".equals(codeString))
1131      return ServiceType._567;
1132    if ("568".equals(codeString))
1133      return ServiceType._568;
1134    if ("569".equals(codeString))
1135      return ServiceType._569;
1136    if ("570".equals(codeString))
1137      return ServiceType._570;
1138    if ("571".equals(codeString))
1139      return ServiceType._571;
1140    if ("572".equals(codeString))
1141      return ServiceType._572;
1142    if ("573".equals(codeString))
1143      return ServiceType._573;
1144    if ("574".equals(codeString))
1145      return ServiceType._574;
1146    if ("575".equals(codeString))
1147      return ServiceType._575;
1148    if ("576".equals(codeString))
1149      return ServiceType._576;
1150    if ("577".equals(codeString))
1151      return ServiceType._577;
1152    if ("580".equals(codeString))
1153      return ServiceType._580;
1154    if ("581".equals(codeString))
1155      return ServiceType._581;
1156    if ("582".equals(codeString))
1157      return ServiceType._582;
1158    if ("583".equals(codeString))
1159      return ServiceType._583;
1160    if ("584".equals(codeString))
1161      return ServiceType._584;
1162    if ("585".equals(codeString))
1163      return ServiceType._585;
1164    if ("589".equals(codeString))
1165      return ServiceType._589;
1166    if ("590".equals(codeString))
1167      return ServiceType._590;
1168    if ("591".equals(codeString))
1169      return ServiceType._591;
1170    if ("593".equals(codeString))
1171      return ServiceType._593;
1172    if ("599".equals(codeString))
1173      return ServiceType._599;
1174    if ("600".equals(codeString))
1175      return ServiceType._600;
1176    if ("601".equals(codeString))
1177      return ServiceType._601;
1178    if ("602".equals(codeString))
1179      return ServiceType._602;
1180    if ("603".equals(codeString))
1181      return ServiceType._603;
1182    if ("604".equals(codeString))
1183      return ServiceType._604;
1184    if ("605".equals(codeString))
1185      return ServiceType._605;
1186    if ("606".equals(codeString))
1187      return ServiceType._606;
1188    if ("607".equals(codeString))
1189      return ServiceType._607;
1190    if ("608".equals(codeString))
1191      return ServiceType._608;
1192    if ("609".equals(codeString))
1193      return ServiceType._609;
1194    if ("610".equals(codeString))
1195      return ServiceType._610;
1196    if ("611".equals(codeString))
1197      return ServiceType._611;
1198    if ("612".equals(codeString))
1199      return ServiceType._612;
1200    if ("613".equals(codeString))
1201      return ServiceType._613;
1202    if ("614".equals(codeString))
1203      return ServiceType._614;
1204    if ("615".equals(codeString))
1205      return ServiceType._615;
1206    if ("616".equals(codeString))
1207      return ServiceType._616;
1208    if ("617".equals(codeString))
1209      return ServiceType._617;
1210    if ("618".equals(codeString))
1211      return ServiceType._618;
1212    if ("619".equals(codeString))
1213      return ServiceType._619;
1214    if ("620".equals(codeString))
1215      return ServiceType._620;
1216    if ("621".equals(codeString))
1217      return ServiceType._621;
1218    if ("622".equals(codeString))
1219      return ServiceType._622;
1220    if ("623".equals(codeString))
1221      return ServiceType._623;
1222    if ("624".equals(codeString))
1223      return ServiceType._624;
1224    if ("625".equals(codeString))
1225      return ServiceType._625;
1226    if ("626".equals(codeString))
1227      return ServiceType._626;
1228    if ("627".equals(codeString))
1229      return ServiceType._627;
1230    if ("628".equals(codeString))
1231      return ServiceType._628;
1232    if ("629".equals(codeString))
1233      return ServiceType._629;
1234    throw new IllegalArgumentException("Unknown ServiceType code '"+codeString+"'");
1235  }
1236
1237  public String toCode(ServiceType code) {
1238    if (code == ServiceType._1)
1239      return "1";
1240    if (code == ServiceType._2)
1241      return "2";
1242    if (code == ServiceType._3)
1243      return "3";
1244    if (code == ServiceType._4)
1245      return "4";
1246    if (code == ServiceType._5)
1247      return "5";
1248    if (code == ServiceType._6)
1249      return "6";
1250    if (code == ServiceType._7)
1251      return "7";
1252    if (code == ServiceType._8)
1253      return "8";
1254    if (code == ServiceType._9)
1255      return "9";
1256    if (code == ServiceType._10)
1257      return "10";
1258    if (code == ServiceType._11)
1259      return "11";
1260    if (code == ServiceType._12)
1261      return "12";
1262    if (code == ServiceType._13)
1263      return "13";
1264    if (code == ServiceType._14)
1265      return "14";
1266    if (code == ServiceType._15)
1267      return "15";
1268    if (code == ServiceType._16)
1269      return "16";
1270    if (code == ServiceType._17)
1271      return "17";
1272    if (code == ServiceType._18)
1273      return "18";
1274    if (code == ServiceType._19)
1275      return "19";
1276    if (code == ServiceType._20)
1277      return "20";
1278    if (code == ServiceType._21)
1279      return "21";
1280    if (code == ServiceType._22)
1281      return "22";
1282    if (code == ServiceType._23)
1283      return "23";
1284    if (code == ServiceType._24)
1285      return "24";
1286    if (code == ServiceType._25)
1287      return "25";
1288    if (code == ServiceType._26)
1289      return "26";
1290    if (code == ServiceType._27)
1291      return "27";
1292    if (code == ServiceType._28)
1293      return "28";
1294    if (code == ServiceType._29)
1295      return "29";
1296    if (code == ServiceType._30)
1297      return "30";
1298    if (code == ServiceType._31)
1299      return "31";
1300    if (code == ServiceType._32)
1301      return "32";
1302    if (code == ServiceType._33)
1303      return "33";
1304    if (code == ServiceType._34)
1305      return "34";
1306    if (code == ServiceType._35)
1307      return "35";
1308    if (code == ServiceType._36)
1309      return "36";
1310    if (code == ServiceType._37)
1311      return "37";
1312    if (code == ServiceType._38)
1313      return "38";
1314    if (code == ServiceType._39)
1315      return "39";
1316    if (code == ServiceType._40)
1317      return "40";
1318    if (code == ServiceType._41)
1319      return "41";
1320    if (code == ServiceType._42)
1321      return "42";
1322    if (code == ServiceType._43)
1323      return "43";
1324    if (code == ServiceType._44)
1325      return "44";
1326    if (code == ServiceType._45)
1327      return "45";
1328    if (code == ServiceType._46)
1329      return "46";
1330    if (code == ServiceType._47)
1331      return "47";
1332    if (code == ServiceType._48)
1333      return "48";
1334    if (code == ServiceType._49)
1335      return "49";
1336    if (code == ServiceType._50)
1337      return "50";
1338    if (code == ServiceType._51)
1339      return "51";
1340    if (code == ServiceType._52)
1341      return "52";
1342    if (code == ServiceType._53)
1343      return "53";
1344    if (code == ServiceType._54)
1345      return "54";
1346    if (code == ServiceType._55)
1347      return "55";
1348    if (code == ServiceType._56)
1349      return "56";
1350    if (code == ServiceType._57)
1351      return "57";
1352    if (code == ServiceType._58)
1353      return "58";
1354    if (code == ServiceType._59)
1355      return "59";
1356    if (code == ServiceType._60)
1357      return "60";
1358    if (code == ServiceType._61)
1359      return "61";
1360    if (code == ServiceType._62)
1361      return "62";
1362    if (code == ServiceType._63)
1363      return "63";
1364    if (code == ServiceType._64)
1365      return "64";
1366    if (code == ServiceType._65)
1367      return "65";
1368    if (code == ServiceType._66)
1369      return "66";
1370    if (code == ServiceType._67)
1371      return "67";
1372    if (code == ServiceType._68)
1373      return "68";
1374    if (code == ServiceType._69)
1375      return "69";
1376    if (code == ServiceType._70)
1377      return "70";
1378    if (code == ServiceType._71)
1379      return "71";
1380    if (code == ServiceType._72)
1381      return "72";
1382    if (code == ServiceType._73)
1383      return "73";
1384    if (code == ServiceType._74)
1385      return "74";
1386    if (code == ServiceType._75)
1387      return "75";
1388    if (code == ServiceType._76)
1389      return "76";
1390    if (code == ServiceType._77)
1391      return "77";
1392    if (code == ServiceType._78)
1393      return "78";
1394    if (code == ServiceType._79)
1395      return "79";
1396    if (code == ServiceType._80)
1397      return "80";
1398    if (code == ServiceType._81)
1399      return "81";
1400    if (code == ServiceType._82)
1401      return "82";
1402    if (code == ServiceType._83)
1403      return "83";
1404    if (code == ServiceType._84)
1405      return "84";
1406    if (code == ServiceType._85)
1407      return "85";
1408    if (code == ServiceType._86)
1409      return "86";
1410    if (code == ServiceType._87)
1411      return "87";
1412    if (code == ServiceType._88)
1413      return "88";
1414    if (code == ServiceType._89)
1415      return "89";
1416    if (code == ServiceType._90)
1417      return "90";
1418    if (code == ServiceType._91)
1419      return "91";
1420    if (code == ServiceType._92)
1421      return "92";
1422    if (code == ServiceType._93)
1423      return "93";
1424    if (code == ServiceType._94)
1425      return "94";
1426    if (code == ServiceType._95)
1427      return "95";
1428    if (code == ServiceType._96)
1429      return "96";
1430    if (code == ServiceType._97)
1431      return "97";
1432    if (code == ServiceType._98)
1433      return "98";
1434    if (code == ServiceType._99)
1435      return "99";
1436    if (code == ServiceType._100)
1437      return "100";
1438    if (code == ServiceType._101)
1439      return "101";
1440    if (code == ServiceType._102)
1441      return "102";
1442    if (code == ServiceType._103)
1443      return "103";
1444    if (code == ServiceType._104)
1445      return "104";
1446    if (code == ServiceType._105)
1447      return "105";
1448    if (code == ServiceType._106)
1449      return "106";
1450    if (code == ServiceType._107)
1451      return "107";
1452    if (code == ServiceType._108)
1453      return "108";
1454    if (code == ServiceType._109)
1455      return "109";
1456    if (code == ServiceType._110)
1457      return "110";
1458    if (code == ServiceType._111)
1459      return "111";
1460    if (code == ServiceType._112)
1461      return "112";
1462    if (code == ServiceType._113)
1463      return "113";
1464    if (code == ServiceType._114)
1465      return "114";
1466    if (code == ServiceType._115)
1467      return "115";
1468    if (code == ServiceType._116)
1469      return "116";
1470    if (code == ServiceType._117)
1471      return "117";
1472    if (code == ServiceType._118)
1473      return "118";
1474    if (code == ServiceType._119)
1475      return "119";
1476    if (code == ServiceType._120)
1477      return "120";
1478    if (code == ServiceType._121)
1479      return "121";
1480    if (code == ServiceType._122)
1481      return "122";
1482    if (code == ServiceType._123)
1483      return "123";
1484    if (code == ServiceType._124)
1485      return "124";
1486    if (code == ServiceType._125)
1487      return "125";
1488    if (code == ServiceType._126)
1489      return "126";
1490    if (code == ServiceType._127)
1491      return "127";
1492    if (code == ServiceType._128)
1493      return "128";
1494    if (code == ServiceType._129)
1495      return "129";
1496    if (code == ServiceType._130)
1497      return "130";
1498    if (code == ServiceType._131)
1499      return "131";
1500    if (code == ServiceType._132)
1501      return "132";
1502    if (code == ServiceType._133)
1503      return "133";
1504    if (code == ServiceType._134)
1505      return "134";
1506    if (code == ServiceType._135)
1507      return "135";
1508    if (code == ServiceType._136)
1509      return "136";
1510    if (code == ServiceType._137)
1511      return "137";
1512    if (code == ServiceType._138)
1513      return "138";
1514    if (code == ServiceType._139)
1515      return "139";
1516    if (code == ServiceType._140)
1517      return "140";
1518    if (code == ServiceType._141)
1519      return "141";
1520    if (code == ServiceType._142)
1521      return "142";
1522    if (code == ServiceType._143)
1523      return "143";
1524    if (code == ServiceType._144)
1525      return "144";
1526    if (code == ServiceType._145)
1527      return "145";
1528    if (code == ServiceType._146)
1529      return "146";
1530    if (code == ServiceType._147)
1531      return "147";
1532    if (code == ServiceType._148)
1533      return "148";
1534    if (code == ServiceType._149)
1535      return "149";
1536    if (code == ServiceType._150)
1537      return "150";
1538    if (code == ServiceType._151)
1539      return "151";
1540    if (code == ServiceType._152)
1541      return "152";
1542    if (code == ServiceType._153)
1543      return "153";
1544    if (code == ServiceType._154)
1545      return "154";
1546    if (code == ServiceType._155)
1547      return "155";
1548    if (code == ServiceType._156)
1549      return "156";
1550    if (code == ServiceType._157)
1551      return "157";
1552    if (code == ServiceType._158)
1553      return "158";
1554    if (code == ServiceType._159)
1555      return "159";
1556    if (code == ServiceType._160)
1557      return "160";
1558    if (code == ServiceType._161)
1559      return "161";
1560    if (code == ServiceType._162)
1561      return "162";
1562    if (code == ServiceType._163)
1563      return "163";
1564    if (code == ServiceType._164)
1565      return "164";
1566    if (code == ServiceType._165)
1567      return "165";
1568    if (code == ServiceType._166)
1569      return "166";
1570    if (code == ServiceType._167)
1571      return "167";
1572    if (code == ServiceType._168)
1573      return "168";
1574    if (code == ServiceType._169)
1575      return "169";
1576    if (code == ServiceType._170)
1577      return "170";
1578    if (code == ServiceType._171)
1579      return "171";
1580    if (code == ServiceType._172)
1581      return "172";
1582    if (code == ServiceType._173)
1583      return "173";
1584    if (code == ServiceType._174)
1585      return "174";
1586    if (code == ServiceType._175)
1587      return "175";
1588    if (code == ServiceType._176)
1589      return "176";
1590    if (code == ServiceType._177)
1591      return "177";
1592    if (code == ServiceType._178)
1593      return "178";
1594    if (code == ServiceType._179)
1595      return "179";
1596    if (code == ServiceType._180)
1597      return "180";
1598    if (code == ServiceType._181)
1599      return "181";
1600    if (code == ServiceType._182)
1601      return "182";
1602    if (code == ServiceType._183)
1603      return "183";
1604    if (code == ServiceType._184)
1605      return "184";
1606    if (code == ServiceType._185)
1607      return "185";
1608    if (code == ServiceType._186)
1609      return "186";
1610    if (code == ServiceType._187)
1611      return "187";
1612    if (code == ServiceType._188)
1613      return "188";
1614    if (code == ServiceType._189)
1615      return "189";
1616    if (code == ServiceType._190)
1617      return "190";
1618    if (code == ServiceType._191)
1619      return "191";
1620    if (code == ServiceType._192)
1621      return "192";
1622    if (code == ServiceType._193)
1623      return "193";
1624    if (code == ServiceType._194)
1625      return "194";
1626    if (code == ServiceType._195)
1627      return "195";
1628    if (code == ServiceType._196)
1629      return "196";
1630    if (code == ServiceType._197)
1631      return "197";
1632    if (code == ServiceType._198)
1633      return "198";
1634    if (code == ServiceType._199)
1635      return "199";
1636    if (code == ServiceType._200)
1637      return "200";
1638    if (code == ServiceType._201)
1639      return "201";
1640    if (code == ServiceType._202)
1641      return "202";
1642    if (code == ServiceType._203)
1643      return "203";
1644    if (code == ServiceType._204)
1645      return "204";
1646    if (code == ServiceType._205)
1647      return "205";
1648    if (code == ServiceType._206)
1649      return "206";
1650    if (code == ServiceType._207)
1651      return "207";
1652    if (code == ServiceType._208)
1653      return "208";
1654    if (code == ServiceType._209)
1655      return "209";
1656    if (code == ServiceType._210)
1657      return "210";
1658    if (code == ServiceType._211)
1659      return "211";
1660    if (code == ServiceType._212)
1661      return "212";
1662    if (code == ServiceType._213)
1663      return "213";
1664    if (code == ServiceType._214)
1665      return "214";
1666    if (code == ServiceType._215)
1667      return "215";
1668    if (code == ServiceType._216)
1669      return "216";
1670    if (code == ServiceType._217)
1671      return "217";
1672    if (code == ServiceType._218)
1673      return "218";
1674    if (code == ServiceType._219)
1675      return "219";
1676    if (code == ServiceType._220)
1677      return "220";
1678    if (code == ServiceType._221)
1679      return "221";
1680    if (code == ServiceType._222)
1681      return "222";
1682    if (code == ServiceType._223)
1683      return "223";
1684    if (code == ServiceType._224)
1685      return "224";
1686    if (code == ServiceType._225)
1687      return "225";
1688    if (code == ServiceType._226)
1689      return "226";
1690    if (code == ServiceType._227)
1691      return "227";
1692    if (code == ServiceType._228)
1693      return "228";
1694    if (code == ServiceType._229)
1695      return "229";
1696    if (code == ServiceType._230)
1697      return "230";
1698    if (code == ServiceType._231)
1699      return "231";
1700    if (code == ServiceType._232)
1701      return "232";
1702    if (code == ServiceType._233)
1703      return "233";
1704    if (code == ServiceType._234)
1705      return "234";
1706    if (code == ServiceType._235)
1707      return "235";
1708    if (code == ServiceType._236)
1709      return "236";
1710    if (code == ServiceType._237)
1711      return "237";
1712    if (code == ServiceType._238)
1713      return "238";
1714    if (code == ServiceType._239)
1715      return "239";
1716    if (code == ServiceType._240)
1717      return "240";
1718    if (code == ServiceType._241)
1719      return "241";
1720    if (code == ServiceType._242)
1721      return "242";
1722    if (code == ServiceType._243)
1723      return "243";
1724    if (code == ServiceType._244)
1725      return "244";
1726    if (code == ServiceType._245)
1727      return "245";
1728    if (code == ServiceType._246)
1729      return "246";
1730    if (code == ServiceType._247)
1731      return "247";
1732    if (code == ServiceType._248)
1733      return "248";
1734    if (code == ServiceType._249)
1735      return "249";
1736    if (code == ServiceType._250)
1737      return "250";
1738    if (code == ServiceType._251)
1739      return "251";
1740    if (code == ServiceType._252)
1741      return "252";
1742    if (code == ServiceType._253)
1743      return "253";
1744    if (code == ServiceType._254)
1745      return "254";
1746    if (code == ServiceType._255)
1747      return "255";
1748    if (code == ServiceType._256)
1749      return "256";
1750    if (code == ServiceType._257)
1751      return "257";
1752    if (code == ServiceType._258)
1753      return "258";
1754    if (code == ServiceType._259)
1755      return "259";
1756    if (code == ServiceType._260)
1757      return "260";
1758    if (code == ServiceType._261)
1759      return "261";
1760    if (code == ServiceType._262)
1761      return "262";
1762    if (code == ServiceType._263)
1763      return "263";
1764    if (code == ServiceType._264)
1765      return "264";
1766    if (code == ServiceType._265)
1767      return "265";
1768    if (code == ServiceType._266)
1769      return "266";
1770    if (code == ServiceType._267)
1771      return "267";
1772    if (code == ServiceType._268)
1773      return "268";
1774    if (code == ServiceType._269)
1775      return "269";
1776    if (code == ServiceType._270)
1777      return "270";
1778    if (code == ServiceType._271)
1779      return "271";
1780    if (code == ServiceType._272)
1781      return "272";
1782    if (code == ServiceType._273)
1783      return "273";
1784    if (code == ServiceType._274)
1785      return "274";
1786    if (code == ServiceType._275)
1787      return "275";
1788    if (code == ServiceType._276)
1789      return "276";
1790    if (code == ServiceType._277)
1791      return "277";
1792    if (code == ServiceType._278)
1793      return "278";
1794    if (code == ServiceType._279)
1795      return "279";
1796    if (code == ServiceType._280)
1797      return "280";
1798    if (code == ServiceType._281)
1799      return "281";
1800    if (code == ServiceType._282)
1801      return "282";
1802    if (code == ServiceType._283)
1803      return "283";
1804    if (code == ServiceType._284)
1805      return "284";
1806    if (code == ServiceType._285)
1807      return "285";
1808    if (code == ServiceType._286)
1809      return "286";
1810    if (code == ServiceType._287)
1811      return "287";
1812    if (code == ServiceType._288)
1813      return "288";
1814    if (code == ServiceType._289)
1815      return "289";
1816    if (code == ServiceType._290)
1817      return "290";
1818    if (code == ServiceType._291)
1819      return "291";
1820    if (code == ServiceType._292)
1821      return "292";
1822    if (code == ServiceType._293)
1823      return "293";
1824    if (code == ServiceType._294)
1825      return "294";
1826    if (code == ServiceType._295)
1827      return "295";
1828    if (code == ServiceType._296)
1829      return "296";
1830    if (code == ServiceType._297)
1831      return "297";
1832    if (code == ServiceType._298)
1833      return "298";
1834    if (code == ServiceType._299)
1835      return "299";
1836    if (code == ServiceType._300)
1837      return "300";
1838    if (code == ServiceType._301)
1839      return "301";
1840    if (code == ServiceType._302)
1841      return "302";
1842    if (code == ServiceType._303)
1843      return "303";
1844    if (code == ServiceType._304)
1845      return "304";
1846    if (code == ServiceType._305)
1847      return "305";
1848    if (code == ServiceType._306)
1849      return "306";
1850    if (code == ServiceType._307)
1851      return "307";
1852    if (code == ServiceType._308)
1853      return "308";
1854    if (code == ServiceType._309)
1855      return "309";
1856    if (code == ServiceType._310)
1857      return "310";
1858    if (code == ServiceType._311)
1859      return "311";
1860    if (code == ServiceType._312)
1861      return "312";
1862    if (code == ServiceType._313)
1863      return "313";
1864    if (code == ServiceType._314)
1865      return "314";
1866    if (code == ServiceType._315)
1867      return "315";
1868    if (code == ServiceType._316)
1869      return "316";
1870    if (code == ServiceType._317)
1871      return "317";
1872    if (code == ServiceType._318)
1873      return "318";
1874    if (code == ServiceType._319)
1875      return "319";
1876    if (code == ServiceType._320)
1877      return "320";
1878    if (code == ServiceType._321)
1879      return "321";
1880    if (code == ServiceType._322)
1881      return "322";
1882    if (code == ServiceType._323)
1883      return "323";
1884    if (code == ServiceType._324)
1885      return "324";
1886    if (code == ServiceType._325)
1887      return "325";
1888    if (code == ServiceType._326)
1889      return "326";
1890    if (code == ServiceType._327)
1891      return "327";
1892    if (code == ServiceType._328)
1893      return "328";
1894    if (code == ServiceType._330)
1895      return "330";
1896    if (code == ServiceType._331)
1897      return "331";
1898    if (code == ServiceType._332)
1899      return "332";
1900    if (code == ServiceType._333)
1901      return "333";
1902    if (code == ServiceType._334)
1903      return "334";
1904    if (code == ServiceType._335)
1905      return "335";
1906    if (code == ServiceType._336)
1907      return "336";
1908    if (code == ServiceType._337)
1909      return "337";
1910    if (code == ServiceType._338)
1911      return "338";
1912    if (code == ServiceType._339)
1913      return "339";
1914    if (code == ServiceType._340)
1915      return "340";
1916    if (code == ServiceType._341)
1917      return "341";
1918    if (code == ServiceType._342)
1919      return "342";
1920    if (code == ServiceType._343)
1921      return "343";
1922    if (code == ServiceType._344)
1923      return "344";
1924    if (code == ServiceType._345)
1925      return "345";
1926    if (code == ServiceType._346)
1927      return "346";
1928    if (code == ServiceType._347)
1929      return "347";
1930    if (code == ServiceType._348)
1931      return "348";
1932    if (code == ServiceType._349)
1933      return "349";
1934    if (code == ServiceType._350)
1935      return "350";
1936    if (code == ServiceType._351)
1937      return "351";
1938    if (code == ServiceType._352)
1939      return "352";
1940    if (code == ServiceType._353)
1941      return "353";
1942    if (code == ServiceType._354)
1943      return "354";
1944    if (code == ServiceType._355)
1945      return "355";
1946    if (code == ServiceType._356)
1947      return "356";
1948    if (code == ServiceType._357)
1949      return "357";
1950    if (code == ServiceType._358)
1951      return "358";
1952    if (code == ServiceType._359)
1953      return "359";
1954    if (code == ServiceType._360)
1955      return "360";
1956    if (code == ServiceType._361)
1957      return "361";
1958    if (code == ServiceType._362)
1959      return "362";
1960    if (code == ServiceType._364)
1961      return "364";
1962    if (code == ServiceType._365)
1963      return "365";
1964    if (code == ServiceType._366)
1965      return "366";
1966    if (code == ServiceType._367)
1967      return "367";
1968    if (code == ServiceType._368)
1969      return "368";
1970    if (code == ServiceType._369)
1971      return "369";
1972    if (code == ServiceType._370)
1973      return "370";
1974    if (code == ServiceType._371)
1975      return "371";
1976    if (code == ServiceType._372)
1977      return "372";
1978    if (code == ServiceType._373)
1979      return "373";
1980    if (code == ServiceType._374)
1981      return "374";
1982    if (code == ServiceType._375)
1983      return "375";
1984    if (code == ServiceType._376)
1985      return "376";
1986    if (code == ServiceType._377)
1987      return "377";
1988    if (code == ServiceType._378)
1989      return "378";
1990    if (code == ServiceType._379)
1991      return "379";
1992    if (code == ServiceType._380)
1993      return "380";
1994    if (code == ServiceType._381)
1995      return "381";
1996    if (code == ServiceType._382)
1997      return "382";
1998    if (code == ServiceType._383)
1999      return "383";
2000    if (code == ServiceType._384)
2001      return "384";
2002    if (code == ServiceType._385)
2003      return "385";
2004    if (code == ServiceType._386)
2005      return "386";
2006    if (code == ServiceType._387)
2007      return "387";
2008    if (code == ServiceType._388)
2009      return "388";
2010    if (code == ServiceType._389)
2011      return "389";
2012    if (code == ServiceType._390)
2013      return "390";
2014    if (code == ServiceType._391)
2015      return "391";
2016    if (code == ServiceType._392)
2017      return "392";
2018    if (code == ServiceType._393)
2019      return "393";
2020    if (code == ServiceType._394)
2021      return "394";
2022    if (code == ServiceType._395)
2023      return "395";
2024    if (code == ServiceType._396)
2025      return "396";
2026    if (code == ServiceType._397)
2027      return "397";
2028    if (code == ServiceType._398)
2029      return "398";
2030    if (code == ServiceType._399)
2031      return "399";
2032    if (code == ServiceType._400)
2033      return "400";
2034    if (code == ServiceType._401)
2035      return "401";
2036    if (code == ServiceType._402)
2037      return "402";
2038    if (code == ServiceType._403)
2039      return "403";
2040    if (code == ServiceType._404)
2041      return "404";
2042    if (code == ServiceType._405)
2043      return "405";
2044    if (code == ServiceType._406)
2045      return "406";
2046    if (code == ServiceType._407)
2047      return "407";
2048    if (code == ServiceType._408)
2049      return "408";
2050    if (code == ServiceType._409)
2051      return "409";
2052    if (code == ServiceType._410)
2053      return "410";
2054    if (code == ServiceType._411)
2055      return "411";
2056    if (code == ServiceType._412)
2057      return "412";
2058    if (code == ServiceType._413)
2059      return "413";
2060    if (code == ServiceType._414)
2061      return "414";
2062    if (code == ServiceType._415)
2063      return "415";
2064    if (code == ServiceType._416)
2065      return "416";
2066    if (code == ServiceType._417)
2067      return "417";
2068    if (code == ServiceType._418)
2069      return "418";
2070    if (code == ServiceType._419)
2071      return "419";
2072    if (code == ServiceType._420)
2073      return "420";
2074    if (code == ServiceType._421)
2075      return "421";
2076    if (code == ServiceType._422)
2077      return "422";
2078    if (code == ServiceType._423)
2079      return "423";
2080    if (code == ServiceType._424)
2081      return "424";
2082    if (code == ServiceType._425)
2083      return "425";
2084    if (code == ServiceType._426)
2085      return "426";
2086    if (code == ServiceType._427)
2087      return "427";
2088    if (code == ServiceType._428)
2089      return "428";
2090    if (code == ServiceType._429)
2091      return "429";
2092    if (code == ServiceType._430)
2093      return "430";
2094    if (code == ServiceType._431)
2095      return "431";
2096    if (code == ServiceType._432)
2097      return "432";
2098    if (code == ServiceType._433)
2099      return "433";
2100    if (code == ServiceType._434)
2101      return "434";
2102    if (code == ServiceType._435)
2103      return "435";
2104    if (code == ServiceType._436)
2105      return "436";
2106    if (code == ServiceType._437)
2107      return "437";
2108    if (code == ServiceType._438)
2109      return "438";
2110    if (code == ServiceType._439)
2111      return "439";
2112    if (code == ServiceType._440)
2113      return "440";
2114    if (code == ServiceType._441)
2115      return "441";
2116    if (code == ServiceType._442)
2117      return "442";
2118    if (code == ServiceType._443)
2119      return "443";
2120    if (code == ServiceType._444)
2121      return "444";
2122    if (code == ServiceType._445)
2123      return "445";
2124    if (code == ServiceType._446)
2125      return "446";
2126    if (code == ServiceType._447)
2127      return "447";
2128    if (code == ServiceType._448)
2129      return "448";
2130    if (code == ServiceType._449)
2131      return "449";
2132    if (code == ServiceType._450)
2133      return "450";
2134    if (code == ServiceType._451)
2135      return "451";
2136    if (code == ServiceType._452)
2137      return "452";
2138    if (code == ServiceType._453)
2139      return "453";
2140    if (code == ServiceType._454)
2141      return "454";
2142    if (code == ServiceType._455)
2143      return "455";
2144    if (code == ServiceType._456)
2145      return "456";
2146    if (code == ServiceType._457)
2147      return "457";
2148    if (code == ServiceType._458)
2149      return "458";
2150    if (code == ServiceType._459)
2151      return "459";
2152    if (code == ServiceType._460)
2153      return "460";
2154    if (code == ServiceType._461)
2155      return "461";
2156    if (code == ServiceType._462)
2157      return "462";
2158    if (code == ServiceType._463)
2159      return "463";
2160    if (code == ServiceType._464)
2161      return "464";
2162    if (code == ServiceType._465)
2163      return "465";
2164    if (code == ServiceType._466)
2165      return "466";
2166    if (code == ServiceType._467)
2167      return "467";
2168    if (code == ServiceType._468)
2169      return "468";
2170    if (code == ServiceType._469)
2171      return "469";
2172    if (code == ServiceType._470)
2173      return "470";
2174    if (code == ServiceType._471)
2175      return "471";
2176    if (code == ServiceType._472)
2177      return "472";
2178    if (code == ServiceType._473)
2179      return "473";
2180    if (code == ServiceType._474)
2181      return "474";
2182    if (code == ServiceType._475)
2183      return "475";
2184    if (code == ServiceType._476)
2185      return "476";
2186    if (code == ServiceType._477)
2187      return "477";
2188    if (code == ServiceType._478)
2189      return "478";
2190    if (code == ServiceType._479)
2191      return "479";
2192    if (code == ServiceType._480)
2193      return "480";
2194    if (code == ServiceType._481)
2195      return "481";
2196    if (code == ServiceType._482)
2197      return "482";
2198    if (code == ServiceType._483)
2199      return "483";
2200    if (code == ServiceType._484)
2201      return "484";
2202    if (code == ServiceType._485)
2203      return "485";
2204    if (code == ServiceType._486)
2205      return "486";
2206    if (code == ServiceType._488)
2207      return "488";
2208    if (code == ServiceType._489)
2209      return "489";
2210    if (code == ServiceType._490)
2211      return "490";
2212    if (code == ServiceType._491)
2213      return "491";
2214    if (code == ServiceType._492)
2215      return "492";
2216    if (code == ServiceType._493)
2217      return "493";
2218    if (code == ServiceType._494)
2219      return "494";
2220    if (code == ServiceType._495)
2221      return "495";
2222    if (code == ServiceType._496)
2223      return "496";
2224    if (code == ServiceType._497)
2225      return "497";
2226    if (code == ServiceType._498)
2227      return "498";
2228    if (code == ServiceType._500)
2229      return "500";
2230    if (code == ServiceType._501)
2231      return "501";
2232    if (code == ServiceType._502)
2233      return "502";
2234    if (code == ServiceType._503)
2235      return "503";
2236    if (code == ServiceType._504)
2237      return "504";
2238    if (code == ServiceType._505)
2239      return "505";
2240    if (code == ServiceType._506)
2241      return "506";
2242    if (code == ServiceType._507)
2243      return "507";
2244    if (code == ServiceType._508)
2245      return "508";
2246    if (code == ServiceType._509)
2247      return "509";
2248    if (code == ServiceType._510)
2249      return "510";
2250    if (code == ServiceType._513)
2251      return "513";
2252    if (code == ServiceType._514)
2253      return "514";
2254    if (code == ServiceType._530)
2255      return "530";
2256    if (code == ServiceType._531)
2257      return "531";
2258    if (code == ServiceType._532)
2259      return "532";
2260    if (code == ServiceType._533)
2261      return "533";
2262    if (code == ServiceType._534)
2263      return "534";
2264    if (code == ServiceType._535)
2265      return "535";
2266    if (code == ServiceType._536)
2267      return "536";
2268    if (code == ServiceType._537)
2269      return "537";
2270    if (code == ServiceType._538)
2271      return "538";
2272    if (code == ServiceType._539)
2273      return "539";
2274    if (code == ServiceType._540)
2275      return "540";
2276    if (code == ServiceType._541)
2277      return "541";
2278    if (code == ServiceType._542)
2279      return "542";
2280    if (code == ServiceType._543)
2281      return "543";
2282    if (code == ServiceType._544)
2283      return "544";
2284    if (code == ServiceType._545)
2285      return "545";
2286    if (code == ServiceType._546)
2287      return "546";
2288    if (code == ServiceType._547)
2289      return "547";
2290    if (code == ServiceType._548)
2291      return "548";
2292    if (code == ServiceType._550)
2293      return "550";
2294    if (code == ServiceType._551)
2295      return "551";
2296    if (code == ServiceType._552)
2297      return "552";
2298    if (code == ServiceType._553)
2299      return "553";
2300    if (code == ServiceType._554)
2301      return "554";
2302    if (code == ServiceType._555)
2303      return "555";
2304    if (code == ServiceType._556)
2305      return "556";
2306    if (code == ServiceType._557)
2307      return "557";
2308    if (code == ServiceType._558)
2309      return "558";
2310    if (code == ServiceType._559)
2311      return "559";
2312    if (code == ServiceType._560)
2313      return "560";
2314    if (code == ServiceType._561)
2315      return "561";
2316    if (code == ServiceType._562)
2317      return "562";
2318    if (code == ServiceType._563)
2319      return "563";
2320    if (code == ServiceType._564)
2321      return "564";
2322    if (code == ServiceType._565)
2323      return "565";
2324    if (code == ServiceType._566)
2325      return "566";
2326    if (code == ServiceType._567)
2327      return "567";
2328    if (code == ServiceType._568)
2329      return "568";
2330    if (code == ServiceType._569)
2331      return "569";
2332    if (code == ServiceType._570)
2333      return "570";
2334    if (code == ServiceType._571)
2335      return "571";
2336    if (code == ServiceType._572)
2337      return "572";
2338    if (code == ServiceType._573)
2339      return "573";
2340    if (code == ServiceType._574)
2341      return "574";
2342    if (code == ServiceType._575)
2343      return "575";
2344    if (code == ServiceType._576)
2345      return "576";
2346    if (code == ServiceType._577)
2347      return "577";
2348    if (code == ServiceType._580)
2349      return "580";
2350    if (code == ServiceType._581)
2351      return "581";
2352    if (code == ServiceType._582)
2353      return "582";
2354    if (code == ServiceType._583)
2355      return "583";
2356    if (code == ServiceType._584)
2357      return "584";
2358    if (code == ServiceType._585)
2359      return "585";
2360    if (code == ServiceType._589)
2361      return "589";
2362    if (code == ServiceType._590)
2363      return "590";
2364    if (code == ServiceType._591)
2365      return "591";
2366    if (code == ServiceType._593)
2367      return "593";
2368    if (code == ServiceType._599)
2369      return "599";
2370    if (code == ServiceType._600)
2371      return "600";
2372    if (code == ServiceType._601)
2373      return "601";
2374    if (code == ServiceType._602)
2375      return "602";
2376    if (code == ServiceType._603)
2377      return "603";
2378    if (code == ServiceType._604)
2379      return "604";
2380    if (code == ServiceType._605)
2381      return "605";
2382    if (code == ServiceType._606)
2383      return "606";
2384    if (code == ServiceType._607)
2385      return "607";
2386    if (code == ServiceType._608)
2387      return "608";
2388    if (code == ServiceType._609)
2389      return "609";
2390    if (code == ServiceType._610)
2391      return "610";
2392    if (code == ServiceType._611)
2393      return "611";
2394    if (code == ServiceType._612)
2395      return "612";
2396    if (code == ServiceType._613)
2397      return "613";
2398    if (code == ServiceType._614)
2399      return "614";
2400    if (code == ServiceType._615)
2401      return "615";
2402    if (code == ServiceType._616)
2403      return "616";
2404    if (code == ServiceType._617)
2405      return "617";
2406    if (code == ServiceType._618)
2407      return "618";
2408    if (code == ServiceType._619)
2409      return "619";
2410    if (code == ServiceType._620)
2411      return "620";
2412    if (code == ServiceType._621)
2413      return "621";
2414    if (code == ServiceType._622)
2415      return "622";
2416    if (code == ServiceType._623)
2417      return "623";
2418    if (code == ServiceType._624)
2419      return "624";
2420    if (code == ServiceType._625)
2421      return "625";
2422    if (code == ServiceType._626)
2423      return "626";
2424    if (code == ServiceType._627)
2425      return "627";
2426    if (code == ServiceType._628)
2427      return "628";
2428    if (code == ServiceType._629)
2429      return "629";
2430    return "?";
2431  }
2432
2433    public String toSystem(ServiceType code) {
2434      return code.getSystem();
2435      }
2436
2437}
2438