001package org.hl7.fhir.dstu3.model.codesystems;
002
003
004
005
006/*
007  Copyright (c) 2011+, HL7, Inc.
008  All rights reserved.
009  
010  Redistribution and use in source and binary forms, with or without modification, 
011  are permitted provided that the following conditions are met:
012  
013   * Redistributions of source code must retain the above copyright notice, this 
014     list of conditions and the following disclaimer.
015   * Redistributions in binary form must reproduce the above copyright notice, 
016     this list of conditions and the following disclaimer in the documentation 
017     and/or other materials provided with the distribution.
018   * Neither the name of HL7 nor the names of its contributors may be used to 
019     endorse or promote products derived from this software without specific 
020     prior written permission.
021  
022  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND 
023  ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED 
024  WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. 
025  IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, 
026  INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT 
027  NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 
028  PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, 
029  WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) 
030  ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 
031  POSSIBILITY OF SUCH DAMAGE.
032  
033*/
034
035// Generated on Thu, Feb 9, 2017 08:03-0500 for FHIR v1.9.0
036
037
038import org.hl7.fhir.exceptions.FHIRException;
039
040public enum AnzscoOccupations {
041
042        /**
043         * Managers not further defined
044         */
045        _100000, 
046        /**
047         * Chief Executives, General Managers and Legislators not further defined
048         */
049        _111000, 
050        /**
051         * Chief Executive or Managing Director
052         */
053        _111111, 
054        /**
055         * General Managers not further defined
056         */
057        _111200, 
058        /**
059         * Corporate General Manager
060         */
061        _111211, 
062        /**
063         * Defence Force Senior Officer
064         */
065        _111212, 
066        /**
067         * Legislators not further defined
068         */
069        _111300, 
070        /**
071         * Local Government Legislator
072         */
073        _111311, 
074        /**
075         * Member of Parliament
076         */
077        _111312, 
078        /**
079         * Legislators not elsewhere classified
080         */
081        _111399, 
082        /**
083         * Farmers and Farm Managers not further defined
084         */
085        _121000, 
086        /**
087         * Aquaculture Farmer
088         */
089        _121111, 
090        /**
091         * Crop Farmers not further defined
092         */
093        _121200, 
094        /**
095         * Cotton Grower
096         */
097        _121211, 
098        /**
099         * Flower Grower
100         */
101        _121212, 
102        /**
103         * Fruit or Nut Grower
104         */
105        _121213, 
106        /**
107         * Grain, Oilseed or Pasture Grower
108         */
109        _121214, 
110        /**
111         * Grape Grower
112         */
113        _121215, 
114        /**
115         * Mixed Crop Farmer
116         */
117        _121216, 
118        /**
119         * Sugar Cane Grower
120         */
121        _121217, 
122        /**
123         * Turf Grower
124         */
125        _121218, 
126        /**
127         * Vegetable Grower
128         */
129        _121221, 
130        /**
131         * Crop Farmers not elsewhere classified
132         */
133        _121299, 
134        /**
135         * Livestock Farmers not further defined
136         */
137        _121300, 
138        /**
139         * Apiarist
140         */
141        _121311, 
142        /**
143         * Beef Cattle Farmer
144         */
145        _121312, 
146        /**
147         * Dairy Cattle Farmer
148         */
149        _121313, 
150        /**
151         * Deer Farmer
152         */
153        _121314, 
154        /**
155         * Goat Farmer
156         */
157        _121315, 
158        /**
159         * Horse Breeder
160         */
161        _121316, 
162        /**
163         * Mixed Livestock Farmer
164         */
165        _121317, 
166        /**
167         * Pig Farmer
168         */
169        _121318, 
170        /**
171         * Poultry Farmer
172         */
173        _121321, 
174        /**
175         * Sheep Farmer
176         */
177        _121322, 
178        /**
179         * Livestock Farmers not elsewhere classified
180         */
181        _121399, 
182        /**
183         * Mixed Crop and Livestock Farmer
184         */
185        _121411, 
186        /**
187         * Specialist Managers not further defined
188         */
189        _130000, 
190        /**
191         * Advertising and Sales Managers not further defined
192         */
193        _131100, 
194        /**
195         * Advertising and Public Relations Manager
196         */
197        _131111, 
198        /**
199         * Sales and Marketing Manager
200         */
201        _131112, 
202        /**
203         * Business Administration Managers not further defined
204         */
205        _132000, 
206        /**
207         * Corporate Services Manager
208         */
209        _132111, 
210        /**
211         * Finance Manager
212         */
213        _132211, 
214        /**
215         * Human Resource Manager
216         */
217        _132311, 
218        /**
219         * Policy and Planning Manager
220         */
221        _132411, 
222        /**
223         * Research and Development Manager
224         */
225        _132511, 
226        /**
227         * Construction, Distribution and Production Managers not further defined
228         */
229        _133000, 
230        /**
231         * Construction Managers not further defined
232         */
233        _133100, 
234        /**
235         * Construction Project Manager
236         */
237        _133111, 
238        /**
239         * Project Builder
240         */
241        _133112, 
242        /**
243         * Engineering Manager
244         */
245        _133211, 
246        /**
247         * Importers, Exporters and Wholesalers not further defined
248         */
249        _133300, 
250        /**
251         * Importer or Exporter
252         */
253        _133311, 
254        /**
255         * Wholesaler
256         */
257        _133312, 
258        /**
259         * Manufacturer
260         */
261        _133411, 
262        /**
263         * Production Managers not further defined
264         */
265        _133500, 
266        /**
267         * Production Manager (Forestry)
268         */
269        _133511, 
270        /**
271         * Production Manager (Manufacturing)
272         */
273        _133512, 
274        /**
275         * Production Manager (Mining)
276         */
277        _133513, 
278        /**
279         * Supply and Distribution Manager
280         */
281        _133611, 
282        /**
283         * Education, Health and Welfare Services Managers not further defined
284         */
285        _134000, 
286        /**
287         * Child Care Centre Manager
288         */
289        _134111, 
290        /**
291         * Health and Welfare Services Managers not further defined
292         */
293        _134200, 
294        /**
295         * Medical Administrator
296         */
297        _134211, 
298        /**
299         * Nursing Clinical Director
300         */
301        _134212, 
302        /**
303         * Primary Health Organization Manager
304         */
305        _134213, 
306        /**
307         * Welfare Centre Manager
308         */
309        _134214, 
310        /**
311         * Health and Welfare Services Managers not elsewhere classified
312         */
313        _134299, 
314        /**
315         * School Principal
316         */
317        _134311, 
318        /**
319         * Other Education Managers not further defined
320         */
321        _134400, 
322        /**
323         * Faculty Head
324         */
325        _134411, 
326        /**
327         * Regional Education Manager
328         */
329        _134412, 
330        /**
331         * Education Managers not elsewhere classified
332         */
333        _134499, 
334        /**
335         * ICT Managers not further defined
336         */
337        _135100, 
338        /**
339         * Chief Information Officer
340         */
341        _135111, 
342        /**
343         * ICT Project Manager
344         */
345        _135112, 
346        /**
347         * ICT Managers not elsewhere classified
348         */
349        _135199, 
350        /**
351         * Miscellaneous Specialist Managers not further defined
352         */
353        _139000, 
354        /**
355         * Commissioned Officers (Management) not further defined
356         */
357        _139100, 
358        /**
359         * Commissioned Defence Force Officer
360         */
361        _139111, 
362        /**
363         * Commissioned Fire Officer
364         */
365        _139112, 
366        /**
367         * Commissioned Police Officer
368         */
369        _139113, 
370        /**
371         * Senior Non-commissioned Defence Force Member
372         */
373        _139211, 
374        /**
375         * Other Specialist Managers not further defined
376         */
377        _139900, 
378        /**
379         * Arts Administrator or Manager
380         */
381        _139911, 
382        /**
383         * Environmental Manager
384         */
385        _139912, 
386        /**
387         * Laboratory Manager
388         */
389        _139913, 
390        /**
391         * Quality Assurance Manager
392         */
393        _139914, 
394        /**
395         * Sports Administrator
396         */
397        _139915, 
398        /**
399         * Specialist Managers not elsewhere classified
400         */
401        _139999, 
402        /**
403         * Hospitality, Retail and Service Managers not further defined
404         */
405        _140000, 
406        /**
407         * Accommodation and Hospitality Managers not further defined
408         */
409        _141000, 
410        /**
411         * Cafe or Restaurant Manager
412         */
413        _141111, 
414        /**
415         * Caravan Park and Camping Ground Manager
416         */
417        _141211, 
418        /**
419         * Hotel or Motel Manager
420         */
421        _141311, 
422        /**
423         * Licensed Club Manager
424         */
425        _141411, 
426        /**
427         * Other Accommodation and Hospitality Managers not further defined
428         */
429        _141900, 
430        /**
431         * Bed and Breakfast Operator
432         */
433        _141911, 
434        /**
435         * Accommodation and Hospitality Managers not elsewhere classified
436         */
437        _141999, 
438        /**
439         * Retail Managers not further defined
440         */
441        _142100, 
442        /**
443         * Retail Manager (General)
444         */
445        _142111, 
446        /**
447         * Antique Dealer
448         */
449        _142112, 
450        /**
451         * Betting Agency Manager
452         */
453        _142113, 
454        /**
455         * Hair or Beauty Salon Manager
456         */
457        _142114, 
458        /**
459         * Post Office Manager
460         */
461        _142115, 
462        /**
463         * Travel Agency Manager
464         */
465        _142116, 
466        /**
467         * Miscellaneous Hospitality, Retail and Service Managers not further defined
468         */
469        _149000, 
470        /**
471         * Amusement, Fitness and Sports Centre Managers not further defined
472         */
473        _149100, 
474        /**
475         * Amusement Centre Manager
476         */
477        _149111, 
478        /**
479         * Fitness Centre Manager
480         */
481        _149112, 
482        /**
483         * Sports Centre Manager
484         */
485        _149113, 
486        /**
487         * Call or Contact Centre and Customer Service Managers not further defined
488         */
489        _149200, 
490        /**
491         * Call or Contact Centre Manager
492         */
493        _149211, 
494        /**
495         * Customer Service Manager
496         */
497        _149212, 
498        /**
499         * Conference and Event Organizer
500         */
501        _149311, 
502        /**
503         * Transport Services Managers not further defined
504         */
505        _149400, 
506        /**
507         * Fleet Manager
508         */
509        _149411, 
510        /**
511         * Railway Station Manager
512         */
513        _149412, 
514        /**
515         * Transport Company Manager
516         */
517        _149413, 
518        /**
519         * Other Hospitality, Retail and Service Managers not further defined
520         */
521        _149900, 
522        /**
523         * Boarding Kennel or Cattery Operator
524         */
525        _149911, 
526        /**
527         * Cinema or Theatre Manager
528         */
529        _149912, 
530        /**
531         * Facilities Manager
532         */
533        _149913, 
534        /**
535         * Financial Institution Branch Manager
536         */
537        _149914, 
538        /**
539         * Hospitality, Retail and Service Managers not elsewhere classified
540         */
541        _149999, 
542        /**
543         * Professionals not further defined
544         */
545        _200000, 
546        /**
547         * Arts and Media Professionals not further defined
548         */
549        _210000, 
550        /**
551         * Arts Professionals not further defined
552         */
553        _211000, 
554        /**
555         * Actors, Dancers and Other Entertainers not further defined
556         */
557        _211100, 
558        /**
559         * Actor
560         */
561        _211111, 
562        /**
563         * Dancer or Choreographer
564         */
565        _211112, 
566        /**
567         * Entertainer or Variety Artist
568         */
569        _211113, 
570        /**
571         * Actors, Dancers and Other Entertainers not elsewhere classified
572         */
573        _211199, 
574        /**
575         * Music Professionals not further defined
576         */
577        _211200, 
578        /**
579         * Composer
580         */
581        _211211, 
582        /**
583         * Music Director
584         */
585        _211212, 
586        /**
587         * Musician (Instrumental)
588         */
589        _211213, 
590        /**
591         * Singer
592         */
593        _211214, 
594        /**
595         * Music Professionals not elsewhere classified
596         */
597        _211299, 
598        /**
599         * Photographer
600         */
601        _211311, 
602        /**
603         * Visual Arts and Crafts Professionals not further defined
604         */
605        _211400, 
606        /**
607         * Painter (Visual Arts)
608         */
609        _211411, 
610        /**
611         * Potter or Ceramic Artist
612         */
613        _211412, 
614        /**
615         * Sculptor
616         */
617        _211413, 
618        /**
619         * Visual Arts and Crafts Professionals not elsewhere classified
620         */
621        _211499, 
622        /**
623         * Media Professionals not further defined
624         */
625        _212000, 
626        /**
627         * Artistic Directors, and Media Producers and Presenters not further defined
628         */
629        _212100, 
630        /**
631         * Artistic Director
632         */
633        _212111, 
634        /**
635         * Media Producer (excluding Video)
636         */
637        _212112, 
638        /**
639         * Radio Presenter
640         */
641        _212113, 
642        /**
643         * Television Presenter
644         */
645        _212114, 
646        /**
647         * Authors, and Book and Script Editors not further defined
648         */
649        _212200, 
650        /**
651         * Author
652         */
653        _212211, 
654        /**
655         * Book or Script Editor
656         */
657        _212212, 
658        /**
659         * Film, Television, Radio and Stage Directors not further defined
660         */
661        _212300, 
662        /**
663         * Art Director (Film, Television or Stage)
664         */
665        _212311, 
666        /**
667         * Director (Film, Television, Radio or Stage)
668         */
669        _212312, 
670        /**
671         * Director of Photography
672         */
673        _212313, 
674        /**
675         * Film and Video Editor
676         */
677        _212314, 
678        /**
679         * Program Director (Television or Radio)
680         */
681        _212315, 
682        /**
683         * Stage Manager
684         */
685        _212316, 
686        /**
687         * Technical Director
688         */
689        _212317, 
690        /**
691         * Video Producer
692         */
693        _212318, 
694        /**
695         * Film, Television, Radio and Stage Directors not elsewhere classified
696         */
697        _212399, 
698        /**
699         * Journalists and Other Writers not further defined
700         */
701        _212400, 
702        /**
703         * Copywriter
704         */
705        _212411, 
706        /**
707         * Newspaper or Periodical Editor
708         */
709        _212412, 
710        /**
711         * Print Journalist
712         */
713        _212413, 
714        /**
715         * Radio Journalist
716         */
717        _212414, 
718        /**
719         * Technical Writer
720         */
721        _212415, 
722        /**
723         * Television Journalist
724         */
725        _212416, 
726        /**
727         * Journalists and Other Writers not elsewhere classified
728         */
729        _212499, 
730        /**
731         * Business, Human Resource and Marketing Professionals not further defined
732         */
733        _220000, 
734        /**
735         * Accountants, Auditors and Company Secretaries not further defined
736         */
737        _221000, 
738        /**
739         * Accountants not further defined
740         */
741        _221100, 
742        /**
743         * Accountant (General)
744         */
745        _221111, 
746        /**
747         * Management Accountant
748         */
749        _221112, 
750        /**
751         * Taxation Accountant
752         */
753        _221113, 
754        /**
755         * Auditors, Company Secretaries and Corporate Treasurers not further defined
756         */
757        _221200, 
758        /**
759         * Company Secretary
760         */
761        _221211, 
762        /**
763         * Corporate Treasurer
764         */
765        _221212, 
766        /**
767         * External Auditor
768         */
769        _221213, 
770        /**
771         * Internal Auditor
772         */
773        _221214, 
774        /**
775         * Financial Brokers and Dealers, and Investment Advisers not further defined
776         */
777        _222000, 
778        /**
779         * Financial Brokers not further defined
780         */
781        _222100, 
782        /**
783         * Commodities Trader
784         */
785        _222111, 
786        /**
787         * Finance Broker
788         */
789        _222112, 
790        /**
791         * Insurance Broker
792         */
793        _222113, 
794        /**
795         * Financial Brokers not elsewhere classified
796         */
797        _222199, 
798        /**
799         * Financial Dealers not further defined
800         */
801        _222200, 
802        /**
803         * Financial Market Dealer
804         */
805        _222211, 
806        /**
807         * Futures Trader
808         */
809        _222212, 
810        /**
811         * Stockbroking Dealer
812         */
813        _222213, 
814        /**
815         * Financial Dealers not elsewhere classified
816         */
817        _222299, 
818        /**
819         * Financial Investment Advisers and Managers not further defined
820         */
821        _222300, 
822        /**
823         * Financial Investment Adviser
824         */
825        _222311, 
826        /**
827         * Financial Investment Manager
828         */
829        _222312, 
830        /**
831         * Human Resource and Training Professionals not further defined
832         */
833        _223000, 
834        /**
835         * Human Resource Professionals not further defined
836         */
837        _223100, 
838        /**
839         * Human Resource Adviser
840         */
841        _223111, 
842        /**
843         * Recruitment Consultant
844         */
845        _223112, 
846        /**
847         * Workplace Relations Adviser
848         */
849        _223113, 
850        /**
851         * ICT Trainer
852         */
853        _223211, 
854        /**
855         * Training and Development Professional
856         */
857        _223311, 
858        /**
859         * Information and Organization Professionals not further defined
860         */
861        _224000, 
862        /**
863         * Actuaries, Mathematicians and Statisticians not further defined
864         */
865        _224100, 
866        /**
867         * Actuary
868         */
869        _224111, 
870        /**
871         * Mathematician
872         */
873        _224112, 
874        /**
875         * Statistician
876         */
877        _224113, 
878        /**
879         * Archivists, Curators and Records Managers not further defined
880         */
881        _224200, 
882        /**
883         * Archivist
884         */
885        _224211, 
886        /**
887         * Gallery or Museum Curator
888         */
889        _224212, 
890        /**
891         * Health Information Manager
892         */
893        _224213, 
894        /**
895         * Records Manager
896         */
897        _224214, 
898        /**
899         * Economist
900         */
901        _224311, 
902        /**
903         * Intelligence and Policy Analysts not further defined
904         */
905        _224400, 
906        /**
907         * Intelligence Officer
908         */
909        _224411, 
910        /**
911         * Policy Analyst
912         */
913        _224412, 
914        /**
915         * Land Economists and Valuers not further defined
916         */
917        _224500, 
918        /**
919         * Land Economist
920         */
921        _224511, 
922        /**
923         * Valuer
924         */
925        _224512, 
926        /**
927         * Librarian
928         */
929        _224611, 
930        /**
931         * Management and Organization Analysts not further defined
932         */
933        _224700, 
934        /**
935         * Management Consultant
936         */
937        _224711, 
938        /**
939         * Organization and Methods Analyst
940         */
941        _224712, 
942        /**
943         * Other Information and Organization Professionals not further defined
944         */
945        _224900, 
946        /**
947         * Electorate Officer
948         */
949        _224911, 
950        /**
951         * Liaison Officer
952         */
953        _224912, 
954        /**
955         * Migration Agent
956         */
957        _224913, 
958        /**
959         * Patents Examiner
960         */
961        _224914, 
962        /**
963         * Information and Organization Professionals not elsewhere classified
964         */
965        _224999, 
966        /**
967         * Sales, Marketing and Public Relations Professionals not further defined
968         */
969        _225000, 
970        /**
971         * Advertising and Marketing Professionals not further defined
972         */
973        _225100, 
974        /**
975         * Advertising Specialist
976         */
977        _225111, 
978        /**
979         * Market Research Analyst
980         */
981        _225112, 
982        /**
983         * Marketing Specialist
984         */
985        _225113, 
986        /**
987         * ICT Sales Professionals not further defined
988         */
989        _225200, 
990        /**
991         * ICT Account Manager
992         */
993        _225211, 
994        /**
995         * ICT Business Development Manager
996         */
997        _225212, 
998        /**
999         * ICT Sales Representative
1000         */
1001        _225213, 
1002        /**
1003         * Public Relations Professional
1004         */
1005        _225311, 
1006        /**
1007         * Technical Sales Representatives not further defined
1008         */
1009        _225400, 
1010        /**
1011         * Sales Representative (Industrial Products)
1012         */
1013        _225411, 
1014        /**
1015         * Sales Representative (Medical and Pharmaceutical Products)
1016         */
1017        _225412, 
1018        /**
1019         * Technical Sales Representatives not elsewhere classified
1020         */
1021        _225499, 
1022        /**
1023         * Design, Engineering, Science and Transport Professionals not further defined
1024         */
1025        _230000, 
1026        /**
1027         * Air and Marine Transport Professionals not further defined
1028         */
1029        _231000, 
1030        /**
1031         * Air Transport Professionals not further defined
1032         */
1033        _231100, 
1034        /**
1035         * Aeroplane Pilot
1036         */
1037        _231111, 
1038        /**
1039         * Air Traffic Controller
1040         */
1041        _231112, 
1042        /**
1043         * Flying Instructor
1044         */
1045        _231113, 
1046        /**
1047         * Helicopter Pilot
1048         */
1049        _231114, 
1050        /**
1051         * Air Transport Professionals not elsewhere classified
1052         */
1053        _231199, 
1054        /**
1055         * Marine Transport Professionals not further defined
1056         */
1057        _231200, 
1058        /**
1059         * Master Fisher
1060         */
1061        _231211, 
1062        /**
1063         * Ship's Engineer
1064         */
1065        _231212, 
1066        /**
1067         * Ship's Master
1068         */
1069        _231213, 
1070        /**
1071         * Ship's Officer
1072         */
1073        _231214, 
1074        /**
1075         * Ship's Surveyor
1076         */
1077        _231215, 
1078        /**
1079         * Marine Transport Professionals not elsewhere classified
1080         */
1081        _231299, 
1082        /**
1083         * Architects, Designers, Planners and Surveyors not further defined
1084         */
1085        _232000, 
1086        /**
1087         * Architects and Landscape Architects not further defined
1088         */
1089        _232100, 
1090        /**
1091         * Architect
1092         */
1093        _232111, 
1094        /**
1095         * Landscape Architect
1096         */
1097        _232112, 
1098        /**
1099         * Cartographers and Surveyors not further defined
1100         */
1101        _232200, 
1102        /**
1103         * Cartographer
1104         */
1105        _232211, 
1106        /**
1107         * Surveyor
1108         */
1109        _232212, 
1110        /**
1111         * Fashion, Industrial and Jewellery Designers not further defined
1112         */
1113        _232300, 
1114        /**
1115         * Fashion Designer
1116         */
1117        _232311, 
1118        /**
1119         * Industrial Designer
1120         */
1121        _232312, 
1122        /**
1123         * Jewellery Designer
1124         */
1125        _232313, 
1126        /**
1127         * Graphic and Web Designers, and Illustrators not further defined
1128         */
1129        _232400, 
1130        /**
1131         * Graphic Designer
1132         */
1133        _232411, 
1134        /**
1135         * Illustrator
1136         */
1137        _232412, 
1138        /**
1139         * Multimedia Designer
1140         */
1141        _232413, 
1142        /**
1143         * Web Designer
1144         */
1145        _232414, 
1146        /**
1147         * Interior Designer
1148         */
1149        _232511, 
1150        /**
1151         * Urban and Regional Planner
1152         */
1153        _232611, 
1154        /**
1155         * Engineering Professionals not further defined
1156         */
1157        _233000, 
1158        /**
1159         * Chemical and Materials Engineers not further defined
1160         */
1161        _233100, 
1162        /**
1163         * Chemical Engineer
1164         */
1165        _233111, 
1166        /**
1167         * Materials Engineer
1168         */
1169        _233112, 
1170        /**
1171         * Civil Engineering Professionals not further defined
1172         */
1173        _233200, 
1174        /**
1175         * Civil Engineer
1176         */
1177        _233211, 
1178        /**
1179         * Geotechnical Engineer
1180         */
1181        _233212, 
1182        /**
1183         * Quantity Surveyor
1184         */
1185        _233213, 
1186        /**
1187         * Structural Engineer
1188         */
1189        _233214, 
1190        /**
1191         * Transport Engineer
1192         */
1193        _233215, 
1194        /**
1195         * Electrical Engineer
1196         */
1197        _233311, 
1198        /**
1199         * Electronics Engineer
1200         */
1201        _233411, 
1202        /**
1203         * Industrial, Mechanical and Production Engineers not further defined
1204         */
1205        _233500, 
1206        /**
1207         * Industrial Engineer
1208         */
1209        _233511, 
1210        /**
1211         * Mechanical Engineer
1212         */
1213        _233512, 
1214        /**
1215         * Production or Plant Engineer
1216         */
1217        _233513, 
1218        /**
1219         * Mining Engineers not further defined
1220         */
1221        _233600, 
1222        /**
1223         * Mining Engineer (excluding Petroleum)
1224         */
1225        _233611, 
1226        /**
1227         * Petroleum Engineer
1228         */
1229        _233612, 
1230        /**
1231         * Other Engineering Professionals not further defined
1232         */
1233        _233900, 
1234        /**
1235         * Aeronautical Engineer
1236         */
1237        _233911, 
1238        /**
1239         * Agricultural Engineer
1240         */
1241        _233912, 
1242        /**
1243         * Biomedical Engineer
1244         */
1245        _233913, 
1246        /**
1247         * Engineering Technologist
1248         */
1249        _233914, 
1250        /**
1251         * Environmental Engineer
1252         */
1253        _233915, 
1254        /**
1255         * Naval Architect
1256         */
1257        _233916, 
1258        /**
1259         * Engineering Professionals not elsewhere classified
1260         */
1261        _233999, 
1262        /**
1263         * Natural and Physical Science Professionals not further defined
1264         */
1265        _234000, 
1266        /**
1267         * Agricultural and Forestry Scientists not further defined
1268         */
1269        _234100, 
1270        /**
1271         * Agricultural Consultant
1272         */
1273        _234111, 
1274        /**
1275         * Agricultural Scientist
1276         */
1277        _234112, 
1278        /**
1279         * Forester
1280         */
1281        _234113, 
1282        /**
1283         * Chemists, and Food and Wine Scientists not further defined
1284         */
1285        _234200, 
1286        /**
1287         * Chemist
1288         */
1289        _234211, 
1290        /**
1291         * Food Technologist
1292         */
1293        _234212, 
1294        /**
1295         * Wine Maker
1296         */
1297        _234213, 
1298        /**
1299         * Environmental Scientists not further defined
1300         */
1301        _234300, 
1302        /**
1303         * Conservation Officer
1304         */
1305        _234311, 
1306        /**
1307         * Environmental Consultant
1308         */
1309        _234312, 
1310        /**
1311         * Environmental Research Scientist
1312         */
1313        _234313, 
1314        /**
1315         * Park Ranger
1316         */
1317        _234314, 
1318        /**
1319         * Environmental Scientists not elsewhere classified
1320         */
1321        _234399, 
1322        /**
1323         * Geologists and Geophysicists not further defined
1324         */
1325        _234400, 
1326        /**
1327         * Geologist
1328         */
1329        _234411, 
1330        /**
1331         * Geophysicist
1332         */
1333        _234412, 
1334        /**
1335         * Life Scientists not further defined
1336         */
1337        _234500, 
1338        /**
1339         * Life Scientist (General)
1340         */
1341        _234511, 
1342        /**
1343         * Anatomist or Physiologist
1344         */
1345        _234512, 
1346        /**
1347         * Biochemist
1348         */
1349        _234513, 
1350        /**
1351         * Biotechnologist
1352         */
1353        _234514, 
1354        /**
1355         * Botanist
1356         */
1357        _234515, 
1358        /**
1359         * Marine Biologist
1360         */
1361        _234516, 
1362        /**
1363         * Microbiologist
1364         */
1365        _234517, 
1366        /**
1367         * Zoologist
1368         */
1369        _234518, 
1370        /**
1371         * Life Scientists not elsewhere classified
1372         */
1373        _234599, 
1374        /**
1375         * Medical Laboratory Scientist
1376         */
1377        _234611, 
1378        /**
1379         * Veterinarian
1380         */
1381        _234711, 
1382        /**
1383         * Other Natural and Physical Science Professionals not further defined
1384         */
1385        _234900, 
1386        /**
1387         * Conservator
1388         */
1389        _234911, 
1390        /**
1391         * Metallurgist
1392         */
1393        _234912, 
1394        /**
1395         * Meteorologist
1396         */
1397        _234913, 
1398        /**
1399         * Physicist
1400         */
1401        _234914, 
1402        /**
1403         * Natural and Physical Science Professionals not elsewhere classified
1404         */
1405        _234999, 
1406        /**
1407         * Education Professionals not further defined
1408         */
1409        _240000, 
1410        /**
1411         * School Teachers not further defined
1412         */
1413        _241000, 
1414        /**
1415         * Early Childhood (Pre-primary School) Teacher
1416         */
1417        _241111, 
1418        /**
1419         * Primary School Teacher
1420         */
1421        _241213, 
1422        /**
1423         * Middle School Teacher
1424         */
1425        _241311, 
1426        /**
1427         * Secondary School Teacher
1428         */
1429        _241411, 
1430        /**
1431         * Special Education Teachers not further defined
1432         */
1433        _241500, 
1434        /**
1435         * Special Needs Teacher
1436         */
1437        _241511, 
1438        /**
1439         * Teacher of the Hearing Impaired
1440         */
1441        _241512, 
1442        /**
1443         * Teacher of the Sight Impaired
1444         */
1445        _241513, 
1446        /**
1447         * Special Education Teachers not elsewhere classified
1448         */
1449        _241599, 
1450        /**
1451         * Tertiary Education Teachers not further defined
1452         */
1453        _242000, 
1454        /**
1455         * University Lecturers and Tutors not further defined
1456         */
1457        _242100, 
1458        /**
1459         * University Lecturer
1460         */
1461        _242111, 
1462        /**
1463         * University Tutor
1464         */
1465        _242112, 
1466        /**
1467         * Vocational Education Teacher
1468         */
1469        _242211, 
1470        /**
1471         * Miscellaneous Education Professionals not further defined
1472         */
1473        _249000, 
1474        /**
1475         * Education Advisers and Reviewers not further defined
1476         */
1477        _249100, 
1478        /**
1479         * Education Adviser
1480         */
1481        _249111, 
1482        /**
1483         * Education Reviewer
1484         */
1485        _249112, 
1486        /**
1487         * Private Tutors and Teachers not further defined
1488         */
1489        _249200, 
1490        /**
1491         * Art Teacher (Private Tuition)
1492         */
1493        _249211, 
1494        /**
1495         * Dance Teacher (Private Tuition)
1496         */
1497        _249212, 
1498        /**
1499         * Drama Teacher (Private Tuition)
1500         */
1501        _249213, 
1502        /**
1503         * Music Teacher (Private Tuition)
1504         */
1505        _249214, 
1506        /**
1507         * Private Tutors and Teachers not elsewhere classified
1508         */
1509        _249299, 
1510        /**
1511         * Teacher of English to Speakers of Other Languages
1512         */
1513        _249311, 
1514        /**
1515         * Health Professionals not further defined
1516         */
1517        _250000, 
1518        /**
1519         * Health Diagnostic and Promotion Professionals not further defined
1520         */
1521        _251000, 
1522        /**
1523         * Dietitian
1524         */
1525        _251111, 
1526        /**
1527         * Medical Imaging Professionals not further defined
1528         */
1529        _251200, 
1530        /**
1531         * Medical Diagnostic Radiographer
1532         */
1533        _251211, 
1534        /**
1535         * Medical Radiation Therapist
1536         */
1537        _251212, 
1538        /**
1539         * Nuclear Medicine Technologist
1540         */
1541        _251213, 
1542        /**
1543         * Sonographer
1544         */
1545        _251214, 
1546        /**
1547         * Occupational and Environmental Health Professionals not further defined
1548         */
1549        _251300, 
1550        /**
1551         * Environmental Health Officer
1552         */
1553        _251311, 
1554        /**
1555         * Occupational Health and Safety Adviser
1556         */
1557        _251312, 
1558        /**
1559         * Optometrists and Orthoptists not further defined
1560         */
1561        _251400, 
1562        /**
1563         * Optometrist
1564         */
1565        _251411, 
1566        /**
1567         * Orthoptist
1568         */
1569        _251412, 
1570        /**
1571         * Pharmacists not further defined
1572         */
1573        _251500, 
1574        /**
1575         * Hospital Pharmacist
1576         */
1577        _251511, 
1578        /**
1579         * Industrial Pharmacist
1580         */
1581        _251512, 
1582        /**
1583         * Retail Pharmacist
1584         */
1585        _251513, 
1586        /**
1587         * Other Health Diagnostic and Promotion Professionals not further defined
1588         */
1589        _251900, 
1590        /**
1591         * Health Promotion Officer
1592         */
1593        _251911, 
1594        /**
1595         * Orthotist or Prosthetist
1596         */
1597        _251912, 
1598        /**
1599         * Health Diagnostic and Promotion Professionals not elsewhere classified
1600         */
1601        _251999, 
1602        /**
1603         * Health Therapy Professionals not further defined
1604         */
1605        _252000, 
1606        /**
1607         * Chiropractors and Osteopaths not further defined
1608         */
1609        _252100, 
1610        /**
1611         * Chiropractor
1612         */
1613        _252111, 
1614        /**
1615         * Osteopath
1616         */
1617        _252112, 
1618        /**
1619         * Complementary Health Therapists not further defined
1620         */
1621        _252200, 
1622        /**
1623         * Acupuncturist
1624         */
1625        _252211, 
1626        /**
1627         * Homoeopath
1628         */
1629        _252212, 
1630        /**
1631         * Naturopath
1632         */
1633        _252213, 
1634        /**
1635         * Traditional Chinese Medicine Practitioner
1636         */
1637        _252214, 
1638        /**
1639         * Complementary Health Therapists not elsewhere classified
1640         */
1641        _252299, 
1642        /**
1643         * Dental Practitioners not further defined
1644         */
1645        _252300, 
1646        /**
1647         * Dental Specialist
1648         */
1649        _252311, 
1650        /**
1651         * Dentist
1652         */
1653        _252312, 
1654        /**
1655         * Occupational Therapist
1656         */
1657        _252411, 
1658        /**
1659         * Physiotherapist
1660         */
1661        _252511, 
1662        /**
1663         * Podiatrist
1664         */
1665        _252611, 
1666        /**
1667         * Speech Professionals and Audiologists not further defined
1668         */
1669        _252700, 
1670        /**
1671         * Audiologist
1672         */
1673        _252711, 
1674        /**
1675         * Speech Pathologist
1676         */
1677        _252712, 
1678        /**
1679         * Medical Practitioners not further defined
1680         */
1681        _253000, 
1682        /**
1683         * Generalist Medical Practitioners not further defined
1684         */
1685        _253100, 
1686        /**
1687         * General Medical Practitioner
1688         */
1689        _253111, 
1690        /**
1691         * Resident Medical Officer
1692         */
1693        _253112, 
1694        /**
1695         * Anaesthetist
1696         */
1697        _253211, 
1698        /**
1699         * Internal Medicine Specialists not further defined
1700         */
1701        _253300, 
1702        /**
1703         * Specialist Physician (General Medicine)
1704         */
1705        _253311, 
1706        /**
1707         * Cardiologist
1708         */
1709        _253312, 
1710        /**
1711         * Clinical Haematologist
1712         */
1713        _253313, 
1714        /**
1715         * Clinical Oncologist
1716         */
1717        _253314, 
1718        /**
1719         * Endocrinologist
1720         */
1721        _253315, 
1722        /**
1723         * Gastroenterologist
1724         */
1725        _253316, 
1726        /**
1727         * Intensive Care Specialist
1728         */
1729        _253317, 
1730        /**
1731         * Neurologist
1732         */
1733        _253318, 
1734        /**
1735         * Paediatrician
1736         */
1737        _253321, 
1738        /**
1739         * Renal Medicine Specialist
1740         */
1741        _253322, 
1742        /**
1743         * Rheumatologist
1744         */
1745        _253323, 
1746        /**
1747         * Thoracic Medicine Specialist
1748         */
1749        _253324, 
1750        /**
1751         * Internal Medicine Specialists not elsewhere classified
1752         */
1753        _253399, 
1754        /**
1755         * Psychiatrist
1756         */
1757        _253411, 
1758        /**
1759         * Surgeons not further defined
1760         */
1761        _253500, 
1762        /**
1763         * Surgeon (General)
1764         */
1765        _253511, 
1766        /**
1767         * Cardiothoracic Surgeon
1768         */
1769        _253512, 
1770        /**
1771         * Neurosurgeon
1772         */
1773        _253513, 
1774        /**
1775         * Orthopaedic Surgeon
1776         */
1777        _253514, 
1778        /**
1779         * Otorhinolaryngologist
1780         */
1781        _253515, 
1782        /**
1783         * Paediatric Surgeon
1784         */
1785        _253516, 
1786        /**
1787         * Plastic and Reconstructive Surgeon
1788         */
1789        _253517, 
1790        /**
1791         * Urologist
1792         */
1793        _253518, 
1794        /**
1795         * Vascular Surgeon
1796         */
1797        _253521, 
1798        /**
1799         * Other Medical Practitioners not further defined
1800         */
1801        _253900, 
1802        /**
1803         * Dermatologist
1804         */
1805        _253911, 
1806        /**
1807         * Emergency Medicine Specialist
1808         */
1809        _253912, 
1810        /**
1811         * Obstetrician and Gynaecologist
1812         */
1813        _253913, 
1814        /**
1815         * Ophthalmologist
1816         */
1817        _253914, 
1818        /**
1819         * Pathologist
1820         */
1821        _253915, 
1822        /**
1823         * Radiologist
1824         */
1825        _253916, 
1826        /**
1827         * Medical Practitioners not elsewhere classified
1828         */
1829        _253999, 
1830        /**
1831         * Midwifery and Nursing Professionals not further defined
1832         */
1833        _254000, 
1834        /**
1835         * Midwife
1836         */
1837        _254111, 
1838        /**
1839         * Nurse Educators and Researchers not further defined
1840         */
1841        _254200, 
1842        /**
1843         * Nurse Educator
1844         */
1845        _254211, 
1846        /**
1847         * Nurse Researcher
1848         */
1849        _254212, 
1850        /**
1851         * Nurse Manager
1852         */
1853        _254311, 
1854        /**
1855         * Registered Nurses not further defined
1856         */
1857        _254400, 
1858        /**
1859         * Nurse Practitioner
1860         */
1861        _254411, 
1862        /**
1863         * Registered Nurse (Aged Care)
1864         */
1865        _254412, 
1866        /**
1867         * Registered Nurse (Child and Family Health)
1868         */
1869        _254413, 
1870        /**
1871         * Registered Nurse (Community Health)
1872         */
1873        _254414, 
1874        /**
1875         * Registered Nurse (Critical Care and Emergency)
1876         */
1877        _254415, 
1878        /**
1879         * Registered Nurse (Developmental Disability)
1880         */
1881        _254416, 
1882        /**
1883         * Registered Nurse (Disability and Rehabilitation)
1884         */
1885        _254417, 
1886        /**
1887         * Registered Nurse (Medical)
1888         */
1889        _254418, 
1890        /**
1891         * Registered Nurse (Medical Practice)
1892         */
1893        _254421, 
1894        /**
1895         * Registered Nurse (Mental Health)
1896         */
1897        _254422, 
1898        /**
1899         * Registered Nurse (Perioperative)
1900         */
1901        _254423, 
1902        /**
1903         * Registered Nurse (Surgical)
1904         */
1905        _254424, 
1906        /**
1907         * Registered Nurses not elsewhere classified
1908         */
1909        _254499, 
1910        /**
1911         * ICT Professionals not further defined
1912         */
1913        _260000, 
1914        /**
1915         * Business and Systems Analysts, and Programmers not further defined
1916         */
1917        _261000, 
1918        /**
1919         * ICT Business and Systems Analysts not further defined
1920         */
1921        _261100, 
1922        /**
1923         * ICT Business Analyst
1924         */
1925        _261111, 
1926        /**
1927         * Systems Analyst
1928         */
1929        _261112, 
1930        /**
1931         * Multimedia Specialists and Web Developers not further defined
1932         */
1933        _261200, 
1934        /**
1935         * Multimedia Specialist
1936         */
1937        _261211, 
1938        /**
1939         * Web Developer
1940         */
1941        _261212, 
1942        /**
1943         * Software and Applications Programmers not further defined
1944         */
1945        _261300, 
1946        /**
1947         * Analyst Programmer
1948         */
1949        _261311, 
1950        /**
1951         * Developer Programmer
1952         */
1953        _261312, 
1954        /**
1955         * Software Engineer
1956         */
1957        _261313, 
1958        /**
1959         * Software and Applications Programmers not elsewhere classified
1960         */
1961        _261399, 
1962        /**
1963         * Database and Systems Administrators, and ICT Security Specialists not further defined
1964         */
1965        _262100, 
1966        /**
1967         * Database Administrator
1968         */
1969        _262111, 
1970        /**
1971         * ICT Security Specialist
1972         */
1973        _262112, 
1974        /**
1975         * Systems Administrator
1976         */
1977        _262113, 
1978        /**
1979         * ICT Network and Support Professionals not further defined
1980         */
1981        _263000, 
1982        /**
1983         * Computer Network Professionals not further defined
1984         */
1985        _263100, 
1986        /**
1987         * Computer Network and Systems Engineer
1988         */
1989        _263111, 
1990        /**
1991         * Network Administrator
1992         */
1993        _263112, 
1994        /**
1995         * Network Analyst
1996         */
1997        _263113, 
1998        /**
1999         * ICT Support and Test Engineers not further defined
2000         */
2001        _263200, 
2002        /**
2003         * ICT Quality Assurance Engineer
2004         */
2005        _263211, 
2006        /**
2007         * ICT Support Engineer
2008         */
2009        _263212, 
2010        /**
2011         * ICT Systems Test Engineer
2012         */
2013        _263213, 
2014        /**
2015         * ICT Support and Test Engineers not elsewhere classified
2016         */
2017        _263299, 
2018        /**
2019         * Telecommunications Engineering Professionals not further defined
2020         */
2021        _263300, 
2022        /**
2023         * Telecommunications Engineer
2024         */
2025        _263311, 
2026        /**
2027         * Telecommunications Network Engineer
2028         */
2029        _263312, 
2030        /**
2031         * Legal, Social and Welfare Professionals not further defined
2032         */
2033        _270000, 
2034        /**
2035         * Legal Professionals not further defined
2036         */
2037        _271000, 
2038        /**
2039         * Barrister
2040         */
2041        _271111, 
2042        /**
2043         * Judicial and Other Legal Professionals not further defined
2044         */
2045        _271200, 
2046        /**
2047         * Judge
2048         */
2049        _271211, 
2050        /**
2051         * Magistrate
2052         */
2053        _271212, 
2054        /**
2055         * Tribunal Member
2056         */
2057        _271213, 
2058        /**
2059         * Judicial and Other Legal Professionals not elsewhere classified
2060         */
2061        _271299, 
2062        /**
2063         * Solicitor
2064         */
2065        _271311, 
2066        /**
2067         * Social and Welfare Professionals not further defined
2068         */
2069        _272000, 
2070        /**
2071         * Counsellors not further defined
2072         */
2073        _272100, 
2074        /**
2075         * Careers Counsellor
2076         */
2077        _272111, 
2078        /**
2079         * Drug and Alcohol Counsellor
2080         */
2081        _272112, 
2082        /**
2083         * Family and Marriage Counsellor
2084         */
2085        _272113, 
2086        /**
2087         * Rehabilitation Counsellor
2088         */
2089        _272114, 
2090        /**
2091         * Student Counsellor
2092         */
2093        _272115, 
2094        /**
2095         * Counsellors not elsewhere classified
2096         */
2097        _272199, 
2098        /**
2099         * Minister of Religion
2100         */
2101        _272211, 
2102        /**
2103         * Psychologists not further defined
2104         */
2105        _272300, 
2106        /**
2107         * Clinical Psychologist
2108         */
2109        _272311, 
2110        /**
2111         * Educational Psychologist
2112         */
2113        _272312, 
2114        /**
2115         * Organizational Psychologist
2116         */
2117        _272313, 
2118        /**
2119         * Psychotherapist
2120         */
2121        _272314, 
2122        /**
2123         * Psychologists not elsewhere classified
2124         */
2125        _272399, 
2126        /**
2127         * Social Professionals not further defined
2128         */
2129        _272400, 
2130        /**
2131         * Historian
2132         */
2133        _272411, 
2134        /**
2135         * Interpreter
2136         */
2137        _272412, 
2138        /**
2139         * Translator
2140         */
2141        _272413, 
2142        /**
2143         * Social Professionals not elsewhere classified
2144         */
2145        _272499, 
2146        /**
2147         * Social Worker
2148         */
2149        _272511, 
2150        /**
2151         * Welfare, Recreation and Community Arts Workers not further defined
2152         */
2153        _272600, 
2154        /**
2155         * Community Arts Worker
2156         */
2157        _272611, 
2158        /**
2159         * Recreation Officer
2160         */
2161        _272612, 
2162        /**
2163         * Welfare Worker
2164         */
2165        _272613, 
2166        /**
2167         * Technicians and Trades Workers not further defined
2168         */
2169        _300000, 
2170        /**
2171         * Engineering, ICT and Science Technicians not further defined
2172         */
2173        _310000, 
2174        /**
2175         * Agricultural, Medical and Science Technicians not further defined
2176         */
2177        _311000, 
2178        /**
2179         * Agricultural Technician
2180         */
2181        _311111, 
2182        /**
2183         * Medical Technicians not further defined
2184         */
2185        _311200, 
2186        /**
2187         * Anaesthetic Technician
2188         */
2189        _311211, 
2190        /**
2191         * Cardiac Technician
2192         */
2193        _311212, 
2194        /**
2195         * Medical Laboratory Technician
2196         */
2197        _311213, 
2198        /**
2199         * Operating Theatre Technician
2200         */
2201        _311214, 
2202        /**
2203         * Pharmacy Technician
2204         */
2205        _311215, 
2206        /**
2207         * Medical Technicians not elsewhere classified
2208         */
2209        _311299, 
2210        /**
2211         * Primary Products Inspectors not further defined
2212         */
2213        _311300, 
2214        /**
2215         * Fisheries Officer
2216         */
2217        _311311, 
2218        /**
2219         * Meat Inspector
2220         */
2221        _311312, 
2222        /**
2223         * Quarantine Officer
2224         */
2225        _311313, 
2226        /**
2227         * Primary Products Inspectors not elsewhere classified
2228         */
2229        _311399, 
2230        /**
2231         * Science Technicians not further defined
2232         */
2233        _311400, 
2234        /**
2235         * Chemistry Technician
2236         */
2237        _311411, 
2238        /**
2239         * Earth Science Technician
2240         */
2241        _311412, 
2242        /**
2243         * Life Science Technician
2244         */
2245        _311413, 
2246        /**
2247         * School Laboratory Technician
2248         */
2249        _311414, 
2250        /**
2251         * Science Technicians not elsewhere classified
2252         */
2253        _311499, 
2254        /**
2255         * Building and Engineering Technicians not further defined
2256         */
2257        _312000, 
2258        /**
2259         * Architectural, Building and Surveying Technicians not further defined
2260         */
2261        _312100, 
2262        /**
2263         * Architectural Draftsperson
2264         */
2265        _312111, 
2266        /**
2267         * Building Associate
2268         */
2269        _312112, 
2270        /**
2271         * Building Inspector
2272         */
2273        _312113, 
2274        /**
2275         * Construction Estimator
2276         */
2277        _312114, 
2278        /**
2279         * Plumbing Inspector
2280         */
2281        _312115, 
2282        /**
2283         * Surveying or Cartographic Technician
2284         */
2285        _312116, 
2286        /**
2287         * Civil Engineering Draftspersons and Technicians not further defined
2288         */
2289        _312200, 
2290        /**
2291         * Civil Engineering Draftsperson
2292         */
2293        _312211, 
2294        /**
2295         * Civil Engineering Technician
2296         */
2297        _312212, 
2298        /**
2299         * Electrical Engineering Draftspersons and Technicians not further defined
2300         */
2301        _312300, 
2302        /**
2303         * Electrical Engineering Draftsperson
2304         */
2305        _312311, 
2306        /**
2307         * Electrical Engineering Technician
2308         */
2309        _312312, 
2310        /**
2311         * Electronic Engineering Draftspersons and Technicians not further defined
2312         */
2313        _312400, 
2314        /**
2315         * Electronic Engineering Draftsperson
2316         */
2317        _312411, 
2318        /**
2319         * Electronic Engineering Technician
2320         */
2321        _312412, 
2322        /**
2323         * Mechanical Engineering Draftspersons and Technicians not further defined
2324         */
2325        _312500, 
2326        /**
2327         * Mechanical Engineering Draftsperson
2328         */
2329        _312511, 
2330        /**
2331         * Mechanical Engineering Technician
2332         */
2333        _312512, 
2334        /**
2335         * Safety Inspector
2336         */
2337        _312611, 
2338        /**
2339         * Other Building and Engineering Technicians not further defined
2340         */
2341        _312900, 
2342        /**
2343         * Maintenance Planner
2344         */
2345        _312911, 
2346        /**
2347         * Metallurgical or Materials Technician
2348         */
2349        _312912, 
2350        /**
2351         * Mine Deputy
2352         */
2353        _312913, 
2354        /**
2355         * Building and Engineering Technicians not elsewhere classified
2356         */
2357        _312999, 
2358        /**
2359         * ICT and Telecommunications Technicians not further defined
2360         */
2361        _313000, 
2362        /**
2363         * ICT Support Technicians not further defined
2364         */
2365        _313100, 
2366        /**
2367         * Hardware Technician
2368         */
2369        _313111, 
2370        /**
2371         * ICT Customer Support Officer
2372         */
2373        _313112, 
2374        /**
2375         * Web Administrator
2376         */
2377        _313113, 
2378        /**
2379         * ICT Support Technicians not elsewhere classified
2380         */
2381        _313199, 
2382        /**
2383         * Telecommunications Technical Specialists not further defined
2384         */
2385        _313200, 
2386        /**
2387         * Radiocommunications Technician
2388         */
2389        _313211, 
2390        /**
2391         * Telecommunications Field Engineer
2392         */
2393        _313212, 
2394        /**
2395         * Telecommunications Network Planner
2396         */
2397        _313213, 
2398        /**
2399         * Telecommunications Technical Officer or Technologist
2400         */
2401        _313214, 
2402        /**
2403         * Automotive and Engineering Trades Workers not further defined
2404         */
2405        _320000, 
2406        /**
2407         * Automotive Electricians and Mechanics not further defined
2408         */
2409        _321000, 
2410        /**
2411         * Automotive Electrician
2412         */
2413        _321111, 
2414        /**
2415         * Motor Mechanics not further defined
2416         */
2417        _321200, 
2418        /**
2419         * Motor Mechanic (General)
2420         */
2421        _321211, 
2422        /**
2423         * Diesel Motor Mechanic
2424         */
2425        _321212, 
2426        /**
2427         * Motorcycle Mechanic
2428         */
2429        _321213, 
2430        /**
2431         * Small Engine Mechanic
2432         */
2433        _321214, 
2434        /**
2435         * Fabrication Engineering Trades Workers not further defined
2436         */
2437        _322000, 
2438        /**
2439         * Metal Casting, Forging and Finishing Trades Workers not further defined
2440         */
2441        _322100, 
2442        /**
2443         * Blacksmith
2444         */
2445        _322111, 
2446        /**
2447         * Electroplater
2448         */
2449        _322112, 
2450        /**
2451         * Farrier
2452         */
2453        _322113, 
2454        /**
2455         * Metal Casting Trades Worker
2456         */
2457        _322114, 
2458        /**
2459         * Metal Polisher
2460         */
2461        _322115, 
2462        /**
2463         * Sheetmetal Trades Worker
2464         */
2465        _322211, 
2466        /**
2467         * Structural Steel and Welding Trades Workers not further defined
2468         */
2469        _322300, 
2470        /**
2471         * Metal Fabricator
2472         */
2473        _322311, 
2474        /**
2475         * Pressure Welder
2476         */
2477        _322312, 
2478        /**
2479         * Welder (First Class)
2480         */
2481        _322313, 
2482        /**
2483         * Mechanical Engineering Trades Workers not further defined
2484         */
2485        _323000, 
2486        /**
2487         * Aircraft Maintenance Engineers not further defined
2488         */
2489        _323100, 
2490        /**
2491         * Aircraft Maintenance Engineer (Avionics)
2492         */
2493        _323111, 
2494        /**
2495         * Aircraft Maintenance Engineer (Mechanical)
2496         */
2497        _323112, 
2498        /**
2499         * Aircraft Maintenance Engineer (Structures)
2500         */
2501        _323113, 
2502        /**
2503         * Metal Fitters and Machinists not further defined
2504         */
2505        _323200, 
2506        /**
2507         * Fitter (General)
2508         */
2509        _323211, 
2510        /**
2511         * Fitter and Turner
2512         */
2513        _323212, 
2514        /**
2515         * Fitter-Welder
2516         */
2517        _323213, 
2518        /**
2519         * Metal Machinist (First Class)
2520         */
2521        _323214, 
2522        /**
2523         * Textile, Clothing and Footwear Mechanic
2524         */
2525        _323215, 
2526        /**
2527         * Metal Fitters and Machinists not elsewhere classified
2528         */
2529        _323299, 
2530        /**
2531         * Precision Metal Trades Workers not further defined
2532         */
2533        _323300, 
2534        /**
2535         * Engraver
2536         */
2537        _323311, 
2538        /**
2539         * Gunsmith
2540         */
2541        _323312, 
2542        /**
2543         * Locksmith
2544         */
2545        _323313, 
2546        /**
2547         * Precision Instrument Maker and Repairer
2548         */
2549        _323314, 
2550        /**
2551         * Saw Maker and Repairer
2552         */
2553        _323315, 
2554        /**
2555         * Watch and Clock Maker and Repairer
2556         */
2557        _323316, 
2558        /**
2559         * Toolmakers and Engineering Patternmakers not further defined
2560         */
2561        _323400, 
2562        /**
2563         * Engineering Patternmaker
2564         */
2565        _323411, 
2566        /**
2567         * Toolmaker
2568         */
2569        _323412, 
2570        /**
2571         * Panelbeaters, and Vehicle Body Builders, Trimmers and Painters not further defined
2572         */
2573        _324000, 
2574        /**
2575         * Panelbeater
2576         */
2577        _324111, 
2578        /**
2579         * Vehicle Body Builders and Trimmers not further defined
2580         */
2581        _324200, 
2582        /**
2583         * Vehicle Body Builder
2584         */
2585        _324211, 
2586        /**
2587         * Vehicle Trimmer
2588         */
2589        _324212, 
2590        /**
2591         * Vehicle Painter
2592         */
2593        _324311, 
2594        /**
2595         * Construction Trades Workers not further defined
2596         */
2597        _330000, 
2598        /**
2599         * Bricklayers, and Carpenters and Joiners not further defined
2600         */
2601        _331000, 
2602        /**
2603         * Bricklayers and Stonemasons not further defined
2604         */
2605        _331100, 
2606        /**
2607         * Bricklayer
2608         */
2609        _331111, 
2610        /**
2611         * Stonemason
2612         */
2613        _331112, 
2614        /**
2615         * Carpenter and Joiner
2616         */
2617        _331211, 
2618        /**
2619         * Carpenter
2620         */
2621        _331212, 
2622        /**
2623         * Joiner
2624         */
2625        _331213, 
2626        /**
2627         * Floor Finishers and Painting Trades Workers not further defined
2628         */
2629        _332000, 
2630        /**
2631         * Floor Finisher
2632         */
2633        _332111, 
2634        /**
2635         * Painting Trades Worker
2636         */
2637        _332211, 
2638        /**
2639         * Glaziers, Plasterers and Tilers not further defined
2640         */
2641        _333000, 
2642        /**
2643         * Glazier
2644         */
2645        _333111, 
2646        /**
2647         * Plasterers not further defined
2648         */
2649        _333200, 
2650        /**
2651         * Fibrous Plasterer
2652         */
2653        _333211, 
2654        /**
2655         * Solid Plasterer
2656         */
2657        _333212, 
2658        /**
2659         * Roof Tiler
2660         */
2661        _333311, 
2662        /**
2663         * Wall and Floor Tiler
2664         */
2665        _333411, 
2666        /**
2667         * Plumbers not further defined
2668         */
2669        _334100, 
2670        /**
2671         * Plumber (General)
2672         */
2673        _334111, 
2674        /**
2675         * Airconditioning and Mechanical Services Plumber
2676         */
2677        _334112, 
2678        /**
2679         * Drainer
2680         */
2681        _334113, 
2682        /**
2683         * Gasfitter
2684         */
2685        _334114, 
2686        /**
2687         * Roof Plumber
2688         */
2689        _334115, 
2690        /**
2691         * Electrotechnology and Telecommunications Trades Workers not further defined
2692         */
2693        _340000, 
2694        /**
2695         * Electricians not further defined
2696         */
2697        _341100, 
2698        /**
2699         * Electrician (General)
2700         */
2701        _341111, 
2702        /**
2703         * Electrician (Special Class)
2704         */
2705        _341112, 
2706        /**
2707         * Lift Mechanic
2708         */
2709        _341113, 
2710        /**
2711         * Electronics and Telecommunications Trades Workers not further defined
2712         */
2713        _342000, 
2714        /**
2715         * Airconditioning and Refrigeration Mechanic
2716         */
2717        _342111, 
2718        /**
2719         * Electrical Distribution Trades Workers not further defined
2720         */
2721        _342200, 
2722        /**
2723         * Electrical Linesworker
2724         */
2725        _342211, 
2726        /**
2727         * Technical Cable Jointer
2728         */
2729        _342212, 
2730        /**
2731         * Electronics Trades Workers not further defined
2732         */
2733        _342300, 
2734        /**
2735         * Business Machine Mechanic
2736         */
2737        _342311, 
2738        /**
2739         * Communications Operator
2740         */
2741        _342312, 
2742        /**
2743         * Electronic Equipment Trades Worker
2744         */
2745        _342313, 
2746        /**
2747         * Electronic Instrument Trades Worker (General)
2748         */
2749        _342314, 
2750        /**
2751         * Electronic Instrument Trades Worker (Special Class)
2752         */
2753        _342315, 
2754        /**
2755         * Telecommunications Trades Workers not further defined
2756         */
2757        _342400, 
2758        /**
2759         * Cabler (Data and Telecommunications)
2760         */
2761        _342411, 
2762        /**
2763         * Telecommunications Cable Jointer
2764         */
2765        _342412, 
2766        /**
2767         * Telecommunications Linesworker
2768         */
2769        _342413, 
2770        /**
2771         * Telecommunications Technician
2772         */
2773        _342414, 
2774        /**
2775         * Food Trades Workers not further defined
2776         */
2777        _351000, 
2778        /**
2779         * Bakers and Pastrycooks not further defined
2780         */
2781        _351100, 
2782        /**
2783         * Baker
2784         */
2785        _351111, 
2786        /**
2787         * Pastrycook
2788         */
2789        _351112, 
2790        /**
2791         * Butcher or Smallgoods Maker
2792         */
2793        _351211, 
2794        /**
2795         * Chef
2796         */
2797        _351311, 
2798        /**
2799         * Cook
2800         */
2801        _351411, 
2802        /**
2803         * Skilled Animal and Horticultural Workers not further defined
2804         */
2805        _360000, 
2806        /**
2807         * Animal Attendants and Trainers, and Shearers not further defined
2808         */
2809        _361000, 
2810        /**
2811         * Animal Attendants and Trainers not further defined
2812         */
2813        _361100, 
2814        /**
2815         * Dog Handler or Trainer
2816         */
2817        _361111, 
2818        /**
2819         * Horse Trainer
2820         */
2821        _361112, 
2822        /**
2823         * Pet Groomer
2824         */
2825        _361113, 
2826        /**
2827         * Zookeeper
2828         */
2829        _361114, 
2830        /**
2831         * Animal Attendants and Trainers not elsewhere classified
2832         */
2833        _361199, 
2834        /**
2835         * Shearer
2836         */
2837        _361211, 
2838        /**
2839         * Veterinary Nurse
2840         */
2841        _361311, 
2842        /**
2843         * Horticultural Trades Workers not further defined
2844         */
2845        _362000, 
2846        /**
2847         * Florist
2848         */
2849        _362111, 
2850        /**
2851         * Gardeners not further defined
2852         */
2853        _362200, 
2854        /**
2855         * Gardener (General)
2856         */
2857        _362211, 
2858        /**
2859         * Arborist
2860         */
2861        _362212, 
2862        /**
2863         * Landscape Gardener
2864         */
2865        _362213, 
2866        /**
2867         * Greenkeeper
2868         */
2869        _362311, 
2870        /**
2871         * Nurseryperson
2872         */
2873        _362411, 
2874        /**
2875         * Other Technicians and Trades Workers not further defined
2876         */
2877        _390000, 
2878        /**
2879         * Hairdresser
2880         */
2881        _391111, 
2882        /**
2883         * Printing Trades Workers not further defined
2884         */
2885        _392000, 
2886        /**
2887         * Binders, Finishers and Screen Printers not further defined
2888         */
2889        _392100, 
2890        /**
2891         * Binder and Finisher
2892         */
2893        _392111, 
2894        /**
2895         * Screen Printer
2896         */
2897        _392112, 
2898        /**
2899         * Graphic Pre-press Trades Worker
2900         */
2901        _392211, 
2902        /**
2903         * Printers not further defined
2904         */
2905        _392300, 
2906        /**
2907         * Printing Machinist
2908         */
2909        _392311, 
2910        /**
2911         * Small Offset Printer
2912         */
2913        _392312, 
2914        /**
2915         * Textile, Clothing and Footwear Trades Workers not further defined
2916         */
2917        _393000, 
2918        /**
2919         * Canvas and Leather Goods Makers not further defined
2920         */
2921        _393100, 
2922        /**
2923         * Canvas Goods Maker
2924         */
2925        _393111, 
2926        /**
2927         * Leather Goods Maker
2928         */
2929        _393112, 
2930        /**
2931         * Sail Maker
2932         */
2933        _393113, 
2934        /**
2935         * Shoemaker
2936         */
2937        _393114, 
2938        /**
2939         * Clothing Trades Workers not further defined
2940         */
2941        _393200, 
2942        /**
2943         * Apparel Cutter
2944         */
2945        _393211, 
2946        /**
2947         * Clothing Patternmaker
2948         */
2949        _393212, 
2950        /**
2951         * Dressmaker or Tailor
2952         */
2953        _393213, 
2954        /**
2955         * Clothing Trades Workers not elsewhere classified
2956         */
2957        _393299, 
2958        /**
2959         * Upholsterer
2960         */
2961        _393311, 
2962        /**
2963         * Wood Trades Workers not further defined
2964         */
2965        _394000, 
2966        /**
2967         * Cabinetmaker
2968         */
2969        _394111, 
2970        /**
2971         * Wood Machinists and Other Wood Trades Workers not further defined
2972         */
2973        _394200, 
2974        /**
2975         * Furniture Finisher
2976         */
2977        _394211, 
2978        /**
2979         * Picture Framer
2980         */
2981        _394212, 
2982        /**
2983         * Wood Machinist
2984         */
2985        _394213, 
2986        /**
2987         * Wood Turner
2988         */
2989        _394214, 
2990        /**
2991         * Wood Machinists and Other Wood Trades Workers not elsewhere classified
2992         */
2993        _394299, 
2994        /**
2995         * Miscellaneous Technicians and Trades Workers not further defined
2996         */
2997        _399000, 
2998        /**
2999         * Boat Builders and Shipwrights not further defined
3000         */
3001        _399100, 
3002        /**
3003         * Boat Builder and Repairer
3004         */
3005        _399111, 
3006        /**
3007         * Shipwright
3008         */
3009        _399112, 
3010        /**
3011         * Chemical, Gas, Petroleum and Power Generation Plant Operators not further defined
3012         */
3013        _399200, 
3014        /**
3015         * Chemical Plant Operator
3016         */
3017        _399211, 
3018        /**
3019         * Gas or Petroleum Operator
3020         */
3021        _399212, 
3022        /**
3023         * Power Generation Plant Operator
3024         */
3025        _399213, 
3026        /**
3027         * Gallery, Library and Museum Technicians not further defined
3028         */
3029        _399300, 
3030        /**
3031         * Gallery or Museum Technician
3032         */
3033        _399311, 
3034        /**
3035         * Library Technician
3036         */
3037        _399312, 
3038        /**
3039         * Jeweller
3040         */
3041        _399411, 
3042        /**
3043         * Performing Arts Technicians not further defined
3044         */
3045        _399500, 
3046        /**
3047         * Broadcast Transmitter Operator
3048         */
3049        _399511, 
3050        /**
3051         * Camera Operator (Film, Television or Video)
3052         */
3053        _399512, 
3054        /**
3055         * Light Technician
3056         */
3057        _399513, 
3058        /**
3059         * Make Up Artist
3060         */
3061        _399514, 
3062        /**
3063         * Musical Instrument Maker or Repairer
3064         */
3065        _399515, 
3066        /**
3067         * Sound Technician
3068         */
3069        _399516, 
3070        /**
3071         * Television Equipment Operator
3072         */
3073        _399517, 
3074        /**
3075         * Performing Arts Technicians not elsewhere classified
3076         */
3077        _399599, 
3078        /**
3079         * Signwriter
3080         */
3081        _399611, 
3082        /**
3083         * Other Miscellaneous Technicians and Trades Workers not further defined
3084         */
3085        _399900, 
3086        /**
3087         * Diver
3088         */
3089        _399911, 
3090        /**
3091         * Interior Decorator
3092         */
3093        _399912, 
3094        /**
3095         * Optical Dispenser
3096         */
3097        _399913, 
3098        /**
3099         * Optical Mechanic
3100         */
3101        _399914, 
3102        /**
3103         * Photographer's Assistant
3104         */
3105        _399915, 
3106        /**
3107         * Plastics Technician
3108         */
3109        _399916, 
3110        /**
3111         * Wool Classer
3112         */
3113        _399917, 
3114        /**
3115         * Technicians and Trades Workers not elsewhere classified
3116         */
3117        _399999, 
3118        /**
3119         * Community and Personal Service Workers not further defined
3120         */
3121        _400000, 
3122        /**
3123         * Health and Welfare Support Workers not further defined
3124         */
3125        _411000, 
3126        /**
3127         * Ambulance Officers and Paramedics not further defined
3128         */
3129        _411100, 
3130        /**
3131         * Ambulance Officer
3132         */
3133        _411111, 
3134        /**
3135         * Intensive Care Ambulance Paramedic
3136         */
3137        _411112, 
3138        /**
3139         * Dental Hygienists, Technicians and Therapists not further defined
3140         */
3141        _411200, 
3142        /**
3143         * Dental Hygienist
3144         */
3145        _411211, 
3146        /**
3147         * Dental Prosthetist
3148         */
3149        _411212, 
3150        /**
3151         * Dental Technician
3152         */
3153        _411213, 
3154        /**
3155         * Dental Therapist
3156         */
3157        _411214, 
3158        /**
3159         * Diversional Therapist
3160         */
3161        _411311, 
3162        /**
3163         * Enrolled and Mothercraft Nurses not further defined
3164         */
3165        _411400, 
3166        /**
3167         * Enrolled Nurse
3168         */
3169        _411411, 
3170        /**
3171         * Mothercraft Nurse
3172         */
3173        _411412, 
3174        /**
3175         * Aboriginal and Torres Strait Islander Health Worker
3176         */
3177        _411511, 
3178        /**
3179         * Massage Therapist
3180         */
3181        _411611, 
3182        /**
3183         * Welfare Support Workers not further defined
3184         */
3185        _411700, 
3186        /**
3187         * Community Worker
3188         */
3189        _411711, 
3190        /**
3191         * Disabilities Services Officer
3192         */
3193        _411712, 
3194        /**
3195         * Family Support Worker
3196         */
3197        _411713, 
3198        /**
3199         * Parole or Probation Officer
3200         */
3201        _411714, 
3202        /**
3203         * Residential Care Officer
3204         */
3205        _411715, 
3206        /**
3207         * Youth Worker
3208         */
3209        _411716, 
3210        /**
3211         * Carers and Aides not further defined
3212         */
3213        _420000, 
3214        /**
3215         * Child Carers not further defined
3216         */
3217        _421100, 
3218        /**
3219         * Child Care Worker
3220         */
3221        _421111, 
3222        /**
3223         * Family Day Care Worker
3224         */
3225        _421112, 
3226        /**
3227         * Nanny
3228         */
3229        _421113, 
3230        /**
3231         * Out of School Hours Care Worker
3232         */
3233        _421114, 
3234        /**
3235         * Education Aides not further defined
3236         */
3237        _422100, 
3238        /**
3239         * Aboriginal and Torres Strait Islander Education Worker
3240         */
3241        _422111, 
3242        /**
3243         * Integration Aide
3244         */
3245        _422112, 
3246        /**
3247         * Preschool Aide
3248         */
3249        _422115, 
3250        /**
3251         * Teachers' Aide
3252         */
3253        _422116, 
3254        /**
3255         * Personal Carers and Assistants not further defined
3256         */
3257        _423000, 
3258        /**
3259         * Aged or Disabled Carer
3260         */
3261        _423111, 
3262        /**
3263         * Dental Assistant
3264         */
3265        _423211, 
3266        /**
3267         * Nursing Support and Personal Care Workers not further defined
3268         */
3269        _423300, 
3270        /**
3271         * Hospital Orderly
3272         */
3273        _423311, 
3274        /**
3275         * Nursing Support Worker
3276         */
3277        _423312, 
3278        /**
3279         * Personal Care Assistant
3280         */
3281        _423313, 
3282        /**
3283         * Therapy Aide
3284         */
3285        _423314, 
3286        /**
3287         * Special Care Workers not further defined
3288         */
3289        _423400, 
3290        /**
3291         * Child or Youth Residential Care Assistant
3292         */
3293        _423411, 
3294        /**
3295         * Hostel Parent
3296         */
3297        _423412, 
3298        /**
3299         * Refuge Worker
3300         */
3301        _423413, 
3302        /**
3303         * Hospitality Workers not further defined
3304         */
3305        _431000, 
3306        /**
3307         * Bar Attendants and Baristas not further defined
3308         */
3309        _431100, 
3310        /**
3311         * Bar Attendant
3312         */
3313        _431111, 
3314        /**
3315         * Barista
3316         */
3317        _431112, 
3318        /**
3319         * Cafe Worker
3320         */
3321        _431211, 
3322        /**
3323         * Gaming Worker
3324         */
3325        _431311, 
3326        /**
3327         * Hotel Service Manager
3328         */
3329        _431411, 
3330        /**
3331         * Waiter
3332         */
3333        _431511, 
3334        /**
3335         * Other Hospitality Workers not further defined
3336         */
3337        _431900, 
3338        /**
3339         * Bar Useful or Busser
3340         */
3341        _431911, 
3342        /**
3343         * Doorperson or Luggage Porter
3344         */
3345        _431912, 
3346        /**
3347         * Hospitality Workers not elsewhere classified
3348         */
3349        _431999, 
3350        /**
3351         * Protective Service Workers not further defined
3352         */
3353        _440000, 
3354        /**
3355         * Defence Force Members, Fire Fighters and Police not further defined
3356         */
3357        _441000, 
3358        /**
3359         * Defence Force Member - Other Ranks
3360         */
3361        _441111, 
3362        /**
3363         * Fire and Emergency Workers not further defined
3364         */
3365        _441200, 
3366        /**
3367         * Emergency Service Worker
3368         */
3369        _441211, 
3370        /**
3371         * Fire Fighter
3372         */
3373        _441212, 
3374        /**
3375         * Police not further defined
3376         */
3377        _441300, 
3378        /**
3379         * Detective
3380         */
3381        _441311, 
3382        /**
3383         * Police Officer
3384         */
3385        _441312, 
3386        /**
3387         * Prison and Security Officers not further defined
3388         */
3389        _442000, 
3390        /**
3391         * Prison Officer
3392         */
3393        _442111, 
3394        /**
3395         * Security Officers and Guards not further defined
3396         */
3397        _442200, 
3398        /**
3399         * Alarm, Security or Surveillance Monitor
3400         */
3401        _442211, 
3402        /**
3403         * Armoured Car Escort
3404         */
3405        _442212, 
3406        /**
3407         * Crowd Controller
3408         */
3409        _442213, 
3410        /**
3411         * Private Investigator
3412         */
3413        _442214, 
3414        /**
3415         * Retail Loss Prevention Officer
3416         */
3417        _442215, 
3418        /**
3419         * Security Consultant
3420         */
3421        _442216, 
3422        /**
3423         * Security Officer
3424         */
3425        _442217, 
3426        /**
3427         * Security Officers and Guards not elsewhere classified
3428         */
3429        _442299, 
3430        /**
3431         * Sports and Personal Service Workers not further defined
3432         */
3433        _450000, 
3434        /**
3435         * Personal Service and Travel Workers not further defined
3436         */
3437        _451000, 
3438        /**
3439         * Beauty Therapist
3440         */
3441        _451111, 
3442        /**
3443         * Driving Instructor
3444         */
3445        _451211, 
3446        /**
3447         * Funeral Workers not further defined
3448         */
3449        _451300, 
3450        /**
3451         * Funeral Director
3452         */
3453        _451311, 
3454        /**
3455         * Funeral Workers not elsewhere classified
3456         */
3457        _451399, 
3458        /**
3459         * Gallery, Museum and Tour Guides not further defined
3460         */
3461        _451400, 
3462        /**
3463         * Gallery or Museum Guide
3464         */
3465        _451411, 
3466        /**
3467         * Tour Guide
3468         */
3469        _451412, 
3470        /**
3471         * Personal Care Consultants not further defined
3472         */
3473        _451500, 
3474        /**
3475         * Natural Remedy Consultant
3476         */
3477        _451511, 
3478        /**
3479         * Weight Loss Consultant
3480         */
3481        _451512, 
3482        /**
3483         * Tourism and Travel Advisers not further defined
3484         */
3485        _451600, 
3486        /**
3487         * Tourist Information Officer
3488         */
3489        _451611, 
3490        /**
3491         * Travel Consultant
3492         */
3493        _451612, 
3494        /**
3495         * Travel Attendants not further defined
3496         */
3497        _451700, 
3498        /**
3499         * Flight Attendant
3500         */
3501        _451711, 
3502        /**
3503         * Travel Attendants not elsewhere classified
3504         */
3505        _451799, 
3506        /**
3507         * Other Personal Service Workers not further defined
3508         */
3509        _451800, 
3510        /**
3511         * Civil Celebrant
3512         */
3513        _451811, 
3514        /**
3515         * Hair or Beauty Salon Assistant
3516         */
3517        _451812, 
3518        /**
3519         * Sex Worker or Escort
3520         */
3521        _451813, 
3522        /**
3523         * Personal Service Workers not elsewhere classified
3524         */
3525        _451899, 
3526        /**
3527         * Sports and Fitness Workers not further defined
3528         */
3529        _452000, 
3530        /**
3531         * Fitness Instructor
3532         */
3533        _452111, 
3534        /**
3535         * Outdoor Adventure Guides not further defined
3536         */
3537        _452200, 
3538        /**
3539         * Bungy Jump Master
3540         */
3541        _452211, 
3542        /**
3543         * Fishing Guide
3544         */
3545        _452212, 
3546        /**
3547         * Hunting Guide
3548         */
3549        _452213, 
3550        /**
3551         * Mountain or Glacier Guide
3552         */
3553        _452214, 
3554        /**
3555         * Outdoor Adventure Instructor
3556         */
3557        _452215, 
3558        /**
3559         * Trekking Guide
3560         */
3561        _452216, 
3562        /**
3563         * Whitewater Rafting Guide
3564         */
3565        _452217, 
3566        /**
3567         * Outdoor Adventure Guides not elsewhere classified
3568         */
3569        _452299, 
3570        /**
3571         * Sports Coaches, Instructors and Officials not further defined
3572         */
3573        _452300, 
3574        /**
3575         * Diving Instructor (Open Water)
3576         */
3577        _452311, 
3578        /**
3579         * Gymnastics Coach or Instructor
3580         */
3581        _452312, 
3582        /**
3583         * Horse Riding Coach or Instructor
3584         */
3585        _452313, 
3586        /**
3587         * Snowsport Instructor
3588         */
3589        _452314, 
3590        /**
3591         * Swimming Coach or Instructor
3592         */
3593        _452315, 
3594        /**
3595         * Tennis Coach
3596         */
3597        _452316, 
3598        /**
3599         * Other Sports Coach or Instructor
3600         */
3601        _452317, 
3602        /**
3603         * Dog or Horse Racing Official
3604         */
3605        _452318, 
3606        /**
3607         * Sports Development Officer
3608         */
3609        _452321, 
3610        /**
3611         * Sports Umpire
3612         */
3613        _452322, 
3614        /**
3615         * Other Sports Official
3616         */
3617        _452323, 
3618        /**
3619         * Sportspersons not further defined
3620         */
3621        _452400, 
3622        /**
3623         * Footballer
3624         */
3625        _452411, 
3626        /**
3627         * Golfer
3628         */
3629        _452412, 
3630        /**
3631         * Jockey
3632         */
3633        _452413, 
3634        /**
3635         * Lifeguard
3636         */
3637        _452414, 
3638        /**
3639         * Sportspersons not elsewhere classified
3640         */
3641        _452499, 
3642        /**
3643         * Clerical and Administrative Workers not further defined
3644         */
3645        _500000, 
3646        /**
3647         * Office Managers and Program Administrators not further defined
3648         */
3649        _510000, 
3650        /**
3651         * Contract, Program and Project Administrators not further defined
3652         */
3653        _511100, 
3654        /**
3655         * Contract Administrator
3656         */
3657        _511111, 
3658        /**
3659         * Program or Project Administrator
3660         */
3661        _511112, 
3662        /**
3663         * Office and Practice Managers not further defined
3664         */
3665        _512000, 
3666        /**
3667         * Office Manager
3668         */
3669        _512111, 
3670        /**
3671         * Practice Managers not further defined
3672         */
3673        _512200, 
3674        /**
3675         * Health Practice Manager
3676         */
3677        _512211, 
3678        /**
3679         * Practice Managers not elsewhere classified
3680         */
3681        _512299, 
3682        /**
3683         * Personal Assistants and Secretaries not further defined
3684         */
3685        _521000, 
3686        /**
3687         * Personal Assistant
3688         */
3689        _521111, 
3690        /**
3691         * Secretaries not further defined
3692         */
3693        _521200, 
3694        /**
3695         * Secretary (General)
3696         */
3697        _521211, 
3698        /**
3699         * Legal Secretary
3700         */
3701        _521212, 
3702        /**
3703         * General Clerical Workers not further defined
3704         */
3705        _530000, 
3706        /**
3707         * General Clerk
3708         */
3709        _531111, 
3710        /**
3711         * Keyboard Operators not further defined
3712         */
3713        _532100, 
3714        /**
3715         * Data Entry Operator
3716         */
3717        _532111, 
3718        /**
3719         * Machine Shorthand Reporter
3720         */
3721        _532112, 
3722        /**
3723         * Word Processing Operator
3724         */
3725        _532113, 
3726        /**
3727         * Inquiry Clerks and Receptionists not further defined
3728         */
3729        _540000, 
3730        /**
3731         * Call or Contact Centre Information Clerks not further defined
3732         */
3733        _541000, 
3734        /**
3735         * Call or Contact Centre Workers not further defined
3736         */
3737        _541100, 
3738        /**
3739         * Call or Contact Centre Team Leader
3740         */
3741        _541111, 
3742        /**
3743         * Call or Contact Centre Operator
3744         */
3745        _541112, 
3746        /**
3747         * Inquiry Clerk
3748         */
3749        _541211, 
3750        /**
3751         * Receptionists not further defined
3752         */
3753        _542100, 
3754        /**
3755         * Receptionist (General)
3756         */
3757        _542111, 
3758        /**
3759         * Admissions Clerk
3760         */
3761        _542112, 
3762        /**
3763         * Hotel or Motel Receptionist
3764         */
3765        _542113, 
3766        /**
3767         * Medical Receptionist
3768         */
3769        _542114, 
3770        /**
3771         * Numerical Clerks not further defined
3772         */
3773        _550000, 
3774        /**
3775         * Accounting Clerks and Bookkeepers not further defined
3776         */
3777        _551000, 
3778        /**
3779         * Accounting Clerks not further defined
3780         */
3781        _551100, 
3782        /**
3783         * Accounts Clerk
3784         */
3785        _551111, 
3786        /**
3787         * Cost Clerk
3788         */
3789        _551112, 
3790        /**
3791         * Bookkeeper
3792         */
3793        _551211, 
3794        /**
3795         * Payroll Clerk
3796         */
3797        _551311, 
3798        /**
3799         * Financial and Insurance Clerks not further defined
3800         */
3801        _552000, 
3802        /**
3803         * Bank Worker
3804         */
3805        _552111, 
3806        /**
3807         * Credit or Loans Officer
3808         */
3809        _552211, 
3810        /**
3811         * Insurance, Money Market and Statistical Clerks not further defined
3812         */
3813        _552300, 
3814        /**
3815         * Bookmaker
3816         */
3817        _552311, 
3818        /**
3819         * Insurance Consultant
3820         */
3821        _552312, 
3822        /**
3823         * Money Market Clerk
3824         */
3825        _552313, 
3826        /**
3827         * Statistical Clerk
3828         */
3829        _552314, 
3830        /**
3831         * Clerical and Office Support Workers not further defined
3832         */
3833        _561000, 
3834        /**
3835         * Betting Clerks not further defined
3836         */
3837        _561100, 
3838        /**
3839         * Betting Agency Counter Clerk
3840         */
3841        _561111, 
3842        /**
3843         * Bookmaker's Clerk
3844         */
3845        _561112, 
3846        /**
3847         * Telephone Betting Clerk
3848         */
3849        _561113, 
3850        /**
3851         * Betting Clerks not elsewhere classified
3852         */
3853        _561199, 
3854        /**
3855         * Couriers and Postal Deliverers not further defined
3856         */
3857        _561200, 
3858        /**
3859         * Courier
3860         */
3861        _561211, 
3862        /**
3863         * Postal Delivery Officer
3864         */
3865        _561212, 
3866        /**
3867         * Filing or Registry Clerk
3868         */
3869        _561311, 
3870        /**
3871         * Mail Sorters not further defined
3872         */
3873        _561400, 
3874        /**
3875         * Mail Clerk
3876         */
3877        _561411, 
3878        /**
3879         * Postal Sorting Officer
3880         */
3881        _561412, 
3882        /**
3883         * Survey Interviewer
3884         */
3885        _561511, 
3886        /**
3887         * Switchboard Operator
3888         */
3889        _561611, 
3890        /**
3891         * Other Clerical and Office Support Workers not further defined
3892         */
3893        _561900, 
3894        /**
3895         * Classified Advertising Clerk
3896         */
3897        _561911, 
3898        /**
3899         * Meter Reader
3900         */
3901        _561912, 
3902        /**
3903         * Parking Inspector
3904         */
3905        _561913, 
3906        /**
3907         * Clerical and Office Support Workers not elsewhere classified
3908         */
3909        _561999, 
3910        /**
3911         * Other Clerical and Administrative Workers not further defined
3912         */
3913        _590000, 
3914        /**
3915         * Logistics Clerks not further defined
3916         */
3917        _591000, 
3918        /**
3919         * Purchasing and Supply Logistics Clerks not further defined
3920         */
3921        _591100, 
3922        /**
3923         * Order Clerk
3924         */
3925        _591111, 
3926        /**
3927         * Production Clerk
3928         */
3929        _591112, 
3930        /**
3931         * Purchasing Officer
3932         */
3933        _591113, 
3934        /**
3935         * Sales Clerk
3936         */
3937        _591114, 
3938        /**
3939         * Stock Clerk
3940         */
3941        _591115, 
3942        /**
3943         * Warehouse Administrator
3944         */
3945        _591116, 
3946        /**
3947         * Transport and Despatch Clerks not further defined
3948         */
3949        _591200, 
3950        /**
3951         * Despatching and Receiving Clerk
3952         */
3953        _591211, 
3954        /**
3955         * Import-Export Clerk
3956         */
3957        _591212, 
3958        /**
3959         * Miscellaneous Clerical and Administrative Workers not further defined
3960         */
3961        _599000, 
3962        /**
3963         * Conveyancers and Legal Executives not further defined
3964         */
3965        _599100, 
3966        /**
3967         * Conveyancer
3968         */
3969        _599111, 
3970        /**
3971         * Legal Executive
3972         */
3973        _599112, 
3974        /**
3975         * Court and Legal Clerks not further defined
3976         */
3977        _599200, 
3978        /**
3979         * Clerk of Court
3980         */
3981        _599211, 
3982        /**
3983         * Court Bailiff or Sheriff
3984         */
3985        _599212, 
3986        /**
3987         * Court Orderly
3988         */
3989        _599213, 
3990        /**
3991         * Law Clerk
3992         */
3993        _599214, 
3994        /**
3995         * Trust Officer
3996         */
3997        _599215, 
3998        /**
3999         * Debt Collector
4000         */
4001        _599311, 
4002        /**
4003         * Human Resource Clerk
4004         */
4005        _599411, 
4006        /**
4007         * Inspectors and Regulatory Officers not further defined
4008         */
4009        _599500, 
4010        /**
4011         * Customs Officer
4012         */
4013        _599511, 
4014        /**
4015         * Immigration Officer
4016         */
4017        _599512, 
4018        /**
4019         * Motor Vehicle Licence Examiner
4020         */
4021        _599513, 
4022        /**
4023         * Noxious Weeds and Pest Inspector
4024         */
4025        _599514, 
4026        /**
4027         * Social Security Assessor
4028         */
4029        _599515, 
4030        /**
4031         * Taxation Inspector
4032         */
4033        _599516, 
4034        /**
4035         * Train Examiner
4036         */
4037        _599517, 
4038        /**
4039         * Transport Operations Inspector
4040         */
4041        _599518, 
4042        /**
4043         * Water Inspector
4044         */
4045        _599521, 
4046        /**
4047         * Inspectors and Regulatory Officers not elsewhere classified
4048         */
4049        _599599, 
4050        /**
4051         * Insurance Investigators, Loss Adjusters and Risk Surveyors not further defined
4052         */
4053        _599600, 
4054        /**
4055         * Insurance Investigator
4056         */
4057        _599611, 
4058        /**
4059         * Insurance Loss Adjuster
4060         */
4061        _599612, 
4062        /**
4063         * Insurance Risk Surveyor
4064         */
4065        _599613, 
4066        /**
4067         * Library Assistant
4068         */
4069        _599711, 
4070        /**
4071         * Other Miscellaneous Clerical and Administrative Workers not further defined
4072         */
4073        _599900, 
4074        /**
4075         * Coding Clerk
4076         */
4077        _599911, 
4078        /**
4079         * Production Assistant (Film, Television, Radio or Stage)
4080         */
4081        _599912, 
4082        /**
4083         * Proof Reader
4084         */
4085        _599913, 
4086        /**
4087         * Radio Despatcher
4088         */
4089        _599914, 
4090        /**
4091         * Clerical and Administrative Workers not elsewhere classified
4092         */
4093        _599999, 
4094        /**
4095         * Sales Workers not further defined
4096         */
4097        _600000, 
4098        /**
4099         * Sales Representatives and Agents not further defined
4100         */
4101        _610000, 
4102        /**
4103         * Insurance Agents and Sales Representatives not further defined
4104         */
4105        _611000, 
4106        /**
4107         * Auctioneers, and Stock and Station Agents not further defined
4108         */
4109        _611100, 
4110        /**
4111         * Auctioneer
4112         */
4113        _611111, 
4114        /**
4115         * Stock and Station Agent
4116         */
4117        _611112, 
4118        /**
4119         * Insurance Agent
4120         */
4121        _611211, 
4122        /**
4123         * Sales Representatives not further defined
4124         */
4125        _611300, 
4126        /**
4127         * Sales Representative (Building and Plumbing Supplies)
4128         */
4129        _611311, 
4130        /**
4131         * Sales Representative (Business Services)
4132         */
4133        _611312, 
4134        /**
4135         * Sales Representative (Motor Vehicle Parts and Accessories)
4136         */
4137        _611313, 
4138        /**
4139         * Sales Representative (Personal and Household Goods)
4140         */
4141        _611314, 
4142        /**
4143         * Sales Representatives not elsewhere classified
4144         */
4145        _611399, 
4146        /**
4147         * Real Estate Sales Agents not further defined
4148         */
4149        _612100, 
4150        /**
4151         * Business Broker
4152         */
4153        _612111, 
4154        /**
4155         * Property Manager
4156         */
4157        _612112, 
4158        /**
4159         * Real Estate Agency Principal
4160         */
4161        _612113, 
4162        /**
4163         * Real Estate Agent
4164         */
4165        _612114, 
4166        /**
4167         * Real Estate Representative
4168         */
4169        _612115, 
4170        /**
4171         * Sales Assistants and Salespersons not further defined
4172         */
4173        _621000, 
4174        /**
4175         * Sales Assistant (General)
4176         */
4177        _621111, 
4178        /**
4179         * ICT Sales Assistant
4180         */
4181        _621211, 
4182        /**
4183         * Motor Vehicle and Vehicle Parts Salespersons not further defined
4184         */
4185        _621300, 
4186        /**
4187         * Motor Vehicle or Caravan Salesperson
4188         */
4189        _621311, 
4190        /**
4191         * Motor Vehicle Parts Interpreter
4192         */
4193        _621312, 
4194        /**
4195         * Pharmacy Sales Assistant
4196         */
4197        _621411, 
4198        /**
4199         * Retail Supervisor
4200         */
4201        _621511, 
4202        /**
4203         * Service Station Attendant
4204         */
4205        _621611, 
4206        /**
4207         * Street Vendors and Related Salespersons not further defined
4208         */
4209        _621700, 
4210        /**
4211         * Cash Van Salesperson
4212         */
4213        _621711, 
4214        /**
4215         * Door-to-door Salesperson
4216         */
4217        _621712, 
4218        /**
4219         * Street Vendor
4220         */
4221        _621713, 
4222        /**
4223         * Other Sales Assistants and Salespersons not further defined
4224         */
4225        _621900, 
4226        /**
4227         * Materials Recycler
4228         */
4229        _621911, 
4230        /**
4231         * Rental Salesperson
4232         */
4233        _621912, 
4234        /**
4235         * Sales Assistants and Salespersons not elsewhere classified
4236         */
4237        _621999, 
4238        /**
4239         * Sales Support Workers not further defined
4240         */
4241        _630000, 
4242        /**
4243         * Checkout Operators and Office Cashiers not further defined
4244         */
4245        _631100, 
4246        /**
4247         * Checkout Operator
4248         */
4249        _631111, 
4250        /**
4251         * Office Cashier
4252         */
4253        _631112, 
4254        /**
4255         * Miscellaneous Sales Support Workers not further defined
4256         */
4257        _639000, 
4258        /**
4259         * Models and Sales Demonstrators not further defined
4260         */
4261        _639100, 
4262        /**
4263         * Model
4264         */
4265        _639111, 
4266        /**
4267         * Sales Demonstrator
4268         */
4269        _639112, 
4270        /**
4271         * Retail and Wool Buyers not further defined
4272         */
4273        _639200, 
4274        /**
4275         * Retail Buyer
4276         */
4277        _639211, 
4278        /**
4279         * Wool Buyer
4280         */
4281        _639212, 
4282        /**
4283         * Telemarketer
4284         */
4285        _639311, 
4286        /**
4287         * Ticket Salespersons not further defined
4288         */
4289        _639400, 
4290        /**
4291         * Ticket Seller
4292         */
4293        _639411, 
4294        /**
4295         * Transport Conductor
4296         */
4297        _639412, 
4298        /**
4299         * Visual Merchandiser
4300         */
4301        _639511, 
4302        /**
4303         * Other Sales Support Worker
4304         */
4305        _639911, 
4306        /**
4307         * Machinery Operators and Drivers not further defined
4308         */
4309        _700000, 
4310        /**
4311         * Machine and Stationary Plant Operators not further defined
4312         */
4313        _710000, 
4314        /**
4315         * Machine Operators not further defined
4316         */
4317        _711000, 
4318        /**
4319         * Clay, Concrete, Glass and Stone Processing Machine Operators not further defined
4320         */
4321        _711100, 
4322        /**
4323         * Clay Products Machine Operator
4324         */
4325        _711111, 
4326        /**
4327         * Concrete Products Machine Operator
4328         */
4329        _711112, 
4330        /**
4331         * Glass Production Machine Operator
4332         */
4333        _711113, 
4334        /**
4335         * Stone Processing Machine Operator
4336         */
4337        _711114, 
4338        /**
4339         * Clay, Concrete, Glass and Stone Processing Machine Operators not elsewhere classified
4340         */
4341        _711199, 
4342        /**
4343         * Industrial Spraypainter
4344         */
4345        _711211, 
4346        /**
4347         * Paper and Wood Processing Machine Operators not further defined
4348         */
4349        _711300, 
4350        /**
4351         * Paper Products Machine Operator
4352         */
4353        _711311, 
4354        /**
4355         * Wood Processing Machine Operator
4356         */
4357        _711312, 
4358        /**
4359         * Photographic Developer and Printer
4360         */
4361        _711411, 
4362        /**
4363         * Plastics and Rubber Production Machine Operators not further defined
4364         */
4365        _711500, 
4366        /**
4367         * Plastic Cablemaking Machine Operator
4368         */
4369        _711511, 
4370        /**
4371         * Plastic Compounding and Reclamation Machine Operator
4372         */
4373        _711512, 
4374        /**
4375         * Plastics Fabricator or Welder
4376         */
4377        _711513, 
4378        /**
4379         * Plastics Production Machine Operator (General)
4380         */
4381        _711514, 
4382        /**
4383         * Reinforced Plastic and Composite Production Worker
4384         */
4385        _711515, 
4386        /**
4387         * Rubber Production Machine Operator
4388         */
4389        _711516, 
4390        /**
4391         * Plastics and Rubber Production Machine Operators not elsewhere classified
4392         */
4393        _711599, 
4394        /**
4395         * Sewing Machinist
4396         */
4397        _711611, 
4398        /**
4399         * Textile and Footwear Production Machine Operators not further defined
4400         */
4401        _711700, 
4402        /**
4403         * Footwear Production Machine Operator
4404         */
4405        _711711, 
4406        /**
4407         * Hide and Skin Processing Machine Operator
4408         */
4409        _711712, 
4410        /**
4411         * Knitting Machine Operator
4412         */
4413        _711713, 
4414        /**
4415         * Textile Dyeing and Finishing Machine Operator
4416         */
4417        _711714, 
4418        /**
4419         * Weaving Machine Operator
4420         */
4421        _711715, 
4422        /**
4423         * Yarn Carding and Spinning Machine Operator
4424         */
4425        _711716, 
4426        /**
4427         * Textile and Footwear Production Machine Operators not elsewhere classified
4428         */
4429        _711799, 
4430        /**
4431         * Other Machine Operators not further defined
4432         */
4433        _711900, 
4434        /**
4435         * Chemical Production Machine Operator
4436         */
4437        _711911, 
4438        /**
4439         * Motion Picture Projectionist
4440         */
4441        _711912, 
4442        /**
4443         * Sand Blaster
4444         */
4445        _711913, 
4446        /**
4447         * Sterilisation Technician
4448         */
4449        _711914, 
4450        /**
4451         * Machine Operators not elsewhere classified
4452         */
4453        _711999, 
4454        /**
4455         * Stationary Plant Operators not further defined
4456         */
4457        _712000, 
4458        /**
4459         * Crane, Hoist or Lift Operator
4460         */
4461        _712111, 
4462        /**
4463         * Drillers, Miners and Shot Firers not further defined
4464         */
4465        _712200, 
4466        /**
4467         * Driller
4468         */
4469        _712211, 
4470        /**
4471         * Miner
4472         */
4473        _712212, 
4474        /**
4475         * Shot Firer
4476         */
4477        _712213, 
4478        /**
4479         * Engineering Production Systems Worker
4480         */
4481        _712311, 
4482        /**
4483         * Other Stationary Plant Operators not further defined
4484         */
4485        _712900, 
4486        /**
4487         * Boiler or Engine Operator
4488         */
4489        _712911, 
4490        /**
4491         * Bulk Materials Handling Plant Operator
4492         */
4493        _712912, 
4494        /**
4495         * Cement Production Plant Operator
4496         */
4497        _712913, 
4498        /**
4499         * Concrete Batching Plant Operator
4500         */
4501        _712914, 
4502        /**
4503         * Concrete Pump Operator
4504         */
4505        _712915, 
4506        /**
4507         * Paper and Pulp Mill Operator
4508         */
4509        _712916, 
4510        /**
4511         * Railway Signal Operator
4512         */
4513        _712917, 
4514        /**
4515         * Train Controller
4516         */
4517        _712918, 
4518        /**
4519         * Waste Water or Water Plant Operator
4520         */
4521        _712921, 
4522        /**
4523         * Weighbridge Operator
4524         */
4525        _712922, 
4526        /**
4527         * Stationary Plant Operators not elsewhere classified
4528         */
4529        _712999, 
4530        /**
4531         * Mobile Plant Operators not further defined
4532         */
4533        _721000, 
4534        /**
4535         * Agricultural, Forestry and Horticultural Plant Operators not further defined
4536         */
4537        _721100, 
4538        /**
4539         * Agricultural and Horticultural Mobile Plant Operator
4540         */
4541        _721111, 
4542        /**
4543         * Logging Plant Operator
4544         */
4545        _721112, 
4546        /**
4547         * Earthmoving Plant Operators not further defined
4548         */
4549        _721200, 
4550        /**
4551         * Earthmoving Plant Operator (General)
4552         */
4553        _721211, 
4554        /**
4555         * Backhoe Operator
4556         */
4557        _721212, 
4558        /**
4559         * Bulldozer Operator
4560         */
4561        _721213, 
4562        /**
4563         * Excavator Operator
4564         */
4565        _721214, 
4566        /**
4567         * Grader Operator
4568         */
4569        _721215, 
4570        /**
4571         * Loader Operator
4572         */
4573        _721216, 
4574        /**
4575         * Forklift Driver
4576         */
4577        _721311, 
4578        /**
4579         * Other Mobile Plant Operators not further defined
4580         */
4581        _721900, 
4582        /**
4583         * Aircraft Baggage Handler and Airline Ground Crew
4584         */
4585        _721911, 
4586        /**
4587         * Linemarker
4588         */
4589        _721912, 
4590        /**
4591         * Paving Plant Operator
4592         */
4593        _721913, 
4594        /**
4595         * Railway Track Plant Operator
4596         */
4597        _721914, 
4598        /**
4599         * Road Roller Operator
4600         */
4601        _721915, 
4602        /**
4603         * Streetsweeper Operator
4604         */
4605        _721916, 
4606        /**
4607         * Mobile Plant Operators not elsewhere classified
4608         */
4609        _721999, 
4610        /**
4611         * Road and Rail Drivers not further defined
4612         */
4613        _730000, 
4614        /**
4615         * Automobile, Bus and Rail Drivers not further defined
4616         */
4617        _731000, 
4618        /**
4619         * Automobile Drivers not further defined
4620         */
4621        _731100, 
4622        /**
4623         * Chauffeur
4624         */
4625        _731111, 
4626        /**
4627         * Taxi Driver
4628         */
4629        _731112, 
4630        /**
4631         * Automobile Drivers not elsewhere classified
4632         */
4633        _731199, 
4634        /**
4635         * Bus and Coach Drivers not further defined
4636         */
4637        _731200, 
4638        /**
4639         * Bus Driver
4640         */
4641        _731211, 
4642        /**
4643         * Charter and Tour Bus Driver
4644         */
4645        _731212, 
4646        /**
4647         * Passenger Coach Driver
4648         */
4649        _731213, 
4650        /**
4651         * Train and Tram Drivers not further defined
4652         */
4653        _731300, 
4654        /**
4655         * Train Driver
4656         */
4657        _731311, 
4658        /**
4659         * Tram Driver
4660         */
4661        _731312, 
4662        /**
4663         * Delivery Driver
4664         */
4665        _732111, 
4666        /**
4667         * Truck Drivers not further defined
4668         */
4669        _733100, 
4670        /**
4671         * Truck Driver (General)
4672         */
4673        _733111, 
4674        /**
4675         * Aircraft Refueller
4676         */
4677        _733112, 
4678        /**
4679         * Furniture Removalist
4680         */
4681        _733113, 
4682        /**
4683         * Tanker Driver
4684         */
4685        _733114, 
4686        /**
4687         * Tow Truck Driver
4688         */
4689        _733115, 
4690        /**
4691         * Storeperson
4692         */
4693        _741111, 
4694        /**
4695         * Labourers not further defined
4696         */
4697        _800000, 
4698        /**
4699         * Cleaners and Laundry Workers not further defined
4700         */
4701        _811000, 
4702        /**
4703         * Car Detailer
4704         */
4705        _811111, 
4706        /**
4707         * Commercial Cleaner
4708         */
4709        _811211, 
4710        /**
4711         * Domestic Cleaner
4712         */
4713        _811311, 
4714        /**
4715         * Housekeepers not further defined
4716         */
4717        _811400, 
4718        /**
4719         * Commercial Housekeeper
4720         */
4721        _811411, 
4722        /**
4723         * Domestic Housekeeper
4724         */
4725        _811412, 
4726        /**
4727         * Laundry Workers not further defined
4728         */
4729        _811500, 
4730        /**
4731         * Laundry Worker (General)
4732         */
4733        _811511, 
4734        /**
4735         * Drycleaner
4736         */
4737        _811512, 
4738        /**
4739         * Ironer or Presser
4740         */
4741        _811513, 
4742        /**
4743         * Other Cleaners not further defined
4744         */
4745        _811600, 
4746        /**
4747         * Carpet Cleaner
4748         */
4749        _811611, 
4750        /**
4751         * Window Cleaner
4752         */
4753        _811612, 
4754        /**
4755         * Cleaners not elsewhere classified
4756         */
4757        _811699, 
4758        /**
4759         * Construction and Mining Labourers not further defined
4760         */
4761        _821000, 
4762        /**
4763         * Building and Plumbing Labourers not further defined
4764         */
4765        _821100, 
4766        /**
4767         * Builder's Labourer
4768         */
4769        _821111, 
4770        /**
4771         * Drainage, Sewerage and Stormwater Labourer
4772         */
4773        _821112, 
4774        /**
4775         * Earthmoving Labourer
4776         */
4777        _821113, 
4778        /**
4779         * Plumber's Assistant
4780         */
4781        _821114, 
4782        /**
4783         * Concreter
4784         */
4785        _821211, 
4786        /**
4787         * Fencer
4788         */
4789        _821311, 
4790        /**
4791         * Insulation and Home Improvement Installers not further defined
4792         */
4793        _821400, 
4794        /**
4795         * Building Insulation Installer
4796         */
4797        _821411, 
4798        /**
4799         * Home Improvement Installer
4800         */
4801        _821412, 
4802        /**
4803         * Paving and Surfacing Labourer
4804         */
4805        _821511, 
4806        /**
4807         * Railway Track Worker
4808         */
4809        _821611, 
4810        /**
4811         * Structural Steel Construction Workers not further defined
4812         */
4813        _821700, 
4814        /**
4815         * Construction Rigger
4816         */
4817        _821711, 
4818        /**
4819         * Scaffolder
4820         */
4821        _821712, 
4822        /**
4823         * Steel Fixer
4824         */
4825        _821713, 
4826        /**
4827         * Structural Steel Erector
4828         */
4829        _821714, 
4830        /**
4831         * Other Construction and Mining Labourers not further defined
4832         */
4833        _821900, 
4834        /**
4835         * Crane Chaser
4836         */
4837        _821911, 
4838        /**
4839         * Driller's Assistant
4840         */
4841        _821912, 
4842        /**
4843         * Lagger
4844         */
4845        _821913, 
4846        /**
4847         * Mining Support Worker
4848         */
4849        _821914, 
4850        /**
4851         * Surveyor's Assistant
4852         */
4853        _821915, 
4854        /**
4855         * Factory Process Workers not further defined
4856         */
4857        _830000, 
4858        /**
4859         * Food Process Workers not further defined
4860         */
4861        _831000, 
4862        /**
4863         * Food and Drink Factory Workers not further defined
4864         */
4865        _831100, 
4866        /**
4867         * Baking Factory Worker
4868         */
4869        _831111, 
4870        /**
4871         * Brewery Worker
4872         */
4873        _831112, 
4874        /**
4875         * Confectionery Maker
4876         */
4877        _831113, 
4878        /**
4879         * Dairy Products Maker
4880         */
4881        _831114, 
4882        /**
4883         * Fruit and Vegetable Factory Worker
4884         */
4885        _831115, 
4886        /**
4887         * Grain Mill Worker
4888         */
4889        _831116, 
4890        /**
4891         * Sugar Mill Worker
4892         */
4893        _831117, 
4894        /**
4895         * Winery Cellar Hand
4896         */
4897        _831118, 
4898        /**
4899         * Food and Drink Factory Workers not elsewhere classified
4900         */
4901        _831199, 
4902        /**
4903         * Meat Boners and Slicers, and Slaughterers not further defined
4904         */
4905        _831200, 
4906        /**
4907         * Meat Boner and Slicer
4908         */
4909        _831211, 
4910        /**
4911         * Slaughterer
4912         */
4913        _831212, 
4914        /**
4915         * Meat, Poultry and Seafood Process Workers not further defined
4916         */
4917        _831300, 
4918        /**
4919         * Meat Process Worker
4920         */
4921        _831311, 
4922        /**
4923         * Poultry Process Worker
4924         */
4925        _831312, 
4926        /**
4927         * Seafood Process Worker
4928         */
4929        _831313, 
4930        /**
4931         * Packers and Product Assemblers not further defined
4932         */
4933        _832000, 
4934        /**
4935         * Packers not further defined
4936         */
4937        _832100, 
4938        /**
4939         * Chocolate Packer
4940         */
4941        _832111, 
4942        /**
4943         * Container Filler
4944         */
4945        _832112, 
4946        /**
4947         * Fruit and Vegetable Packer
4948         */
4949        _832113, 
4950        /**
4951         * Meat Packer
4952         */
4953        _832114, 
4954        /**
4955         * Seafood Packer
4956         */
4957        _832115, 
4958        /**
4959         * Packers not elsewhere classified
4960         */
4961        _832199, 
4962        /**
4963         * Product Assembler
4964         */
4965        _832211, 
4966        /**
4967         * Miscellaneous Factory Process Workers not further defined
4968         */
4969        _839000, 
4970        /**
4971         * Metal Engineering Process Worker
4972         */
4973        _839111, 
4974        /**
4975         * Plastics and Rubber Factory Workers not further defined
4976         */
4977        _839200, 
4978        /**
4979         * Plastics Factory Worker
4980         */
4981        _839211, 
4982        /**
4983         * Rubber Factory Worker
4984         */
4985        _839212, 
4986        /**
4987         * Product Quality Controllers not further defined
4988         */
4989        _839300, 
4990        /**
4991         * Product Examiner
4992         */
4993        _839311, 
4994        /**
4995         * Product Grader
4996         */
4997        _839312, 
4998        /**
4999         * Product Tester
5000         */
5001        _839313, 
5002        /**
5003         * Timber and Wood Process Workers not further defined
5004         */
5005        _839400, 
5006        /**
5007         * Paper and Pulp Mill Worker
5008         */
5009        _839411, 
5010        /**
5011         * Sawmill or Timber Yard Worker
5012         */
5013        _839412, 
5014        /**
5015         * Wood and Wood Products Factory Worker
5016         */
5017        _839413, 
5018        /**
5019         * Other Factory Process Workers not further defined
5020         */
5021        _839900, 
5022        /**
5023         * Cement and Concrete Plant Worker
5024         */
5025        _839911, 
5026        /**
5027         * Chemical Plant Worker
5028         */
5029        _839912, 
5030        /**
5031         * Clay Processing Factory Worker
5032         */
5033        _839913, 
5034        /**
5035         * Fabric and Textile Factory Worker
5036         */
5037        _839914, 
5038        /**
5039         * Footwear Factory Worker
5040         */
5041        _839915, 
5042        /**
5043         * Glass Processing Worker
5044         */
5045        _839916, 
5046        /**
5047         * Hide and Skin Processing Worker
5048         */
5049        _839917, 
5050        /**
5051         * Factory Process Workers not elsewhere classified
5052         */
5053        _839999, 
5054        /**
5055         * Farm, Forestry and Garden Workers not further defined
5056         */
5057        _841000, 
5058        /**
5059         * Aquaculture Worker
5060         */
5061        _841111, 
5062        /**
5063         * Crop Farm Workers not further defined
5064         */
5065        _841200, 
5066        /**
5067         * Fruit or Nut Farm Worker
5068         */
5069        _841211, 
5070        /**
5071         * Fruit or Nut Picker
5072         */
5073        _841212, 
5074        /**
5075         * Grain, Oilseed or Pasture Farm Worker
5076         */
5077        _841213, 
5078        /**
5079         * Vegetable Farm Worker
5080         */
5081        _841214, 
5082        /**
5083         * Vegetable Picker
5084         */
5085        _841215, 
5086        /**
5087         * Vineyard Worker
5088         */
5089        _841216, 
5090        /**
5091         * Crop Farm Workers not elsewhere classified
5092         */
5093        _841299, 
5094        /**
5095         * Forestry and Logging Workers not further defined
5096         */
5097        _841300, 
5098        /**
5099         * Forestry Worker
5100         */
5101        _841311, 
5102        /**
5103         * Logging Assistant
5104         */
5105        _841312, 
5106        /**
5107         * Tree Faller
5108         */
5109        _841313, 
5110        /**
5111         * Garden and Nursery Labourers not further defined
5112         */
5113        _841400, 
5114        /**
5115         * Garden Labourer
5116         */
5117        _841411, 
5118        /**
5119         * Horticultural Nursery Assistant
5120         */
5121        _841412, 
5122        /**
5123         * Livestock Farm Workers not further defined
5124         */
5125        _841500, 
5126        /**
5127         * Beef Cattle Farm Worker
5128         */
5129        _841511, 
5130        /**
5131         * Dairy Cattle Farm Worker
5132         */
5133        _841512, 
5134        /**
5135         * Mixed Livestock Farm Worker
5136         */
5137        _841513, 
5138        /**
5139         * Poultry Farm Worker
5140         */
5141        _841514, 
5142        /**
5143         * Sheep Farm Worker
5144         */
5145        _841515, 
5146        /**
5147         * Stablehand
5148         */
5149        _841516, 
5150        /**
5151         * Wool Handler
5152         */
5153        _841517, 
5154        /**
5155         * Livestock Farm Workers not elsewhere classified
5156         */
5157        _841599, 
5158        /**
5159         * Mixed Crop and Livestock Farm Worker
5160         */
5161        _841611, 
5162        /**
5163         * Other Farm, Forestry and Garden Workers not further defined
5164         */
5165        _841900, 
5166        /**
5167         * Hunter-Trapper
5168         */
5169        _841911, 
5170        /**
5171         * Pest or Weed Controller
5172         */
5173        _841912, 
5174        /**
5175         * Farm, Forestry and Garden Workers not elsewhere classified
5176         */
5177        _841999, 
5178        /**
5179         * Food Preparation Assistants not further defined
5180         */
5181        _851000, 
5182        /**
5183         * Fast Food Cook
5184         */
5185        _851111, 
5186        /**
5187         * Food Trades Assistants not further defined
5188         */
5189        _851200, 
5190        /**
5191         * Pastrycook's Assistant
5192         */
5193        _851211, 
5194        /**
5195         * Food Trades Assistants not elsewhere classified
5196         */
5197        _851299, 
5198        /**
5199         * Kitchenhand
5200         */
5201        _851311, 
5202        /**
5203         * Other Labourers not further defined
5204         */
5205        _890000, 
5206        /**
5207         * Freight Handlers and Shelf Fillers not further defined
5208         */
5209        _891000, 
5210        /**
5211         * Freight and Furniture Handlers not further defined
5212         */
5213        _891100, 
5214        /**
5215         * Freight Handler (Rail or Road)
5216         */
5217        _891111, 
5218        /**
5219         * Truck Driver's Offsider
5220         */
5221        _891112, 
5222        /**
5223         * Waterside Worker
5224         */
5225        _891113, 
5226        /**
5227         * Shelf Filler
5228         */
5229        _891211, 
5230        /**
5231         * Miscellaneous Labourers not further defined
5232         */
5233        _899000, 
5234        /**
5235         * Caretaker
5236         */
5237        _899111, 
5238        /**
5239         * Deck and Fishing Hands not further defined
5240         */
5241        _899200, 
5242        /**
5243         * Deck Hand
5244         */
5245        _899211, 
5246        /**
5247         * Fishing Hand
5248         */
5249        _899212, 
5250        /**
5251         * Handyperson
5252         */
5253        _899311, 
5254        /**
5255         * Motor Vehicle Parts and Accessories Fitters not further defined
5256         */
5257        _899400, 
5258        /**
5259         * Motor Vehicle Parts and Accessories Fitter (General)
5260         */
5261        _899411, 
5262        /**
5263         * Autoglazier
5264         */
5265        _899412, 
5266        /**
5267         * Exhaust and Muffler Fitter
5268         */
5269        _899413, 
5270        /**
5271         * Radiator Fitter
5272         */
5273        _899414, 
5274        /**
5275         * Tyre Fitter
5276         */
5277        _899415, 
5278        /**
5279         * Printing Assistants and Table Workers not further defined
5280         */
5281        _899500, 
5282        /**
5283         * Printer's Assistant
5284         */
5285        _899511, 
5286        /**
5287         * Printing Table Worker
5288         */
5289        _899512, 
5290        /**
5291         * Recycling or Rubbish Collector
5292         */
5293        _899611, 
5294        /**
5295         * Vending Machine Attendant
5296         */
5297        _899711, 
5298        /**
5299         * Other Miscellaneous Labourers not further defined
5300         */
5301        _899900, 
5302        /**
5303         * Bicycle Mechanic
5304         */
5305        _899911, 
5306        /**
5307         * Car Park Attendant
5308         */
5309        _899912, 
5310        /**
5311         * Crossing Supervisor
5312         */
5313        _899913, 
5314        /**
5315         * Electrical or Telecommunications Trades Assistant
5316         */
5317        _899914, 
5318        /**
5319         * Leaflet or Newspaper Deliverer
5320         */
5321        _899915, 
5322        /**
5323         * Mechanic's Assistant
5324         */
5325        _899916, 
5326        /**
5327         * Railways Assistant
5328         */
5329        _899917, 
5330        /**
5331         * Sign Erector
5332         */
5333        _899918, 
5334        /**
5335         * Ticket Collector or Usher
5336         */
5337        _899921, 
5338        /**
5339         * Trolley Collector
5340         */
5341        _899922, 
5342        /**
5343         * Labourers not elsewhere classified
5344         */
5345        _899999, 
5346        /**
5347         * added to help the parsers
5348         */
5349        NULL;
5350        public static AnzscoOccupations fromCode(String codeString) throws FHIRException {
5351            if (codeString == null || "".equals(codeString))
5352                return null;
5353        if ("100000".equals(codeString))
5354          return _100000;
5355        if ("111000".equals(codeString))
5356          return _111000;
5357        if ("111111".equals(codeString))
5358          return _111111;
5359        if ("111200".equals(codeString))
5360          return _111200;
5361        if ("111211".equals(codeString))
5362          return _111211;
5363        if ("111212".equals(codeString))
5364          return _111212;
5365        if ("111300".equals(codeString))
5366          return _111300;
5367        if ("111311".equals(codeString))
5368          return _111311;
5369        if ("111312".equals(codeString))
5370          return _111312;
5371        if ("111399".equals(codeString))
5372          return _111399;
5373        if ("121000".equals(codeString))
5374          return _121000;
5375        if ("121111".equals(codeString))
5376          return _121111;
5377        if ("121200".equals(codeString))
5378          return _121200;
5379        if ("121211".equals(codeString))
5380          return _121211;
5381        if ("121212".equals(codeString))
5382          return _121212;
5383        if ("121213".equals(codeString))
5384          return _121213;
5385        if ("121214".equals(codeString))
5386          return _121214;
5387        if ("121215".equals(codeString))
5388          return _121215;
5389        if ("121216".equals(codeString))
5390          return _121216;
5391        if ("121217".equals(codeString))
5392          return _121217;
5393        if ("121218".equals(codeString))
5394          return _121218;
5395        if ("121221".equals(codeString))
5396          return _121221;
5397        if ("121299".equals(codeString))
5398          return _121299;
5399        if ("121300".equals(codeString))
5400          return _121300;
5401        if ("121311".equals(codeString))
5402          return _121311;
5403        if ("121312".equals(codeString))
5404          return _121312;
5405        if ("121313".equals(codeString))
5406          return _121313;
5407        if ("121314".equals(codeString))
5408          return _121314;
5409        if ("121315".equals(codeString))
5410          return _121315;
5411        if ("121316".equals(codeString))
5412          return _121316;
5413        if ("121317".equals(codeString))
5414          return _121317;
5415        if ("121318".equals(codeString))
5416          return _121318;
5417        if ("121321".equals(codeString))
5418          return _121321;
5419        if ("121322".equals(codeString))
5420          return _121322;
5421        if ("121399".equals(codeString))
5422          return _121399;
5423        if ("121411".equals(codeString))
5424          return _121411;
5425        if ("130000".equals(codeString))
5426          return _130000;
5427        if ("131100".equals(codeString))
5428          return _131100;
5429        if ("131111".equals(codeString))
5430          return _131111;
5431        if ("131112".equals(codeString))
5432          return _131112;
5433        if ("132000".equals(codeString))
5434          return _132000;
5435        if ("132111".equals(codeString))
5436          return _132111;
5437        if ("132211".equals(codeString))
5438          return _132211;
5439        if ("132311".equals(codeString))
5440          return _132311;
5441        if ("132411".equals(codeString))
5442          return _132411;
5443        if ("132511".equals(codeString))
5444          return _132511;
5445        if ("133000".equals(codeString))
5446          return _133000;
5447        if ("133100".equals(codeString))
5448          return _133100;
5449        if ("133111".equals(codeString))
5450          return _133111;
5451        if ("133112".equals(codeString))
5452          return _133112;
5453        if ("133211".equals(codeString))
5454          return _133211;
5455        if ("133300".equals(codeString))
5456          return _133300;
5457        if ("133311".equals(codeString))
5458          return _133311;
5459        if ("133312".equals(codeString))
5460          return _133312;
5461        if ("133411".equals(codeString))
5462          return _133411;
5463        if ("133500".equals(codeString))
5464          return _133500;
5465        if ("133511".equals(codeString))
5466          return _133511;
5467        if ("133512".equals(codeString))
5468          return _133512;
5469        if ("133513".equals(codeString))
5470          return _133513;
5471        if ("133611".equals(codeString))
5472          return _133611;
5473        if ("134000".equals(codeString))
5474          return _134000;
5475        if ("134111".equals(codeString))
5476          return _134111;
5477        if ("134200".equals(codeString))
5478          return _134200;
5479        if ("134211".equals(codeString))
5480          return _134211;
5481        if ("134212".equals(codeString))
5482          return _134212;
5483        if ("134213".equals(codeString))
5484          return _134213;
5485        if ("134214".equals(codeString))
5486          return _134214;
5487        if ("134299".equals(codeString))
5488          return _134299;
5489        if ("134311".equals(codeString))
5490          return _134311;
5491        if ("134400".equals(codeString))
5492          return _134400;
5493        if ("134411".equals(codeString))
5494          return _134411;
5495        if ("134412".equals(codeString))
5496          return _134412;
5497        if ("134499".equals(codeString))
5498          return _134499;
5499        if ("135100".equals(codeString))
5500          return _135100;
5501        if ("135111".equals(codeString))
5502          return _135111;
5503        if ("135112".equals(codeString))
5504          return _135112;
5505        if ("135199".equals(codeString))
5506          return _135199;
5507        if ("139000".equals(codeString))
5508          return _139000;
5509        if ("139100".equals(codeString))
5510          return _139100;
5511        if ("139111".equals(codeString))
5512          return _139111;
5513        if ("139112".equals(codeString))
5514          return _139112;
5515        if ("139113".equals(codeString))
5516          return _139113;
5517        if ("139211".equals(codeString))
5518          return _139211;
5519        if ("139900".equals(codeString))
5520          return _139900;
5521        if ("139911".equals(codeString))
5522          return _139911;
5523        if ("139912".equals(codeString))
5524          return _139912;
5525        if ("139913".equals(codeString))
5526          return _139913;
5527        if ("139914".equals(codeString))
5528          return _139914;
5529        if ("139915".equals(codeString))
5530          return _139915;
5531        if ("139999".equals(codeString))
5532          return _139999;
5533        if ("140000".equals(codeString))
5534          return _140000;
5535        if ("141000".equals(codeString))
5536          return _141000;
5537        if ("141111".equals(codeString))
5538          return _141111;
5539        if ("141211".equals(codeString))
5540          return _141211;
5541        if ("141311".equals(codeString))
5542          return _141311;
5543        if ("141411".equals(codeString))
5544          return _141411;
5545        if ("141900".equals(codeString))
5546          return _141900;
5547        if ("141911".equals(codeString))
5548          return _141911;
5549        if ("141999".equals(codeString))
5550          return _141999;
5551        if ("142100".equals(codeString))
5552          return _142100;
5553        if ("142111".equals(codeString))
5554          return _142111;
5555        if ("142112".equals(codeString))
5556          return _142112;
5557        if ("142113".equals(codeString))
5558          return _142113;
5559        if ("142114".equals(codeString))
5560          return _142114;
5561        if ("142115".equals(codeString))
5562          return _142115;
5563        if ("142116".equals(codeString))
5564          return _142116;
5565        if ("149000".equals(codeString))
5566          return _149000;
5567        if ("149100".equals(codeString))
5568          return _149100;
5569        if ("149111".equals(codeString))
5570          return _149111;
5571        if ("149112".equals(codeString))
5572          return _149112;
5573        if ("149113".equals(codeString))
5574          return _149113;
5575        if ("149200".equals(codeString))
5576          return _149200;
5577        if ("149211".equals(codeString))
5578          return _149211;
5579        if ("149212".equals(codeString))
5580          return _149212;
5581        if ("149311".equals(codeString))
5582          return _149311;
5583        if ("149400".equals(codeString))
5584          return _149400;
5585        if ("149411".equals(codeString))
5586          return _149411;
5587        if ("149412".equals(codeString))
5588          return _149412;
5589        if ("149413".equals(codeString))
5590          return _149413;
5591        if ("149900".equals(codeString))
5592          return _149900;
5593        if ("149911".equals(codeString))
5594          return _149911;
5595        if ("149912".equals(codeString))
5596          return _149912;
5597        if ("149913".equals(codeString))
5598          return _149913;
5599        if ("149914".equals(codeString))
5600          return _149914;
5601        if ("149999".equals(codeString))
5602          return _149999;
5603        if ("200000".equals(codeString))
5604          return _200000;
5605        if ("210000".equals(codeString))
5606          return _210000;
5607        if ("211000".equals(codeString))
5608          return _211000;
5609        if ("211100".equals(codeString))
5610          return _211100;
5611        if ("211111".equals(codeString))
5612          return _211111;
5613        if ("211112".equals(codeString))
5614          return _211112;
5615        if ("211113".equals(codeString))
5616          return _211113;
5617        if ("211199".equals(codeString))
5618          return _211199;
5619        if ("211200".equals(codeString))
5620          return _211200;
5621        if ("211211".equals(codeString))
5622          return _211211;
5623        if ("211212".equals(codeString))
5624          return _211212;
5625        if ("211213".equals(codeString))
5626          return _211213;
5627        if ("211214".equals(codeString))
5628          return _211214;
5629        if ("211299".equals(codeString))
5630          return _211299;
5631        if ("211311".equals(codeString))
5632          return _211311;
5633        if ("211400".equals(codeString))
5634          return _211400;
5635        if ("211411".equals(codeString))
5636          return _211411;
5637        if ("211412".equals(codeString))
5638          return _211412;
5639        if ("211413".equals(codeString))
5640          return _211413;
5641        if ("211499".equals(codeString))
5642          return _211499;
5643        if ("212000".equals(codeString))
5644          return _212000;
5645        if ("212100".equals(codeString))
5646          return _212100;
5647        if ("212111".equals(codeString))
5648          return _212111;
5649        if ("212112".equals(codeString))
5650          return _212112;
5651        if ("212113".equals(codeString))
5652          return _212113;
5653        if ("212114".equals(codeString))
5654          return _212114;
5655        if ("212200".equals(codeString))
5656          return _212200;
5657        if ("212211".equals(codeString))
5658          return _212211;
5659        if ("212212".equals(codeString))
5660          return _212212;
5661        if ("212300".equals(codeString))
5662          return _212300;
5663        if ("212311".equals(codeString))
5664          return _212311;
5665        if ("212312".equals(codeString))
5666          return _212312;
5667        if ("212313".equals(codeString))
5668          return _212313;
5669        if ("212314".equals(codeString))
5670          return _212314;
5671        if ("212315".equals(codeString))
5672          return _212315;
5673        if ("212316".equals(codeString))
5674          return _212316;
5675        if ("212317".equals(codeString))
5676          return _212317;
5677        if ("212318".equals(codeString))
5678          return _212318;
5679        if ("212399".equals(codeString))
5680          return _212399;
5681        if ("212400".equals(codeString))
5682          return _212400;
5683        if ("212411".equals(codeString))
5684          return _212411;
5685        if ("212412".equals(codeString))
5686          return _212412;
5687        if ("212413".equals(codeString))
5688          return _212413;
5689        if ("212414".equals(codeString))
5690          return _212414;
5691        if ("212415".equals(codeString))
5692          return _212415;
5693        if ("212416".equals(codeString))
5694          return _212416;
5695        if ("212499".equals(codeString))
5696          return _212499;
5697        if ("220000".equals(codeString))
5698          return _220000;
5699        if ("221000".equals(codeString))
5700          return _221000;
5701        if ("221100".equals(codeString))
5702          return _221100;
5703        if ("221111".equals(codeString))
5704          return _221111;
5705        if ("221112".equals(codeString))
5706          return _221112;
5707        if ("221113".equals(codeString))
5708          return _221113;
5709        if ("221200".equals(codeString))
5710          return _221200;
5711        if ("221211".equals(codeString))
5712          return _221211;
5713        if ("221212".equals(codeString))
5714          return _221212;
5715        if ("221213".equals(codeString))
5716          return _221213;
5717        if ("221214".equals(codeString))
5718          return _221214;
5719        if ("222000".equals(codeString))
5720          return _222000;
5721        if ("222100".equals(codeString))
5722          return _222100;
5723        if ("222111".equals(codeString))
5724          return _222111;
5725        if ("222112".equals(codeString))
5726          return _222112;
5727        if ("222113".equals(codeString))
5728          return _222113;
5729        if ("222199".equals(codeString))
5730          return _222199;
5731        if ("222200".equals(codeString))
5732          return _222200;
5733        if ("222211".equals(codeString))
5734          return _222211;
5735        if ("222212".equals(codeString))
5736          return _222212;
5737        if ("222213".equals(codeString))
5738          return _222213;
5739        if ("222299".equals(codeString))
5740          return _222299;
5741        if ("222300".equals(codeString))
5742          return _222300;
5743        if ("222311".equals(codeString))
5744          return _222311;
5745        if ("222312".equals(codeString))
5746          return _222312;
5747        if ("223000".equals(codeString))
5748          return _223000;
5749        if ("223100".equals(codeString))
5750          return _223100;
5751        if ("223111".equals(codeString))
5752          return _223111;
5753        if ("223112".equals(codeString))
5754          return _223112;
5755        if ("223113".equals(codeString))
5756          return _223113;
5757        if ("223211".equals(codeString))
5758          return _223211;
5759        if ("223311".equals(codeString))
5760          return _223311;
5761        if ("224000".equals(codeString))
5762          return _224000;
5763        if ("224100".equals(codeString))
5764          return _224100;
5765        if ("224111".equals(codeString))
5766          return _224111;
5767        if ("224112".equals(codeString))
5768          return _224112;
5769        if ("224113".equals(codeString))
5770          return _224113;
5771        if ("224200".equals(codeString))
5772          return _224200;
5773        if ("224211".equals(codeString))
5774          return _224211;
5775        if ("224212".equals(codeString))
5776          return _224212;
5777        if ("224213".equals(codeString))
5778          return _224213;
5779        if ("224214".equals(codeString))
5780          return _224214;
5781        if ("224311".equals(codeString))
5782          return _224311;
5783        if ("224400".equals(codeString))
5784          return _224400;
5785        if ("224411".equals(codeString))
5786          return _224411;
5787        if ("224412".equals(codeString))
5788          return _224412;
5789        if ("224500".equals(codeString))
5790          return _224500;
5791        if ("224511".equals(codeString))
5792          return _224511;
5793        if ("224512".equals(codeString))
5794          return _224512;
5795        if ("224611".equals(codeString))
5796          return _224611;
5797        if ("224700".equals(codeString))
5798          return _224700;
5799        if ("224711".equals(codeString))
5800          return _224711;
5801        if ("224712".equals(codeString))
5802          return _224712;
5803        if ("224900".equals(codeString))
5804          return _224900;
5805        if ("224911".equals(codeString))
5806          return _224911;
5807        if ("224912".equals(codeString))
5808          return _224912;
5809        if ("224913".equals(codeString))
5810          return _224913;
5811        if ("224914".equals(codeString))
5812          return _224914;
5813        if ("224999".equals(codeString))
5814          return _224999;
5815        if ("225000".equals(codeString))
5816          return _225000;
5817        if ("225100".equals(codeString))
5818          return _225100;
5819        if ("225111".equals(codeString))
5820          return _225111;
5821        if ("225112".equals(codeString))
5822          return _225112;
5823        if ("225113".equals(codeString))
5824          return _225113;
5825        if ("225200".equals(codeString))
5826          return _225200;
5827        if ("225211".equals(codeString))
5828          return _225211;
5829        if ("225212".equals(codeString))
5830          return _225212;
5831        if ("225213".equals(codeString))
5832          return _225213;
5833        if ("225311".equals(codeString))
5834          return _225311;
5835        if ("225400".equals(codeString))
5836          return _225400;
5837        if ("225411".equals(codeString))
5838          return _225411;
5839        if ("225412".equals(codeString))
5840          return _225412;
5841        if ("225499".equals(codeString))
5842          return _225499;
5843        if ("230000".equals(codeString))
5844          return _230000;
5845        if ("231000".equals(codeString))
5846          return _231000;
5847        if ("231100".equals(codeString))
5848          return _231100;
5849        if ("231111".equals(codeString))
5850          return _231111;
5851        if ("231112".equals(codeString))
5852          return _231112;
5853        if ("231113".equals(codeString))
5854          return _231113;
5855        if ("231114".equals(codeString))
5856          return _231114;
5857        if ("231199".equals(codeString))
5858          return _231199;
5859        if ("231200".equals(codeString))
5860          return _231200;
5861        if ("231211".equals(codeString))
5862          return _231211;
5863        if ("231212".equals(codeString))
5864          return _231212;
5865        if ("231213".equals(codeString))
5866          return _231213;
5867        if ("231214".equals(codeString))
5868          return _231214;
5869        if ("231215".equals(codeString))
5870          return _231215;
5871        if ("231299".equals(codeString))
5872          return _231299;
5873        if ("232000".equals(codeString))
5874          return _232000;
5875        if ("232100".equals(codeString))
5876          return _232100;
5877        if ("232111".equals(codeString))
5878          return _232111;
5879        if ("232112".equals(codeString))
5880          return _232112;
5881        if ("232200".equals(codeString))
5882          return _232200;
5883        if ("232211".equals(codeString))
5884          return _232211;
5885        if ("232212".equals(codeString))
5886          return _232212;
5887        if ("232300".equals(codeString))
5888          return _232300;
5889        if ("232311".equals(codeString))
5890          return _232311;
5891        if ("232312".equals(codeString))
5892          return _232312;
5893        if ("232313".equals(codeString))
5894          return _232313;
5895        if ("232400".equals(codeString))
5896          return _232400;
5897        if ("232411".equals(codeString))
5898          return _232411;
5899        if ("232412".equals(codeString))
5900          return _232412;
5901        if ("232413".equals(codeString))
5902          return _232413;
5903        if ("232414".equals(codeString))
5904          return _232414;
5905        if ("232511".equals(codeString))
5906          return _232511;
5907        if ("232611".equals(codeString))
5908          return _232611;
5909        if ("233000".equals(codeString))
5910          return _233000;
5911        if ("233100".equals(codeString))
5912          return _233100;
5913        if ("233111".equals(codeString))
5914          return _233111;
5915        if ("233112".equals(codeString))
5916          return _233112;
5917        if ("233200".equals(codeString))
5918          return _233200;
5919        if ("233211".equals(codeString))
5920          return _233211;
5921        if ("233212".equals(codeString))
5922          return _233212;
5923        if ("233213".equals(codeString))
5924          return _233213;
5925        if ("233214".equals(codeString))
5926          return _233214;
5927        if ("233215".equals(codeString))
5928          return _233215;
5929        if ("233311".equals(codeString))
5930          return _233311;
5931        if ("233411".equals(codeString))
5932          return _233411;
5933        if ("233500".equals(codeString))
5934          return _233500;
5935        if ("233511".equals(codeString))
5936          return _233511;
5937        if ("233512".equals(codeString))
5938          return _233512;
5939        if ("233513".equals(codeString))
5940          return _233513;
5941        if ("233600".equals(codeString))
5942          return _233600;
5943        if ("233611".equals(codeString))
5944          return _233611;
5945        if ("233612".equals(codeString))
5946          return _233612;
5947        if ("233900".equals(codeString))
5948          return _233900;
5949        if ("233911".equals(codeString))
5950          return _233911;
5951        if ("233912".equals(codeString))
5952          return _233912;
5953        if ("233913".equals(codeString))
5954          return _233913;
5955        if ("233914".equals(codeString))
5956          return _233914;
5957        if ("233915".equals(codeString))
5958          return _233915;
5959        if ("233916".equals(codeString))
5960          return _233916;
5961        if ("233999".equals(codeString))
5962          return _233999;
5963        if ("234000".equals(codeString))
5964          return _234000;
5965        if ("234100".equals(codeString))
5966          return _234100;
5967        if ("234111".equals(codeString))
5968          return _234111;
5969        if ("234112".equals(codeString))
5970          return _234112;
5971        if ("234113".equals(codeString))
5972          return _234113;
5973        if ("234200".equals(codeString))
5974          return _234200;
5975        if ("234211".equals(codeString))
5976          return _234211;
5977        if ("234212".equals(codeString))
5978          return _234212;
5979        if ("234213".equals(codeString))
5980          return _234213;
5981        if ("234300".equals(codeString))
5982          return _234300;
5983        if ("234311".equals(codeString))
5984          return _234311;
5985        if ("234312".equals(codeString))
5986          return _234312;
5987        if ("234313".equals(codeString))
5988          return _234313;
5989        if ("234314".equals(codeString))
5990          return _234314;
5991        if ("234399".equals(codeString))
5992          return _234399;
5993        if ("234400".equals(codeString))
5994          return _234400;
5995        if ("234411".equals(codeString))
5996          return _234411;
5997        if ("234412".equals(codeString))
5998          return _234412;
5999        if ("234500".equals(codeString))
6000          return _234500;
6001        if ("234511".equals(codeString))
6002          return _234511;
6003        if ("234512".equals(codeString))
6004          return _234512;
6005        if ("234513".equals(codeString))
6006          return _234513;
6007        if ("234514".equals(codeString))
6008          return _234514;
6009        if ("234515".equals(codeString))
6010          return _234515;
6011        if ("234516".equals(codeString))
6012          return _234516;
6013        if ("234517".equals(codeString))
6014          return _234517;
6015        if ("234518".equals(codeString))
6016          return _234518;
6017        if ("234599".equals(codeString))
6018          return _234599;
6019        if ("234611".equals(codeString))
6020          return _234611;
6021        if ("234711".equals(codeString))
6022          return _234711;
6023        if ("234900".equals(codeString))
6024          return _234900;
6025        if ("234911".equals(codeString))
6026          return _234911;
6027        if ("234912".equals(codeString))
6028          return _234912;
6029        if ("234913".equals(codeString))
6030          return _234913;
6031        if ("234914".equals(codeString))
6032          return _234914;
6033        if ("234999".equals(codeString))
6034          return _234999;
6035        if ("240000".equals(codeString))
6036          return _240000;
6037        if ("241000".equals(codeString))
6038          return _241000;
6039        if ("241111".equals(codeString))
6040          return _241111;
6041        if ("241213".equals(codeString))
6042          return _241213;
6043        if ("241311".equals(codeString))
6044          return _241311;
6045        if ("241411".equals(codeString))
6046          return _241411;
6047        if ("241500".equals(codeString))
6048          return _241500;
6049        if ("241511".equals(codeString))
6050          return _241511;
6051        if ("241512".equals(codeString))
6052          return _241512;
6053        if ("241513".equals(codeString))
6054          return _241513;
6055        if ("241599".equals(codeString))
6056          return _241599;
6057        if ("242000".equals(codeString))
6058          return _242000;
6059        if ("242100".equals(codeString))
6060          return _242100;
6061        if ("242111".equals(codeString))
6062          return _242111;
6063        if ("242112".equals(codeString))
6064          return _242112;
6065        if ("242211".equals(codeString))
6066          return _242211;
6067        if ("249000".equals(codeString))
6068          return _249000;
6069        if ("249100".equals(codeString))
6070          return _249100;
6071        if ("249111".equals(codeString))
6072          return _249111;
6073        if ("249112".equals(codeString))
6074          return _249112;
6075        if ("249200".equals(codeString))
6076          return _249200;
6077        if ("249211".equals(codeString))
6078          return _249211;
6079        if ("249212".equals(codeString))
6080          return _249212;
6081        if ("249213".equals(codeString))
6082          return _249213;
6083        if ("249214".equals(codeString))
6084          return _249214;
6085        if ("249299".equals(codeString))
6086          return _249299;
6087        if ("249311".equals(codeString))
6088          return _249311;
6089        if ("250000".equals(codeString))
6090          return _250000;
6091        if ("251000".equals(codeString))
6092          return _251000;
6093        if ("251111".equals(codeString))
6094          return _251111;
6095        if ("251200".equals(codeString))
6096          return _251200;
6097        if ("251211".equals(codeString))
6098          return _251211;
6099        if ("251212".equals(codeString))
6100          return _251212;
6101        if ("251213".equals(codeString))
6102          return _251213;
6103        if ("251214".equals(codeString))
6104          return _251214;
6105        if ("251300".equals(codeString))
6106          return _251300;
6107        if ("251311".equals(codeString))
6108          return _251311;
6109        if ("251312".equals(codeString))
6110          return _251312;
6111        if ("251400".equals(codeString))
6112          return _251400;
6113        if ("251411".equals(codeString))
6114          return _251411;
6115        if ("251412".equals(codeString))
6116          return _251412;
6117        if ("251500".equals(codeString))
6118          return _251500;
6119        if ("251511".equals(codeString))
6120          return _251511;
6121        if ("251512".equals(codeString))
6122          return _251512;
6123        if ("251513".equals(codeString))
6124          return _251513;
6125        if ("251900".equals(codeString))
6126          return _251900;
6127        if ("251911".equals(codeString))
6128          return _251911;
6129        if ("251912".equals(codeString))
6130          return _251912;
6131        if ("251999".equals(codeString))
6132          return _251999;
6133        if ("252000".equals(codeString))
6134          return _252000;
6135        if ("252100".equals(codeString))
6136          return _252100;
6137        if ("252111".equals(codeString))
6138          return _252111;
6139        if ("252112".equals(codeString))
6140          return _252112;
6141        if ("252200".equals(codeString))
6142          return _252200;
6143        if ("252211".equals(codeString))
6144          return _252211;
6145        if ("252212".equals(codeString))
6146          return _252212;
6147        if ("252213".equals(codeString))
6148          return _252213;
6149        if ("252214".equals(codeString))
6150          return _252214;
6151        if ("252299".equals(codeString))
6152          return _252299;
6153        if ("252300".equals(codeString))
6154          return _252300;
6155        if ("252311".equals(codeString))
6156          return _252311;
6157        if ("252312".equals(codeString))
6158          return _252312;
6159        if ("252411".equals(codeString))
6160          return _252411;
6161        if ("252511".equals(codeString))
6162          return _252511;
6163        if ("252611".equals(codeString))
6164          return _252611;
6165        if ("252700".equals(codeString))
6166          return _252700;
6167        if ("252711".equals(codeString))
6168          return _252711;
6169        if ("252712".equals(codeString))
6170          return _252712;
6171        if ("253000".equals(codeString))
6172          return _253000;
6173        if ("253100".equals(codeString))
6174          return _253100;
6175        if ("253111".equals(codeString))
6176          return _253111;
6177        if ("253112".equals(codeString))
6178          return _253112;
6179        if ("253211".equals(codeString))
6180          return _253211;
6181        if ("253300".equals(codeString))
6182          return _253300;
6183        if ("253311".equals(codeString))
6184          return _253311;
6185        if ("253312".equals(codeString))
6186          return _253312;
6187        if ("253313".equals(codeString))
6188          return _253313;
6189        if ("253314".equals(codeString))
6190          return _253314;
6191        if ("253315".equals(codeString))
6192          return _253315;
6193        if ("253316".equals(codeString))
6194          return _253316;
6195        if ("253317".equals(codeString))
6196          return _253317;
6197        if ("253318".equals(codeString))
6198          return _253318;
6199        if ("253321".equals(codeString))
6200          return _253321;
6201        if ("253322".equals(codeString))
6202          return _253322;
6203        if ("253323".equals(codeString))
6204          return _253323;
6205        if ("253324".equals(codeString))
6206          return _253324;
6207        if ("253399".equals(codeString))
6208          return _253399;
6209        if ("253411".equals(codeString))
6210          return _253411;
6211        if ("253500".equals(codeString))
6212          return _253500;
6213        if ("253511".equals(codeString))
6214          return _253511;
6215        if ("253512".equals(codeString))
6216          return _253512;
6217        if ("253513".equals(codeString))
6218          return _253513;
6219        if ("253514".equals(codeString))
6220          return _253514;
6221        if ("253515".equals(codeString))
6222          return _253515;
6223        if ("253516".equals(codeString))
6224          return _253516;
6225        if ("253517".equals(codeString))
6226          return _253517;
6227        if ("253518".equals(codeString))
6228          return _253518;
6229        if ("253521".equals(codeString))
6230          return _253521;
6231        if ("253900".equals(codeString))
6232          return _253900;
6233        if ("253911".equals(codeString))
6234          return _253911;
6235        if ("253912".equals(codeString))
6236          return _253912;
6237        if ("253913".equals(codeString))
6238          return _253913;
6239        if ("253914".equals(codeString))
6240          return _253914;
6241        if ("253915".equals(codeString))
6242          return _253915;
6243        if ("253916".equals(codeString))
6244          return _253916;
6245        if ("253999".equals(codeString))
6246          return _253999;
6247        if ("254000".equals(codeString))
6248          return _254000;
6249        if ("254111".equals(codeString))
6250          return _254111;
6251        if ("254200".equals(codeString))
6252          return _254200;
6253        if ("254211".equals(codeString))
6254          return _254211;
6255        if ("254212".equals(codeString))
6256          return _254212;
6257        if ("254311".equals(codeString))
6258          return _254311;
6259        if ("254400".equals(codeString))
6260          return _254400;
6261        if ("254411".equals(codeString))
6262          return _254411;
6263        if ("254412".equals(codeString))
6264          return _254412;
6265        if ("254413".equals(codeString))
6266          return _254413;
6267        if ("254414".equals(codeString))
6268          return _254414;
6269        if ("254415".equals(codeString))
6270          return _254415;
6271        if ("254416".equals(codeString))
6272          return _254416;
6273        if ("254417".equals(codeString))
6274          return _254417;
6275        if ("254418".equals(codeString))
6276          return _254418;
6277        if ("254421".equals(codeString))
6278          return _254421;
6279        if ("254422".equals(codeString))
6280          return _254422;
6281        if ("254423".equals(codeString))
6282          return _254423;
6283        if ("254424".equals(codeString))
6284          return _254424;
6285        if ("254499".equals(codeString))
6286          return _254499;
6287        if ("260000".equals(codeString))
6288          return _260000;
6289        if ("261000".equals(codeString))
6290          return _261000;
6291        if ("261100".equals(codeString))
6292          return _261100;
6293        if ("261111".equals(codeString))
6294          return _261111;
6295        if ("261112".equals(codeString))
6296          return _261112;
6297        if ("261200".equals(codeString))
6298          return _261200;
6299        if ("261211".equals(codeString))
6300          return _261211;
6301        if ("261212".equals(codeString))
6302          return _261212;
6303        if ("261300".equals(codeString))
6304          return _261300;
6305        if ("261311".equals(codeString))
6306          return _261311;
6307        if ("261312".equals(codeString))
6308          return _261312;
6309        if ("261313".equals(codeString))
6310          return _261313;
6311        if ("261399".equals(codeString))
6312          return _261399;
6313        if ("262100".equals(codeString))
6314          return _262100;
6315        if ("262111".equals(codeString))
6316          return _262111;
6317        if ("262112".equals(codeString))
6318          return _262112;
6319        if ("262113".equals(codeString))
6320          return _262113;
6321        if ("263000".equals(codeString))
6322          return _263000;
6323        if ("263100".equals(codeString))
6324          return _263100;
6325        if ("263111".equals(codeString))
6326          return _263111;
6327        if ("263112".equals(codeString))
6328          return _263112;
6329        if ("263113".equals(codeString))
6330          return _263113;
6331        if ("263200".equals(codeString))
6332          return _263200;
6333        if ("263211".equals(codeString))
6334          return _263211;
6335        if ("263212".equals(codeString))
6336          return _263212;
6337        if ("263213".equals(codeString))
6338          return _263213;
6339        if ("263299".equals(codeString))
6340          return _263299;
6341        if ("263300".equals(codeString))
6342          return _263300;
6343        if ("263311".equals(codeString))
6344          return _263311;
6345        if ("263312".equals(codeString))
6346          return _263312;
6347        if ("270000".equals(codeString))
6348          return _270000;
6349        if ("271000".equals(codeString))
6350          return _271000;
6351        if ("271111".equals(codeString))
6352          return _271111;
6353        if ("271200".equals(codeString))
6354          return _271200;
6355        if ("271211".equals(codeString))
6356          return _271211;
6357        if ("271212".equals(codeString))
6358          return _271212;
6359        if ("271213".equals(codeString))
6360          return _271213;
6361        if ("271299".equals(codeString))
6362          return _271299;
6363        if ("271311".equals(codeString))
6364          return _271311;
6365        if ("272000".equals(codeString))
6366          return _272000;
6367        if ("272100".equals(codeString))
6368          return _272100;
6369        if ("272111".equals(codeString))
6370          return _272111;
6371        if ("272112".equals(codeString))
6372          return _272112;
6373        if ("272113".equals(codeString))
6374          return _272113;
6375        if ("272114".equals(codeString))
6376          return _272114;
6377        if ("272115".equals(codeString))
6378          return _272115;
6379        if ("272199".equals(codeString))
6380          return _272199;
6381        if ("272211".equals(codeString))
6382          return _272211;
6383        if ("272300".equals(codeString))
6384          return _272300;
6385        if ("272311".equals(codeString))
6386          return _272311;
6387        if ("272312".equals(codeString))
6388          return _272312;
6389        if ("272313".equals(codeString))
6390          return _272313;
6391        if ("272314".equals(codeString))
6392          return _272314;
6393        if ("272399".equals(codeString))
6394          return _272399;
6395        if ("272400".equals(codeString))
6396          return _272400;
6397        if ("272411".equals(codeString))
6398          return _272411;
6399        if ("272412".equals(codeString))
6400          return _272412;
6401        if ("272413".equals(codeString))
6402          return _272413;
6403        if ("272499".equals(codeString))
6404          return _272499;
6405        if ("272511".equals(codeString))
6406          return _272511;
6407        if ("272600".equals(codeString))
6408          return _272600;
6409        if ("272611".equals(codeString))
6410          return _272611;
6411        if ("272612".equals(codeString))
6412          return _272612;
6413        if ("272613".equals(codeString))
6414          return _272613;
6415        if ("300000".equals(codeString))
6416          return _300000;
6417        if ("310000".equals(codeString))
6418          return _310000;
6419        if ("311000".equals(codeString))
6420          return _311000;
6421        if ("311111".equals(codeString))
6422          return _311111;
6423        if ("311200".equals(codeString))
6424          return _311200;
6425        if ("311211".equals(codeString))
6426          return _311211;
6427        if ("311212".equals(codeString))
6428          return _311212;
6429        if ("311213".equals(codeString))
6430          return _311213;
6431        if ("311214".equals(codeString))
6432          return _311214;
6433        if ("311215".equals(codeString))
6434          return _311215;
6435        if ("311299".equals(codeString))
6436          return _311299;
6437        if ("311300".equals(codeString))
6438          return _311300;
6439        if ("311311".equals(codeString))
6440          return _311311;
6441        if ("311312".equals(codeString))
6442          return _311312;
6443        if ("311313".equals(codeString))
6444          return _311313;
6445        if ("311399".equals(codeString))
6446          return _311399;
6447        if ("311400".equals(codeString))
6448          return _311400;
6449        if ("311411".equals(codeString))
6450          return _311411;
6451        if ("311412".equals(codeString))
6452          return _311412;
6453        if ("311413".equals(codeString))
6454          return _311413;
6455        if ("311414".equals(codeString))
6456          return _311414;
6457        if ("311499".equals(codeString))
6458          return _311499;
6459        if ("312000".equals(codeString))
6460          return _312000;
6461        if ("312100".equals(codeString))
6462          return _312100;
6463        if ("312111".equals(codeString))
6464          return _312111;
6465        if ("312112".equals(codeString))
6466          return _312112;
6467        if ("312113".equals(codeString))
6468          return _312113;
6469        if ("312114".equals(codeString))
6470          return _312114;
6471        if ("312115".equals(codeString))
6472          return _312115;
6473        if ("312116".equals(codeString))
6474          return _312116;
6475        if ("312200".equals(codeString))
6476          return _312200;
6477        if ("312211".equals(codeString))
6478          return _312211;
6479        if ("312212".equals(codeString))
6480          return _312212;
6481        if ("312300".equals(codeString))
6482          return _312300;
6483        if ("312311".equals(codeString))
6484          return _312311;
6485        if ("312312".equals(codeString))
6486          return _312312;
6487        if ("312400".equals(codeString))
6488          return _312400;
6489        if ("312411".equals(codeString))
6490          return _312411;
6491        if ("312412".equals(codeString))
6492          return _312412;
6493        if ("312500".equals(codeString))
6494          return _312500;
6495        if ("312511".equals(codeString))
6496          return _312511;
6497        if ("312512".equals(codeString))
6498          return _312512;
6499        if ("312611".equals(codeString))
6500          return _312611;
6501        if ("312900".equals(codeString))
6502          return _312900;
6503        if ("312911".equals(codeString))
6504          return _312911;
6505        if ("312912".equals(codeString))
6506          return _312912;
6507        if ("312913".equals(codeString))
6508          return _312913;
6509        if ("312999".equals(codeString))
6510          return _312999;
6511        if ("313000".equals(codeString))
6512          return _313000;
6513        if ("313100".equals(codeString))
6514          return _313100;
6515        if ("313111".equals(codeString))
6516          return _313111;
6517        if ("313112".equals(codeString))
6518          return _313112;
6519        if ("313113".equals(codeString))
6520          return _313113;
6521        if ("313199".equals(codeString))
6522          return _313199;
6523        if ("313200".equals(codeString))
6524          return _313200;
6525        if ("313211".equals(codeString))
6526          return _313211;
6527        if ("313212".equals(codeString))
6528          return _313212;
6529        if ("313213".equals(codeString))
6530          return _313213;
6531        if ("313214".equals(codeString))
6532          return _313214;
6533        if ("320000".equals(codeString))
6534          return _320000;
6535        if ("321000".equals(codeString))
6536          return _321000;
6537        if ("321111".equals(codeString))
6538          return _321111;
6539        if ("321200".equals(codeString))
6540          return _321200;
6541        if ("321211".equals(codeString))
6542          return _321211;
6543        if ("321212".equals(codeString))
6544          return _321212;
6545        if ("321213".equals(codeString))
6546          return _321213;
6547        if ("321214".equals(codeString))
6548          return _321214;
6549        if ("322000".equals(codeString))
6550          return _322000;
6551        if ("322100".equals(codeString))
6552          return _322100;
6553        if ("322111".equals(codeString))
6554          return _322111;
6555        if ("322112".equals(codeString))
6556          return _322112;
6557        if ("322113".equals(codeString))
6558          return _322113;
6559        if ("322114".equals(codeString))
6560          return _322114;
6561        if ("322115".equals(codeString))
6562          return _322115;
6563        if ("322211".equals(codeString))
6564          return _322211;
6565        if ("322300".equals(codeString))
6566          return _322300;
6567        if ("322311".equals(codeString))
6568          return _322311;
6569        if ("322312".equals(codeString))
6570          return _322312;
6571        if ("322313".equals(codeString))
6572          return _322313;
6573        if ("323000".equals(codeString))
6574          return _323000;
6575        if ("323100".equals(codeString))
6576          return _323100;
6577        if ("323111".equals(codeString))
6578          return _323111;
6579        if ("323112".equals(codeString))
6580          return _323112;
6581        if ("323113".equals(codeString))
6582          return _323113;
6583        if ("323200".equals(codeString))
6584          return _323200;
6585        if ("323211".equals(codeString))
6586          return _323211;
6587        if ("323212".equals(codeString))
6588          return _323212;
6589        if ("323213".equals(codeString))
6590          return _323213;
6591        if ("323214".equals(codeString))
6592          return _323214;
6593        if ("323215".equals(codeString))
6594          return _323215;
6595        if ("323299".equals(codeString))
6596          return _323299;
6597        if ("323300".equals(codeString))
6598          return _323300;
6599        if ("323311".equals(codeString))
6600          return _323311;
6601        if ("323312".equals(codeString))
6602          return _323312;
6603        if ("323313".equals(codeString))
6604          return _323313;
6605        if ("323314".equals(codeString))
6606          return _323314;
6607        if ("323315".equals(codeString))
6608          return _323315;
6609        if ("323316".equals(codeString))
6610          return _323316;
6611        if ("323400".equals(codeString))
6612          return _323400;
6613        if ("323411".equals(codeString))
6614          return _323411;
6615        if ("323412".equals(codeString))
6616          return _323412;
6617        if ("324000".equals(codeString))
6618          return _324000;
6619        if ("324111".equals(codeString))
6620          return _324111;
6621        if ("324200".equals(codeString))
6622          return _324200;
6623        if ("324211".equals(codeString))
6624          return _324211;
6625        if ("324212".equals(codeString))
6626          return _324212;
6627        if ("324311".equals(codeString))
6628          return _324311;
6629        if ("330000".equals(codeString))
6630          return _330000;
6631        if ("331000".equals(codeString))
6632          return _331000;
6633        if ("331100".equals(codeString))
6634          return _331100;
6635        if ("331111".equals(codeString))
6636          return _331111;
6637        if ("331112".equals(codeString))
6638          return _331112;
6639        if ("331211".equals(codeString))
6640          return _331211;
6641        if ("331212".equals(codeString))
6642          return _331212;
6643        if ("331213".equals(codeString))
6644          return _331213;
6645        if ("332000".equals(codeString))
6646          return _332000;
6647        if ("332111".equals(codeString))
6648          return _332111;
6649        if ("332211".equals(codeString))
6650          return _332211;
6651        if ("333000".equals(codeString))
6652          return _333000;
6653        if ("333111".equals(codeString))
6654          return _333111;
6655        if ("333200".equals(codeString))
6656          return _333200;
6657        if ("333211".equals(codeString))
6658          return _333211;
6659        if ("333212".equals(codeString))
6660          return _333212;
6661        if ("333311".equals(codeString))
6662          return _333311;
6663        if ("333411".equals(codeString))
6664          return _333411;
6665        if ("334100".equals(codeString))
6666          return _334100;
6667        if ("334111".equals(codeString))
6668          return _334111;
6669        if ("334112".equals(codeString))
6670          return _334112;
6671        if ("334113".equals(codeString))
6672          return _334113;
6673        if ("334114".equals(codeString))
6674          return _334114;
6675        if ("334115".equals(codeString))
6676          return _334115;
6677        if ("340000".equals(codeString))
6678          return _340000;
6679        if ("341100".equals(codeString))
6680          return _341100;
6681        if ("341111".equals(codeString))
6682          return _341111;
6683        if ("341112".equals(codeString))
6684          return _341112;
6685        if ("341113".equals(codeString))
6686          return _341113;
6687        if ("342000".equals(codeString))
6688          return _342000;
6689        if ("342111".equals(codeString))
6690          return _342111;
6691        if ("342200".equals(codeString))
6692          return _342200;
6693        if ("342211".equals(codeString))
6694          return _342211;
6695        if ("342212".equals(codeString))
6696          return _342212;
6697        if ("342300".equals(codeString))
6698          return _342300;
6699        if ("342311".equals(codeString))
6700          return _342311;
6701        if ("342312".equals(codeString))
6702          return _342312;
6703        if ("342313".equals(codeString))
6704          return _342313;
6705        if ("342314".equals(codeString))
6706          return _342314;
6707        if ("342315".equals(codeString))
6708          return _342315;
6709        if ("342400".equals(codeString))
6710          return _342400;
6711        if ("342411".equals(codeString))
6712          return _342411;
6713        if ("342412".equals(codeString))
6714          return _342412;
6715        if ("342413".equals(codeString))
6716          return _342413;
6717        if ("342414".equals(codeString))
6718          return _342414;
6719        if ("351000".equals(codeString))
6720          return _351000;
6721        if ("351100".equals(codeString))
6722          return _351100;
6723        if ("351111".equals(codeString))
6724          return _351111;
6725        if ("351112".equals(codeString))
6726          return _351112;
6727        if ("351211".equals(codeString))
6728          return _351211;
6729        if ("351311".equals(codeString))
6730          return _351311;
6731        if ("351411".equals(codeString))
6732          return _351411;
6733        if ("360000".equals(codeString))
6734          return _360000;
6735        if ("361000".equals(codeString))
6736          return _361000;
6737        if ("361100".equals(codeString))
6738          return _361100;
6739        if ("361111".equals(codeString))
6740          return _361111;
6741        if ("361112".equals(codeString))
6742          return _361112;
6743        if ("361113".equals(codeString))
6744          return _361113;
6745        if ("361114".equals(codeString))
6746          return _361114;
6747        if ("361199".equals(codeString))
6748          return _361199;
6749        if ("361211".equals(codeString))
6750          return _361211;
6751        if ("361311".equals(codeString))
6752          return _361311;
6753        if ("362000".equals(codeString))
6754          return _362000;
6755        if ("362111".equals(codeString))
6756          return _362111;
6757        if ("362200".equals(codeString))
6758          return _362200;
6759        if ("362211".equals(codeString))
6760          return _362211;
6761        if ("362212".equals(codeString))
6762          return _362212;
6763        if ("362213".equals(codeString))
6764          return _362213;
6765        if ("362311".equals(codeString))
6766          return _362311;
6767        if ("362411".equals(codeString))
6768          return _362411;
6769        if ("390000".equals(codeString))
6770          return _390000;
6771        if ("391111".equals(codeString))
6772          return _391111;
6773        if ("392000".equals(codeString))
6774          return _392000;
6775        if ("392100".equals(codeString))
6776          return _392100;
6777        if ("392111".equals(codeString))
6778          return _392111;
6779        if ("392112".equals(codeString))
6780          return _392112;
6781        if ("392211".equals(codeString))
6782          return _392211;
6783        if ("392300".equals(codeString))
6784          return _392300;
6785        if ("392311".equals(codeString))
6786          return _392311;
6787        if ("392312".equals(codeString))
6788          return _392312;
6789        if ("393000".equals(codeString))
6790          return _393000;
6791        if ("393100".equals(codeString))
6792          return _393100;
6793        if ("393111".equals(codeString))
6794          return _393111;
6795        if ("393112".equals(codeString))
6796          return _393112;
6797        if ("393113".equals(codeString))
6798          return _393113;
6799        if ("393114".equals(codeString))
6800          return _393114;
6801        if ("393200".equals(codeString))
6802          return _393200;
6803        if ("393211".equals(codeString))
6804          return _393211;
6805        if ("393212".equals(codeString))
6806          return _393212;
6807        if ("393213".equals(codeString))
6808          return _393213;
6809        if ("393299".equals(codeString))
6810          return _393299;
6811        if ("393311".equals(codeString))
6812          return _393311;
6813        if ("394000".equals(codeString))
6814          return _394000;
6815        if ("394111".equals(codeString))
6816          return _394111;
6817        if ("394200".equals(codeString))
6818          return _394200;
6819        if ("394211".equals(codeString))
6820          return _394211;
6821        if ("394212".equals(codeString))
6822          return _394212;
6823        if ("394213".equals(codeString))
6824          return _394213;
6825        if ("394214".equals(codeString))
6826          return _394214;
6827        if ("394299".equals(codeString))
6828          return _394299;
6829        if ("399000".equals(codeString))
6830          return _399000;
6831        if ("399100".equals(codeString))
6832          return _399100;
6833        if ("399111".equals(codeString))
6834          return _399111;
6835        if ("399112".equals(codeString))
6836          return _399112;
6837        if ("399200".equals(codeString))
6838          return _399200;
6839        if ("399211".equals(codeString))
6840          return _399211;
6841        if ("399212".equals(codeString))
6842          return _399212;
6843        if ("399213".equals(codeString))
6844          return _399213;
6845        if ("399300".equals(codeString))
6846          return _399300;
6847        if ("399311".equals(codeString))
6848          return _399311;
6849        if ("399312".equals(codeString))
6850          return _399312;
6851        if ("399411".equals(codeString))
6852          return _399411;
6853        if ("399500".equals(codeString))
6854          return _399500;
6855        if ("399511".equals(codeString))
6856          return _399511;
6857        if ("399512".equals(codeString))
6858          return _399512;
6859        if ("399513".equals(codeString))
6860          return _399513;
6861        if ("399514".equals(codeString))
6862          return _399514;
6863        if ("399515".equals(codeString))
6864          return _399515;
6865        if ("399516".equals(codeString))
6866          return _399516;
6867        if ("399517".equals(codeString))
6868          return _399517;
6869        if ("399599".equals(codeString))
6870          return _399599;
6871        if ("399611".equals(codeString))
6872          return _399611;
6873        if ("399900".equals(codeString))
6874          return _399900;
6875        if ("399911".equals(codeString))
6876          return _399911;
6877        if ("399912".equals(codeString))
6878          return _399912;
6879        if ("399913".equals(codeString))
6880          return _399913;
6881        if ("399914".equals(codeString))
6882          return _399914;
6883        if ("399915".equals(codeString))
6884          return _399915;
6885        if ("399916".equals(codeString))
6886          return _399916;
6887        if ("399917".equals(codeString))
6888          return _399917;
6889        if ("399999".equals(codeString))
6890          return _399999;
6891        if ("400000".equals(codeString))
6892          return _400000;
6893        if ("411000".equals(codeString))
6894          return _411000;
6895        if ("411100".equals(codeString))
6896          return _411100;
6897        if ("411111".equals(codeString))
6898          return _411111;
6899        if ("411112".equals(codeString))
6900          return _411112;
6901        if ("411200".equals(codeString))
6902          return _411200;
6903        if ("411211".equals(codeString))
6904          return _411211;
6905        if ("411212".equals(codeString))
6906          return _411212;
6907        if ("411213".equals(codeString))
6908          return _411213;
6909        if ("411214".equals(codeString))
6910          return _411214;
6911        if ("411311".equals(codeString))
6912          return _411311;
6913        if ("411400".equals(codeString))
6914          return _411400;
6915        if ("411411".equals(codeString))
6916          return _411411;
6917        if ("411412".equals(codeString))
6918          return _411412;
6919        if ("411511".equals(codeString))
6920          return _411511;
6921        if ("411611".equals(codeString))
6922          return _411611;
6923        if ("411700".equals(codeString))
6924          return _411700;
6925        if ("411711".equals(codeString))
6926          return _411711;
6927        if ("411712".equals(codeString))
6928          return _411712;
6929        if ("411713".equals(codeString))
6930          return _411713;
6931        if ("411714".equals(codeString))
6932          return _411714;
6933        if ("411715".equals(codeString))
6934          return _411715;
6935        if ("411716".equals(codeString))
6936          return _411716;
6937        if ("420000".equals(codeString))
6938          return _420000;
6939        if ("421100".equals(codeString))
6940          return _421100;
6941        if ("421111".equals(codeString))
6942          return _421111;
6943        if ("421112".equals(codeString))
6944          return _421112;
6945        if ("421113".equals(codeString))
6946          return _421113;
6947        if ("421114".equals(codeString))
6948          return _421114;
6949        if ("422100".equals(codeString))
6950          return _422100;
6951        if ("422111".equals(codeString))
6952          return _422111;
6953        if ("422112".equals(codeString))
6954          return _422112;
6955        if ("422115".equals(codeString))
6956          return _422115;
6957        if ("422116".equals(codeString))
6958          return _422116;
6959        if ("423000".equals(codeString))
6960          return _423000;
6961        if ("423111".equals(codeString))
6962          return _423111;
6963        if ("423211".equals(codeString))
6964          return _423211;
6965        if ("423300".equals(codeString))
6966          return _423300;
6967        if ("423311".equals(codeString))
6968          return _423311;
6969        if ("423312".equals(codeString))
6970          return _423312;
6971        if ("423313".equals(codeString))
6972          return _423313;
6973        if ("423314".equals(codeString))
6974          return _423314;
6975        if ("423400".equals(codeString))
6976          return _423400;
6977        if ("423411".equals(codeString))
6978          return _423411;
6979        if ("423412".equals(codeString))
6980          return _423412;
6981        if ("423413".equals(codeString))
6982          return _423413;
6983        if ("431000".equals(codeString))
6984          return _431000;
6985        if ("431100".equals(codeString))
6986          return _431100;
6987        if ("431111".equals(codeString))
6988          return _431111;
6989        if ("431112".equals(codeString))
6990          return _431112;
6991        if ("431211".equals(codeString))
6992          return _431211;
6993        if ("431311".equals(codeString))
6994          return _431311;
6995        if ("431411".equals(codeString))
6996          return _431411;
6997        if ("431511".equals(codeString))
6998          return _431511;
6999        if ("431900".equals(codeString))
7000          return _431900;
7001        if ("431911".equals(codeString))
7002          return _431911;
7003        if ("431912".equals(codeString))
7004          return _431912;
7005        if ("431999".equals(codeString))
7006          return _431999;
7007        if ("440000".equals(codeString))
7008          return _440000;
7009        if ("441000".equals(codeString))
7010          return _441000;
7011        if ("441111".equals(codeString))
7012          return _441111;
7013        if ("441200".equals(codeString))
7014          return _441200;
7015        if ("441211".equals(codeString))
7016          return _441211;
7017        if ("441212".equals(codeString))
7018          return _441212;
7019        if ("441300".equals(codeString))
7020          return _441300;
7021        if ("441311".equals(codeString))
7022          return _441311;
7023        if ("441312".equals(codeString))
7024          return _441312;
7025        if ("442000".equals(codeString))
7026          return _442000;
7027        if ("442111".equals(codeString))
7028          return _442111;
7029        if ("442200".equals(codeString))
7030          return _442200;
7031        if ("442211".equals(codeString))
7032          return _442211;
7033        if ("442212".equals(codeString))
7034          return _442212;
7035        if ("442213".equals(codeString))
7036          return _442213;
7037        if ("442214".equals(codeString))
7038          return _442214;
7039        if ("442215".equals(codeString))
7040          return _442215;
7041        if ("442216".equals(codeString))
7042          return _442216;
7043        if ("442217".equals(codeString))
7044          return _442217;
7045        if ("442299".equals(codeString))
7046          return _442299;
7047        if ("450000".equals(codeString))
7048          return _450000;
7049        if ("451000".equals(codeString))
7050          return _451000;
7051        if ("451111".equals(codeString))
7052          return _451111;
7053        if ("451211".equals(codeString))
7054          return _451211;
7055        if ("451300".equals(codeString))
7056          return _451300;
7057        if ("451311".equals(codeString))
7058          return _451311;
7059        if ("451399".equals(codeString))
7060          return _451399;
7061        if ("451400".equals(codeString))
7062          return _451400;
7063        if ("451411".equals(codeString))
7064          return _451411;
7065        if ("451412".equals(codeString))
7066          return _451412;
7067        if ("451500".equals(codeString))
7068          return _451500;
7069        if ("451511".equals(codeString))
7070          return _451511;
7071        if ("451512".equals(codeString))
7072          return _451512;
7073        if ("451600".equals(codeString))
7074          return _451600;
7075        if ("451611".equals(codeString))
7076          return _451611;
7077        if ("451612".equals(codeString))
7078          return _451612;
7079        if ("451700".equals(codeString))
7080          return _451700;
7081        if ("451711".equals(codeString))
7082          return _451711;
7083        if ("451799".equals(codeString))
7084          return _451799;
7085        if ("451800".equals(codeString))
7086          return _451800;
7087        if ("451811".equals(codeString))
7088          return _451811;
7089        if ("451812".equals(codeString))
7090          return _451812;
7091        if ("451813".equals(codeString))
7092          return _451813;
7093        if ("451899".equals(codeString))
7094          return _451899;
7095        if ("452000".equals(codeString))
7096          return _452000;
7097        if ("452111".equals(codeString))
7098          return _452111;
7099        if ("452200".equals(codeString))
7100          return _452200;
7101        if ("452211".equals(codeString))
7102          return _452211;
7103        if ("452212".equals(codeString))
7104          return _452212;
7105        if ("452213".equals(codeString))
7106          return _452213;
7107        if ("452214".equals(codeString))
7108          return _452214;
7109        if ("452215".equals(codeString))
7110          return _452215;
7111        if ("452216".equals(codeString))
7112          return _452216;
7113        if ("452217".equals(codeString))
7114          return _452217;
7115        if ("452299".equals(codeString))
7116          return _452299;
7117        if ("452300".equals(codeString))
7118          return _452300;
7119        if ("452311".equals(codeString))
7120          return _452311;
7121        if ("452312".equals(codeString))
7122          return _452312;
7123        if ("452313".equals(codeString))
7124          return _452313;
7125        if ("452314".equals(codeString))
7126          return _452314;
7127        if ("452315".equals(codeString))
7128          return _452315;
7129        if ("452316".equals(codeString))
7130          return _452316;
7131        if ("452317".equals(codeString))
7132          return _452317;
7133        if ("452318".equals(codeString))
7134          return _452318;
7135        if ("452321".equals(codeString))
7136          return _452321;
7137        if ("452322".equals(codeString))
7138          return _452322;
7139        if ("452323".equals(codeString))
7140          return _452323;
7141        if ("452400".equals(codeString))
7142          return _452400;
7143        if ("452411".equals(codeString))
7144          return _452411;
7145        if ("452412".equals(codeString))
7146          return _452412;
7147        if ("452413".equals(codeString))
7148          return _452413;
7149        if ("452414".equals(codeString))
7150          return _452414;
7151        if ("452499".equals(codeString))
7152          return _452499;
7153        if ("500000".equals(codeString))
7154          return _500000;
7155        if ("510000".equals(codeString))
7156          return _510000;
7157        if ("511100".equals(codeString))
7158          return _511100;
7159        if ("511111".equals(codeString))
7160          return _511111;
7161        if ("511112".equals(codeString))
7162          return _511112;
7163        if ("512000".equals(codeString))
7164          return _512000;
7165        if ("512111".equals(codeString))
7166          return _512111;
7167        if ("512200".equals(codeString))
7168          return _512200;
7169        if ("512211".equals(codeString))
7170          return _512211;
7171        if ("512299".equals(codeString))
7172          return _512299;
7173        if ("521000".equals(codeString))
7174          return _521000;
7175        if ("521111".equals(codeString))
7176          return _521111;
7177        if ("521200".equals(codeString))
7178          return _521200;
7179        if ("521211".equals(codeString))
7180          return _521211;
7181        if ("521212".equals(codeString))
7182          return _521212;
7183        if ("530000".equals(codeString))
7184          return _530000;
7185        if ("531111".equals(codeString))
7186          return _531111;
7187        if ("532100".equals(codeString))
7188          return _532100;
7189        if ("532111".equals(codeString))
7190          return _532111;
7191        if ("532112".equals(codeString))
7192          return _532112;
7193        if ("532113".equals(codeString))
7194          return _532113;
7195        if ("540000".equals(codeString))
7196          return _540000;
7197        if ("541000".equals(codeString))
7198          return _541000;
7199        if ("541100".equals(codeString))
7200          return _541100;
7201        if ("541111".equals(codeString))
7202          return _541111;
7203        if ("541112".equals(codeString))
7204          return _541112;
7205        if ("541211".equals(codeString))
7206          return _541211;
7207        if ("542100".equals(codeString))
7208          return _542100;
7209        if ("542111".equals(codeString))
7210          return _542111;
7211        if ("542112".equals(codeString))
7212          return _542112;
7213        if ("542113".equals(codeString))
7214          return _542113;
7215        if ("542114".equals(codeString))
7216          return _542114;
7217        if ("550000".equals(codeString))
7218          return _550000;
7219        if ("551000".equals(codeString))
7220          return _551000;
7221        if ("551100".equals(codeString))
7222          return _551100;
7223        if ("551111".equals(codeString))
7224          return _551111;
7225        if ("551112".equals(codeString))
7226          return _551112;
7227        if ("551211".equals(codeString))
7228          return _551211;
7229        if ("551311".equals(codeString))
7230          return _551311;
7231        if ("552000".equals(codeString))
7232          return _552000;
7233        if ("552111".equals(codeString))
7234          return _552111;
7235        if ("552211".equals(codeString))
7236          return _552211;
7237        if ("552300".equals(codeString))
7238          return _552300;
7239        if ("552311".equals(codeString))
7240          return _552311;
7241        if ("552312".equals(codeString))
7242          return _552312;
7243        if ("552313".equals(codeString))
7244          return _552313;
7245        if ("552314".equals(codeString))
7246          return _552314;
7247        if ("561000".equals(codeString))
7248          return _561000;
7249        if ("561100".equals(codeString))
7250          return _561100;
7251        if ("561111".equals(codeString))
7252          return _561111;
7253        if ("561112".equals(codeString))
7254          return _561112;
7255        if ("561113".equals(codeString))
7256          return _561113;
7257        if ("561199".equals(codeString))
7258          return _561199;
7259        if ("561200".equals(codeString))
7260          return _561200;
7261        if ("561211".equals(codeString))
7262          return _561211;
7263        if ("561212".equals(codeString))
7264          return _561212;
7265        if ("561311".equals(codeString))
7266          return _561311;
7267        if ("561400".equals(codeString))
7268          return _561400;
7269        if ("561411".equals(codeString))
7270          return _561411;
7271        if ("561412".equals(codeString))
7272          return _561412;
7273        if ("561511".equals(codeString))
7274          return _561511;
7275        if ("561611".equals(codeString))
7276          return _561611;
7277        if ("561900".equals(codeString))
7278          return _561900;
7279        if ("561911".equals(codeString))
7280          return _561911;
7281        if ("561912".equals(codeString))
7282          return _561912;
7283        if ("561913".equals(codeString))
7284          return _561913;
7285        if ("561999".equals(codeString))
7286          return _561999;
7287        if ("590000".equals(codeString))
7288          return _590000;
7289        if ("591000".equals(codeString))
7290          return _591000;
7291        if ("591100".equals(codeString))
7292          return _591100;
7293        if ("591111".equals(codeString))
7294          return _591111;
7295        if ("591112".equals(codeString))
7296          return _591112;
7297        if ("591113".equals(codeString))
7298          return _591113;
7299        if ("591114".equals(codeString))
7300          return _591114;
7301        if ("591115".equals(codeString))
7302          return _591115;
7303        if ("591116".equals(codeString))
7304          return _591116;
7305        if ("591200".equals(codeString))
7306          return _591200;
7307        if ("591211".equals(codeString))
7308          return _591211;
7309        if ("591212".equals(codeString))
7310          return _591212;
7311        if ("599000".equals(codeString))
7312          return _599000;
7313        if ("599100".equals(codeString))
7314          return _599100;
7315        if ("599111".equals(codeString))
7316          return _599111;
7317        if ("599112".equals(codeString))
7318          return _599112;
7319        if ("599200".equals(codeString))
7320          return _599200;
7321        if ("599211".equals(codeString))
7322          return _599211;
7323        if ("599212".equals(codeString))
7324          return _599212;
7325        if ("599213".equals(codeString))
7326          return _599213;
7327        if ("599214".equals(codeString))
7328          return _599214;
7329        if ("599215".equals(codeString))
7330          return _599215;
7331        if ("599311".equals(codeString))
7332          return _599311;
7333        if ("599411".equals(codeString))
7334          return _599411;
7335        if ("599500".equals(codeString))
7336          return _599500;
7337        if ("599511".equals(codeString))
7338          return _599511;
7339        if ("599512".equals(codeString))
7340          return _599512;
7341        if ("599513".equals(codeString))
7342          return _599513;
7343        if ("599514".equals(codeString))
7344          return _599514;
7345        if ("599515".equals(codeString))
7346          return _599515;
7347        if ("599516".equals(codeString))
7348          return _599516;
7349        if ("599517".equals(codeString))
7350          return _599517;
7351        if ("599518".equals(codeString))
7352          return _599518;
7353        if ("599521".equals(codeString))
7354          return _599521;
7355        if ("599599".equals(codeString))
7356          return _599599;
7357        if ("599600".equals(codeString))
7358          return _599600;
7359        if ("599611".equals(codeString))
7360          return _599611;
7361        if ("599612".equals(codeString))
7362          return _599612;
7363        if ("599613".equals(codeString))
7364          return _599613;
7365        if ("599711".equals(codeString))
7366          return _599711;
7367        if ("599900".equals(codeString))
7368          return _599900;
7369        if ("599911".equals(codeString))
7370          return _599911;
7371        if ("599912".equals(codeString))
7372          return _599912;
7373        if ("599913".equals(codeString))
7374          return _599913;
7375        if ("599914".equals(codeString))
7376          return _599914;
7377        if ("599999".equals(codeString))
7378          return _599999;
7379        if ("600000".equals(codeString))
7380          return _600000;
7381        if ("610000".equals(codeString))
7382          return _610000;
7383        if ("611000".equals(codeString))
7384          return _611000;
7385        if ("611100".equals(codeString))
7386          return _611100;
7387        if ("611111".equals(codeString))
7388          return _611111;
7389        if ("611112".equals(codeString))
7390          return _611112;
7391        if ("611211".equals(codeString))
7392          return _611211;
7393        if ("611300".equals(codeString))
7394          return _611300;
7395        if ("611311".equals(codeString))
7396          return _611311;
7397        if ("611312".equals(codeString))
7398          return _611312;
7399        if ("611313".equals(codeString))
7400          return _611313;
7401        if ("611314".equals(codeString))
7402          return _611314;
7403        if ("611399".equals(codeString))
7404          return _611399;
7405        if ("612100".equals(codeString))
7406          return _612100;
7407        if ("612111".equals(codeString))
7408          return _612111;
7409        if ("612112".equals(codeString))
7410          return _612112;
7411        if ("612113".equals(codeString))
7412          return _612113;
7413        if ("612114".equals(codeString))
7414          return _612114;
7415        if ("612115".equals(codeString))
7416          return _612115;
7417        if ("621000".equals(codeString))
7418          return _621000;
7419        if ("621111".equals(codeString))
7420          return _621111;
7421        if ("621211".equals(codeString))
7422          return _621211;
7423        if ("621300".equals(codeString))
7424          return _621300;
7425        if ("621311".equals(codeString))
7426          return _621311;
7427        if ("621312".equals(codeString))
7428          return _621312;
7429        if ("621411".equals(codeString))
7430          return _621411;
7431        if ("621511".equals(codeString))
7432          return _621511;
7433        if ("621611".equals(codeString))
7434          return _621611;
7435        if ("621700".equals(codeString))
7436          return _621700;
7437        if ("621711".equals(codeString))
7438          return _621711;
7439        if ("621712".equals(codeString))
7440          return _621712;
7441        if ("621713".equals(codeString))
7442          return _621713;
7443        if ("621900".equals(codeString))
7444          return _621900;
7445        if ("621911".equals(codeString))
7446          return _621911;
7447        if ("621912".equals(codeString))
7448          return _621912;
7449        if ("621999".equals(codeString))
7450          return _621999;
7451        if ("630000".equals(codeString))
7452          return _630000;
7453        if ("631100".equals(codeString))
7454          return _631100;
7455        if ("631111".equals(codeString))
7456          return _631111;
7457        if ("631112".equals(codeString))
7458          return _631112;
7459        if ("639000".equals(codeString))
7460          return _639000;
7461        if ("639100".equals(codeString))
7462          return _639100;
7463        if ("639111".equals(codeString))
7464          return _639111;
7465        if ("639112".equals(codeString))
7466          return _639112;
7467        if ("639200".equals(codeString))
7468          return _639200;
7469        if ("639211".equals(codeString))
7470          return _639211;
7471        if ("639212".equals(codeString))
7472          return _639212;
7473        if ("639311".equals(codeString))
7474          return _639311;
7475        if ("639400".equals(codeString))
7476          return _639400;
7477        if ("639411".equals(codeString))
7478          return _639411;
7479        if ("639412".equals(codeString))
7480          return _639412;
7481        if ("639511".equals(codeString))
7482          return _639511;
7483        if ("639911".equals(codeString))
7484          return _639911;
7485        if ("700000".equals(codeString))
7486          return _700000;
7487        if ("710000".equals(codeString))
7488          return _710000;
7489        if ("711000".equals(codeString))
7490          return _711000;
7491        if ("711100".equals(codeString))
7492          return _711100;
7493        if ("711111".equals(codeString))
7494          return _711111;
7495        if ("711112".equals(codeString))
7496          return _711112;
7497        if ("711113".equals(codeString))
7498          return _711113;
7499        if ("711114".equals(codeString))
7500          return _711114;
7501        if ("711199".equals(codeString))
7502          return _711199;
7503        if ("711211".equals(codeString))
7504          return _711211;
7505        if ("711300".equals(codeString))
7506          return _711300;
7507        if ("711311".equals(codeString))
7508          return _711311;
7509        if ("711312".equals(codeString))
7510          return _711312;
7511        if ("711411".equals(codeString))
7512          return _711411;
7513        if ("711500".equals(codeString))
7514          return _711500;
7515        if ("711511".equals(codeString))
7516          return _711511;
7517        if ("711512".equals(codeString))
7518          return _711512;
7519        if ("711513".equals(codeString))
7520          return _711513;
7521        if ("711514".equals(codeString))
7522          return _711514;
7523        if ("711515".equals(codeString))
7524          return _711515;
7525        if ("711516".equals(codeString))
7526          return _711516;
7527        if ("711599".equals(codeString))
7528          return _711599;
7529        if ("711611".equals(codeString))
7530          return _711611;
7531        if ("711700".equals(codeString))
7532          return _711700;
7533        if ("711711".equals(codeString))
7534          return _711711;
7535        if ("711712".equals(codeString))
7536          return _711712;
7537        if ("711713".equals(codeString))
7538          return _711713;
7539        if ("711714".equals(codeString))
7540          return _711714;
7541        if ("711715".equals(codeString))
7542          return _711715;
7543        if ("711716".equals(codeString))
7544          return _711716;
7545        if ("711799".equals(codeString))
7546          return _711799;
7547        if ("711900".equals(codeString))
7548          return _711900;
7549        if ("711911".equals(codeString))
7550          return _711911;
7551        if ("711912".equals(codeString))
7552          return _711912;
7553        if ("711913".equals(codeString))
7554          return _711913;
7555        if ("711914".equals(codeString))
7556          return _711914;
7557        if ("711999".equals(codeString))
7558          return _711999;
7559        if ("712000".equals(codeString))
7560          return _712000;
7561        if ("712111".equals(codeString))
7562          return _712111;
7563        if ("712200".equals(codeString))
7564          return _712200;
7565        if ("712211".equals(codeString))
7566          return _712211;
7567        if ("712212".equals(codeString))
7568          return _712212;
7569        if ("712213".equals(codeString))
7570          return _712213;
7571        if ("712311".equals(codeString))
7572          return _712311;
7573        if ("712900".equals(codeString))
7574          return _712900;
7575        if ("712911".equals(codeString))
7576          return _712911;
7577        if ("712912".equals(codeString))
7578          return _712912;
7579        if ("712913".equals(codeString))
7580          return _712913;
7581        if ("712914".equals(codeString))
7582          return _712914;
7583        if ("712915".equals(codeString))
7584          return _712915;
7585        if ("712916".equals(codeString))
7586          return _712916;
7587        if ("712917".equals(codeString))
7588          return _712917;
7589        if ("712918".equals(codeString))
7590          return _712918;
7591        if ("712921".equals(codeString))
7592          return _712921;
7593        if ("712922".equals(codeString))
7594          return _712922;
7595        if ("712999".equals(codeString))
7596          return _712999;
7597        if ("721000".equals(codeString))
7598          return _721000;
7599        if ("721100".equals(codeString))
7600          return _721100;
7601        if ("721111".equals(codeString))
7602          return _721111;
7603        if ("721112".equals(codeString))
7604          return _721112;
7605        if ("721200".equals(codeString))
7606          return _721200;
7607        if ("721211".equals(codeString))
7608          return _721211;
7609        if ("721212".equals(codeString))
7610          return _721212;
7611        if ("721213".equals(codeString))
7612          return _721213;
7613        if ("721214".equals(codeString))
7614          return _721214;
7615        if ("721215".equals(codeString))
7616          return _721215;
7617        if ("721216".equals(codeString))
7618          return _721216;
7619        if ("721311".equals(codeString))
7620          return _721311;
7621        if ("721900".equals(codeString))
7622          return _721900;
7623        if ("721911".equals(codeString))
7624          return _721911;
7625        if ("721912".equals(codeString))
7626          return _721912;
7627        if ("721913".equals(codeString))
7628          return _721913;
7629        if ("721914".equals(codeString))
7630          return _721914;
7631        if ("721915".equals(codeString))
7632          return _721915;
7633        if ("721916".equals(codeString))
7634          return _721916;
7635        if ("721999".equals(codeString))
7636          return _721999;
7637        if ("730000".equals(codeString))
7638          return _730000;
7639        if ("731000".equals(codeString))
7640          return _731000;
7641        if ("731100".equals(codeString))
7642          return _731100;
7643        if ("731111".equals(codeString))
7644          return _731111;
7645        if ("731112".equals(codeString))
7646          return _731112;
7647        if ("731199".equals(codeString))
7648          return _731199;
7649        if ("731200".equals(codeString))
7650          return _731200;
7651        if ("731211".equals(codeString))
7652          return _731211;
7653        if ("731212".equals(codeString))
7654          return _731212;
7655        if ("731213".equals(codeString))
7656          return _731213;
7657        if ("731300".equals(codeString))
7658          return _731300;
7659        if ("731311".equals(codeString))
7660          return _731311;
7661        if ("731312".equals(codeString))
7662          return _731312;
7663        if ("732111".equals(codeString))
7664          return _732111;
7665        if ("733100".equals(codeString))
7666          return _733100;
7667        if ("733111".equals(codeString))
7668          return _733111;
7669        if ("733112".equals(codeString))
7670          return _733112;
7671        if ("733113".equals(codeString))
7672          return _733113;
7673        if ("733114".equals(codeString))
7674          return _733114;
7675        if ("733115".equals(codeString))
7676          return _733115;
7677        if ("741111".equals(codeString))
7678          return _741111;
7679        if ("800000".equals(codeString))
7680          return _800000;
7681        if ("811000".equals(codeString))
7682          return _811000;
7683        if ("811111".equals(codeString))
7684          return _811111;
7685        if ("811211".equals(codeString))
7686          return _811211;
7687        if ("811311".equals(codeString))
7688          return _811311;
7689        if ("811400".equals(codeString))
7690          return _811400;
7691        if ("811411".equals(codeString))
7692          return _811411;
7693        if ("811412".equals(codeString))
7694          return _811412;
7695        if ("811500".equals(codeString))
7696          return _811500;
7697        if ("811511".equals(codeString))
7698          return _811511;
7699        if ("811512".equals(codeString))
7700          return _811512;
7701        if ("811513".equals(codeString))
7702          return _811513;
7703        if ("811600".equals(codeString))
7704          return _811600;
7705        if ("811611".equals(codeString))
7706          return _811611;
7707        if ("811612".equals(codeString))
7708          return _811612;
7709        if ("811699".equals(codeString))
7710          return _811699;
7711        if ("821000".equals(codeString))
7712          return _821000;
7713        if ("821100".equals(codeString))
7714          return _821100;
7715        if ("821111".equals(codeString))
7716          return _821111;
7717        if ("821112".equals(codeString))
7718          return _821112;
7719        if ("821113".equals(codeString))
7720          return _821113;
7721        if ("821114".equals(codeString))
7722          return _821114;
7723        if ("821211".equals(codeString))
7724          return _821211;
7725        if ("821311".equals(codeString))
7726          return _821311;
7727        if ("821400".equals(codeString))
7728          return _821400;
7729        if ("821411".equals(codeString))
7730          return _821411;
7731        if ("821412".equals(codeString))
7732          return _821412;
7733        if ("821511".equals(codeString))
7734          return _821511;
7735        if ("821611".equals(codeString))
7736          return _821611;
7737        if ("821700".equals(codeString))
7738          return _821700;
7739        if ("821711".equals(codeString))
7740          return _821711;
7741        if ("821712".equals(codeString))
7742          return _821712;
7743        if ("821713".equals(codeString))
7744          return _821713;
7745        if ("821714".equals(codeString))
7746          return _821714;
7747        if ("821900".equals(codeString))
7748          return _821900;
7749        if ("821911".equals(codeString))
7750          return _821911;
7751        if ("821912".equals(codeString))
7752          return _821912;
7753        if ("821913".equals(codeString))
7754          return _821913;
7755        if ("821914".equals(codeString))
7756          return _821914;
7757        if ("821915".equals(codeString))
7758          return _821915;
7759        if ("830000".equals(codeString))
7760          return _830000;
7761        if ("831000".equals(codeString))
7762          return _831000;
7763        if ("831100".equals(codeString))
7764          return _831100;
7765        if ("831111".equals(codeString))
7766          return _831111;
7767        if ("831112".equals(codeString))
7768          return _831112;
7769        if ("831113".equals(codeString))
7770          return _831113;
7771        if ("831114".equals(codeString))
7772          return _831114;
7773        if ("831115".equals(codeString))
7774          return _831115;
7775        if ("831116".equals(codeString))
7776          return _831116;
7777        if ("831117".equals(codeString))
7778          return _831117;
7779        if ("831118".equals(codeString))
7780          return _831118;
7781        if ("831199".equals(codeString))
7782          return _831199;
7783        if ("831200".equals(codeString))
7784          return _831200;
7785        if ("831211".equals(codeString))
7786          return _831211;
7787        if ("831212".equals(codeString))
7788          return _831212;
7789        if ("831300".equals(codeString))
7790          return _831300;
7791        if ("831311".equals(codeString))
7792          return _831311;
7793        if ("831312".equals(codeString))
7794          return _831312;
7795        if ("831313".equals(codeString))
7796          return _831313;
7797        if ("832000".equals(codeString))
7798          return _832000;
7799        if ("832100".equals(codeString))
7800          return _832100;
7801        if ("832111".equals(codeString))
7802          return _832111;
7803        if ("832112".equals(codeString))
7804          return _832112;
7805        if ("832113".equals(codeString))
7806          return _832113;
7807        if ("832114".equals(codeString))
7808          return _832114;
7809        if ("832115".equals(codeString))
7810          return _832115;
7811        if ("832199".equals(codeString))
7812          return _832199;
7813        if ("832211".equals(codeString))
7814          return _832211;
7815        if ("839000".equals(codeString))
7816          return _839000;
7817        if ("839111".equals(codeString))
7818          return _839111;
7819        if ("839200".equals(codeString))
7820          return _839200;
7821        if ("839211".equals(codeString))
7822          return _839211;
7823        if ("839212".equals(codeString))
7824          return _839212;
7825        if ("839300".equals(codeString))
7826          return _839300;
7827        if ("839311".equals(codeString))
7828          return _839311;
7829        if ("839312".equals(codeString))
7830          return _839312;
7831        if ("839313".equals(codeString))
7832          return _839313;
7833        if ("839400".equals(codeString))
7834          return _839400;
7835        if ("839411".equals(codeString))
7836          return _839411;
7837        if ("839412".equals(codeString))
7838          return _839412;
7839        if ("839413".equals(codeString))
7840          return _839413;
7841        if ("839900".equals(codeString))
7842          return _839900;
7843        if ("839911".equals(codeString))
7844          return _839911;
7845        if ("839912".equals(codeString))
7846          return _839912;
7847        if ("839913".equals(codeString))
7848          return _839913;
7849        if ("839914".equals(codeString))
7850          return _839914;
7851        if ("839915".equals(codeString))
7852          return _839915;
7853        if ("839916".equals(codeString))
7854          return _839916;
7855        if ("839917".equals(codeString))
7856          return _839917;
7857        if ("839999".equals(codeString))
7858          return _839999;
7859        if ("841000".equals(codeString))
7860          return _841000;
7861        if ("841111".equals(codeString))
7862          return _841111;
7863        if ("841200".equals(codeString))
7864          return _841200;
7865        if ("841211".equals(codeString))
7866          return _841211;
7867        if ("841212".equals(codeString))
7868          return _841212;
7869        if ("841213".equals(codeString))
7870          return _841213;
7871        if ("841214".equals(codeString))
7872          return _841214;
7873        if ("841215".equals(codeString))
7874          return _841215;
7875        if ("841216".equals(codeString))
7876          return _841216;
7877        if ("841299".equals(codeString))
7878          return _841299;
7879        if ("841300".equals(codeString))
7880          return _841300;
7881        if ("841311".equals(codeString))
7882          return _841311;
7883        if ("841312".equals(codeString))
7884          return _841312;
7885        if ("841313".equals(codeString))
7886          return _841313;
7887        if ("841400".equals(codeString))
7888          return _841400;
7889        if ("841411".equals(codeString))
7890          return _841411;
7891        if ("841412".equals(codeString))
7892          return _841412;
7893        if ("841500".equals(codeString))
7894          return _841500;
7895        if ("841511".equals(codeString))
7896          return _841511;
7897        if ("841512".equals(codeString))
7898          return _841512;
7899        if ("841513".equals(codeString))
7900          return _841513;
7901        if ("841514".equals(codeString))
7902          return _841514;
7903        if ("841515".equals(codeString))
7904          return _841515;
7905        if ("841516".equals(codeString))
7906          return _841516;
7907        if ("841517".equals(codeString))
7908          return _841517;
7909        if ("841599".equals(codeString))
7910          return _841599;
7911        if ("841611".equals(codeString))
7912          return _841611;
7913        if ("841900".equals(codeString))
7914          return _841900;
7915        if ("841911".equals(codeString))
7916          return _841911;
7917        if ("841912".equals(codeString))
7918          return _841912;
7919        if ("841999".equals(codeString))
7920          return _841999;
7921        if ("851000".equals(codeString))
7922          return _851000;
7923        if ("851111".equals(codeString))
7924          return _851111;
7925        if ("851200".equals(codeString))
7926          return _851200;
7927        if ("851211".equals(codeString))
7928          return _851211;
7929        if ("851299".equals(codeString))
7930          return _851299;
7931        if ("851311".equals(codeString))
7932          return _851311;
7933        if ("890000".equals(codeString))
7934          return _890000;
7935        if ("891000".equals(codeString))
7936          return _891000;
7937        if ("891100".equals(codeString))
7938          return _891100;
7939        if ("891111".equals(codeString))
7940          return _891111;
7941        if ("891112".equals(codeString))
7942          return _891112;
7943        if ("891113".equals(codeString))
7944          return _891113;
7945        if ("891211".equals(codeString))
7946          return _891211;
7947        if ("899000".equals(codeString))
7948          return _899000;
7949        if ("899111".equals(codeString))
7950          return _899111;
7951        if ("899200".equals(codeString))
7952          return _899200;
7953        if ("899211".equals(codeString))
7954          return _899211;
7955        if ("899212".equals(codeString))
7956          return _899212;
7957        if ("899311".equals(codeString))
7958          return _899311;
7959        if ("899400".equals(codeString))
7960          return _899400;
7961        if ("899411".equals(codeString))
7962          return _899411;
7963        if ("899412".equals(codeString))
7964          return _899412;
7965        if ("899413".equals(codeString))
7966          return _899413;
7967        if ("899414".equals(codeString))
7968          return _899414;
7969        if ("899415".equals(codeString))
7970          return _899415;
7971        if ("899500".equals(codeString))
7972          return _899500;
7973        if ("899511".equals(codeString))
7974          return _899511;
7975        if ("899512".equals(codeString))
7976          return _899512;
7977        if ("899611".equals(codeString))
7978          return _899611;
7979        if ("899711".equals(codeString))
7980          return _899711;
7981        if ("899900".equals(codeString))
7982          return _899900;
7983        if ("899911".equals(codeString))
7984          return _899911;
7985        if ("899912".equals(codeString))
7986          return _899912;
7987        if ("899913".equals(codeString))
7988          return _899913;
7989        if ("899914".equals(codeString))
7990          return _899914;
7991        if ("899915".equals(codeString))
7992          return _899915;
7993        if ("899916".equals(codeString))
7994          return _899916;
7995        if ("899917".equals(codeString))
7996          return _899917;
7997        if ("899918".equals(codeString))
7998          return _899918;
7999        if ("899921".equals(codeString))
8000          return _899921;
8001        if ("899922".equals(codeString))
8002          return _899922;
8003        if ("899999".equals(codeString))
8004          return _899999;
8005        throw new FHIRException("Unknown AnzscoOccupations code '"+codeString+"'");
8006        }
8007        public String toCode() {
8008          switch (this) {
8009            case _100000: return "100000";
8010            case _111000: return "111000";
8011            case _111111: return "111111";
8012            case _111200: return "111200";
8013            case _111211: return "111211";
8014            case _111212: return "111212";
8015            case _111300: return "111300";
8016            case _111311: return "111311";
8017            case _111312: return "111312";
8018            case _111399: return "111399";
8019            case _121000: return "121000";
8020            case _121111: return "121111";
8021            case _121200: return "121200";
8022            case _121211: return "121211";
8023            case _121212: return "121212";
8024            case _121213: return "121213";
8025            case _121214: return "121214";
8026            case _121215: return "121215";
8027            case _121216: return "121216";
8028            case _121217: return "121217";
8029            case _121218: return "121218";
8030            case _121221: return "121221";
8031            case _121299: return "121299";
8032            case _121300: return "121300";
8033            case _121311: return "121311";
8034            case _121312: return "121312";
8035            case _121313: return "121313";
8036            case _121314: return "121314";
8037            case _121315: return "121315";
8038            case _121316: return "121316";
8039            case _121317: return "121317";
8040            case _121318: return "121318";
8041            case _121321: return "121321";
8042            case _121322: return "121322";
8043            case _121399: return "121399";
8044            case _121411: return "121411";
8045            case _130000: return "130000";
8046            case _131100: return "131100";
8047            case _131111: return "131111";
8048            case _131112: return "131112";
8049            case _132000: return "132000";
8050            case _132111: return "132111";
8051            case _132211: return "132211";
8052            case _132311: return "132311";
8053            case _132411: return "132411";
8054            case _132511: return "132511";
8055            case _133000: return "133000";
8056            case _133100: return "133100";
8057            case _133111: return "133111";
8058            case _133112: return "133112";
8059            case _133211: return "133211";
8060            case _133300: return "133300";
8061            case _133311: return "133311";
8062            case _133312: return "133312";
8063            case _133411: return "133411";
8064            case _133500: return "133500";
8065            case _133511: return "133511";
8066            case _133512: return "133512";
8067            case _133513: return "133513";
8068            case _133611: return "133611";
8069            case _134000: return "134000";
8070            case _134111: return "134111";
8071            case _134200: return "134200";
8072            case _134211: return "134211";
8073            case _134212: return "134212";
8074            case _134213: return "134213";
8075            case _134214: return "134214";
8076            case _134299: return "134299";
8077            case _134311: return "134311";
8078            case _134400: return "134400";
8079            case _134411: return "134411";
8080            case _134412: return "134412";
8081            case _134499: return "134499";
8082            case _135100: return "135100";
8083            case _135111: return "135111";
8084            case _135112: return "135112";
8085            case _135199: return "135199";
8086            case _139000: return "139000";
8087            case _139100: return "139100";
8088            case _139111: return "139111";
8089            case _139112: return "139112";
8090            case _139113: return "139113";
8091            case _139211: return "139211";
8092            case _139900: return "139900";
8093            case _139911: return "139911";
8094            case _139912: return "139912";
8095            case _139913: return "139913";
8096            case _139914: return "139914";
8097            case _139915: return "139915";
8098            case _139999: return "139999";
8099            case _140000: return "140000";
8100            case _141000: return "141000";
8101            case _141111: return "141111";
8102            case _141211: return "141211";
8103            case _141311: return "141311";
8104            case _141411: return "141411";
8105            case _141900: return "141900";
8106            case _141911: return "141911";
8107            case _141999: return "141999";
8108            case _142100: return "142100";
8109            case _142111: return "142111";
8110            case _142112: return "142112";
8111            case _142113: return "142113";
8112            case _142114: return "142114";
8113            case _142115: return "142115";
8114            case _142116: return "142116";
8115            case _149000: return "149000";
8116            case _149100: return "149100";
8117            case _149111: return "149111";
8118            case _149112: return "149112";
8119            case _149113: return "149113";
8120            case _149200: return "149200";
8121            case _149211: return "149211";
8122            case _149212: return "149212";
8123            case _149311: return "149311";
8124            case _149400: return "149400";
8125            case _149411: return "149411";
8126            case _149412: return "149412";
8127            case _149413: return "149413";
8128            case _149900: return "149900";
8129            case _149911: return "149911";
8130            case _149912: return "149912";
8131            case _149913: return "149913";
8132            case _149914: return "149914";
8133            case _149999: return "149999";
8134            case _200000: return "200000";
8135            case _210000: return "210000";
8136            case _211000: return "211000";
8137            case _211100: return "211100";
8138            case _211111: return "211111";
8139            case _211112: return "211112";
8140            case _211113: return "211113";
8141            case _211199: return "211199";
8142            case _211200: return "211200";
8143            case _211211: return "211211";
8144            case _211212: return "211212";
8145            case _211213: return "211213";
8146            case _211214: return "211214";
8147            case _211299: return "211299";
8148            case _211311: return "211311";
8149            case _211400: return "211400";
8150            case _211411: return "211411";
8151            case _211412: return "211412";
8152            case _211413: return "211413";
8153            case _211499: return "211499";
8154            case _212000: return "212000";
8155            case _212100: return "212100";
8156            case _212111: return "212111";
8157            case _212112: return "212112";
8158            case _212113: return "212113";
8159            case _212114: return "212114";
8160            case _212200: return "212200";
8161            case _212211: return "212211";
8162            case _212212: return "212212";
8163            case _212300: return "212300";
8164            case _212311: return "212311";
8165            case _212312: return "212312";
8166            case _212313: return "212313";
8167            case _212314: return "212314";
8168            case _212315: return "212315";
8169            case _212316: return "212316";
8170            case _212317: return "212317";
8171            case _212318: return "212318";
8172            case _212399: return "212399";
8173            case _212400: return "212400";
8174            case _212411: return "212411";
8175            case _212412: return "212412";
8176            case _212413: return "212413";
8177            case _212414: return "212414";
8178            case _212415: return "212415";
8179            case _212416: return "212416";
8180            case _212499: return "212499";
8181            case _220000: return "220000";
8182            case _221000: return "221000";
8183            case _221100: return "221100";
8184            case _221111: return "221111";
8185            case _221112: return "221112";
8186            case _221113: return "221113";
8187            case _221200: return "221200";
8188            case _221211: return "221211";
8189            case _221212: return "221212";
8190            case _221213: return "221213";
8191            case _221214: return "221214";
8192            case _222000: return "222000";
8193            case _222100: return "222100";
8194            case _222111: return "222111";
8195            case _222112: return "222112";
8196            case _222113: return "222113";
8197            case _222199: return "222199";
8198            case _222200: return "222200";
8199            case _222211: return "222211";
8200            case _222212: return "222212";
8201            case _222213: return "222213";
8202            case _222299: return "222299";
8203            case _222300: return "222300";
8204            case _222311: return "222311";
8205            case _222312: return "222312";
8206            case _223000: return "223000";
8207            case _223100: return "223100";
8208            case _223111: return "223111";
8209            case _223112: return "223112";
8210            case _223113: return "223113";
8211            case _223211: return "223211";
8212            case _223311: return "223311";
8213            case _224000: return "224000";
8214            case _224100: return "224100";
8215            case _224111: return "224111";
8216            case _224112: return "224112";
8217            case _224113: return "224113";
8218            case _224200: return "224200";
8219            case _224211: return "224211";
8220            case _224212: return "224212";
8221            case _224213: return "224213";
8222            case _224214: return "224214";
8223            case _224311: return "224311";
8224            case _224400: return "224400";
8225            case _224411: return "224411";
8226            case _224412: return "224412";
8227            case _224500: return "224500";
8228            case _224511: return "224511";
8229            case _224512: return "224512";
8230            case _224611: return "224611";
8231            case _224700: return "224700";
8232            case _224711: return "224711";
8233            case _224712: return "224712";
8234            case _224900: return "224900";
8235            case _224911: return "224911";
8236            case _224912: return "224912";
8237            case _224913: return "224913";
8238            case _224914: return "224914";
8239            case _224999: return "224999";
8240            case _225000: return "225000";
8241            case _225100: return "225100";
8242            case _225111: return "225111";
8243            case _225112: return "225112";
8244            case _225113: return "225113";
8245            case _225200: return "225200";
8246            case _225211: return "225211";
8247            case _225212: return "225212";
8248            case _225213: return "225213";
8249            case _225311: return "225311";
8250            case _225400: return "225400";
8251            case _225411: return "225411";
8252            case _225412: return "225412";
8253            case _225499: return "225499";
8254            case _230000: return "230000";
8255            case _231000: return "231000";
8256            case _231100: return "231100";
8257            case _231111: return "231111";
8258            case _231112: return "231112";
8259            case _231113: return "231113";
8260            case _231114: return "231114";
8261            case _231199: return "231199";
8262            case _231200: return "231200";
8263            case _231211: return "231211";
8264            case _231212: return "231212";
8265            case _231213: return "231213";
8266            case _231214: return "231214";
8267            case _231215: return "231215";
8268            case _231299: return "231299";
8269            case _232000: return "232000";
8270            case _232100: return "232100";
8271            case _232111: return "232111";
8272            case _232112: return "232112";
8273            case _232200: return "232200";
8274            case _232211: return "232211";
8275            case _232212: return "232212";
8276            case _232300: return "232300";
8277            case _232311: return "232311";
8278            case _232312: return "232312";
8279            case _232313: return "232313";
8280            case _232400: return "232400";
8281            case _232411: return "232411";
8282            case _232412: return "232412";
8283            case _232413: return "232413";
8284            case _232414: return "232414";
8285            case _232511: return "232511";
8286            case _232611: return "232611";
8287            case _233000: return "233000";
8288            case _233100: return "233100";
8289            case _233111: return "233111";
8290            case _233112: return "233112";
8291            case _233200: return "233200";
8292            case _233211: return "233211";
8293            case _233212: return "233212";
8294            case _233213: return "233213";
8295            case _233214: return "233214";
8296            case _233215: return "233215";
8297            case _233311: return "233311";
8298            case _233411: return "233411";
8299            case _233500: return "233500";
8300            case _233511: return "233511";
8301            case _233512: return "233512";
8302            case _233513: return "233513";
8303            case _233600: return "233600";
8304            case _233611: return "233611";
8305            case _233612: return "233612";
8306            case _233900: return "233900";
8307            case _233911: return "233911";
8308            case _233912: return "233912";
8309            case _233913: return "233913";
8310            case _233914: return "233914";
8311            case _233915: return "233915";
8312            case _233916: return "233916";
8313            case _233999: return "233999";
8314            case _234000: return "234000";
8315            case _234100: return "234100";
8316            case _234111: return "234111";
8317            case _234112: return "234112";
8318            case _234113: return "234113";
8319            case _234200: return "234200";
8320            case _234211: return "234211";
8321            case _234212: return "234212";
8322            case _234213: return "234213";
8323            case _234300: return "234300";
8324            case _234311: return "234311";
8325            case _234312: return "234312";
8326            case _234313: return "234313";
8327            case _234314: return "234314";
8328            case _234399: return "234399";
8329            case _234400: return "234400";
8330            case _234411: return "234411";
8331            case _234412: return "234412";
8332            case _234500: return "234500";
8333            case _234511: return "234511";
8334            case _234512: return "234512";
8335            case _234513: return "234513";
8336            case _234514: return "234514";
8337            case _234515: return "234515";
8338            case _234516: return "234516";
8339            case _234517: return "234517";
8340            case _234518: return "234518";
8341            case _234599: return "234599";
8342            case _234611: return "234611";
8343            case _234711: return "234711";
8344            case _234900: return "234900";
8345            case _234911: return "234911";
8346            case _234912: return "234912";
8347            case _234913: return "234913";
8348            case _234914: return "234914";
8349            case _234999: return "234999";
8350            case _240000: return "240000";
8351            case _241000: return "241000";
8352            case _241111: return "241111";
8353            case _241213: return "241213";
8354            case _241311: return "241311";
8355            case _241411: return "241411";
8356            case _241500: return "241500";
8357            case _241511: return "241511";
8358            case _241512: return "241512";
8359            case _241513: return "241513";
8360            case _241599: return "241599";
8361            case _242000: return "242000";
8362            case _242100: return "242100";
8363            case _242111: return "242111";
8364            case _242112: return "242112";
8365            case _242211: return "242211";
8366            case _249000: return "249000";
8367            case _249100: return "249100";
8368            case _249111: return "249111";
8369            case _249112: return "249112";
8370            case _249200: return "249200";
8371            case _249211: return "249211";
8372            case _249212: return "249212";
8373            case _249213: return "249213";
8374            case _249214: return "249214";
8375            case _249299: return "249299";
8376            case _249311: return "249311";
8377            case _250000: return "250000";
8378            case _251000: return "251000";
8379            case _251111: return "251111";
8380            case _251200: return "251200";
8381            case _251211: return "251211";
8382            case _251212: return "251212";
8383            case _251213: return "251213";
8384            case _251214: return "251214";
8385            case _251300: return "251300";
8386            case _251311: return "251311";
8387            case _251312: return "251312";
8388            case _251400: return "251400";
8389            case _251411: return "251411";
8390            case _251412: return "251412";
8391            case _251500: return "251500";
8392            case _251511: return "251511";
8393            case _251512: return "251512";
8394            case _251513: return "251513";
8395            case _251900: return "251900";
8396            case _251911: return "251911";
8397            case _251912: return "251912";
8398            case _251999: return "251999";
8399            case _252000: return "252000";
8400            case _252100: return "252100";
8401            case _252111: return "252111";
8402            case _252112: return "252112";
8403            case _252200: return "252200";
8404            case _252211: return "252211";
8405            case _252212: return "252212";
8406            case _252213: return "252213";
8407            case _252214: return "252214";
8408            case _252299: return "252299";
8409            case _252300: return "252300";
8410            case _252311: return "252311";
8411            case _252312: return "252312";
8412            case _252411: return "252411";
8413            case _252511: return "252511";
8414            case _252611: return "252611";
8415            case _252700: return "252700";
8416            case _252711: return "252711";
8417            case _252712: return "252712";
8418            case _253000: return "253000";
8419            case _253100: return "253100";
8420            case _253111: return "253111";
8421            case _253112: return "253112";
8422            case _253211: return "253211";
8423            case _253300: return "253300";
8424            case _253311: return "253311";
8425            case _253312: return "253312";
8426            case _253313: return "253313";
8427            case _253314: return "253314";
8428            case _253315: return "253315";
8429            case _253316: return "253316";
8430            case _253317: return "253317";
8431            case _253318: return "253318";
8432            case _253321: return "253321";
8433            case _253322: return "253322";
8434            case _253323: return "253323";
8435            case _253324: return "253324";
8436            case _253399: return "253399";
8437            case _253411: return "253411";
8438            case _253500: return "253500";
8439            case _253511: return "253511";
8440            case _253512: return "253512";
8441            case _253513: return "253513";
8442            case _253514: return "253514";
8443            case _253515: return "253515";
8444            case _253516: return "253516";
8445            case _253517: return "253517";
8446            case _253518: return "253518";
8447            case _253521: return "253521";
8448            case _253900: return "253900";
8449            case _253911: return "253911";
8450            case _253912: return "253912";
8451            case _253913: return "253913";
8452            case _253914: return "253914";
8453            case _253915: return "253915";
8454            case _253916: return "253916";
8455            case _253999: return "253999";
8456            case _254000: return "254000";
8457            case _254111: return "254111";
8458            case _254200: return "254200";
8459            case _254211: return "254211";
8460            case _254212: return "254212";
8461            case _254311: return "254311";
8462            case _254400: return "254400";
8463            case _254411: return "254411";
8464            case _254412: return "254412";
8465            case _254413: return "254413";
8466            case _254414: return "254414";
8467            case _254415: return "254415";
8468            case _254416: return "254416";
8469            case _254417: return "254417";
8470            case _254418: return "254418";
8471            case _254421: return "254421";
8472            case _254422: return "254422";
8473            case _254423: return "254423";
8474            case _254424: return "254424";
8475            case _254499: return "254499";
8476            case _260000: return "260000";
8477            case _261000: return "261000";
8478            case _261100: return "261100";
8479            case _261111: return "261111";
8480            case _261112: return "261112";
8481            case _261200: return "261200";
8482            case _261211: return "261211";
8483            case _261212: return "261212";
8484            case _261300: return "261300";
8485            case _261311: return "261311";
8486            case _261312: return "261312";
8487            case _261313: return "261313";
8488            case _261399: return "261399";
8489            case _262100: return "262100";
8490            case _262111: return "262111";
8491            case _262112: return "262112";
8492            case _262113: return "262113";
8493            case _263000: return "263000";
8494            case _263100: return "263100";
8495            case _263111: return "263111";
8496            case _263112: return "263112";
8497            case _263113: return "263113";
8498            case _263200: return "263200";
8499            case _263211: return "263211";
8500            case _263212: return "263212";
8501            case _263213: return "263213";
8502            case _263299: return "263299";
8503            case _263300: return "263300";
8504            case _263311: return "263311";
8505            case _263312: return "263312";
8506            case _270000: return "270000";
8507            case _271000: return "271000";
8508            case _271111: return "271111";
8509            case _271200: return "271200";
8510            case _271211: return "271211";
8511            case _271212: return "271212";
8512            case _271213: return "271213";
8513            case _271299: return "271299";
8514            case _271311: return "271311";
8515            case _272000: return "272000";
8516            case _272100: return "272100";
8517            case _272111: return "272111";
8518            case _272112: return "272112";
8519            case _272113: return "272113";
8520            case _272114: return "272114";
8521            case _272115: return "272115";
8522            case _272199: return "272199";
8523            case _272211: return "272211";
8524            case _272300: return "272300";
8525            case _272311: return "272311";
8526            case _272312: return "272312";
8527            case _272313: return "272313";
8528            case _272314: return "272314";
8529            case _272399: return "272399";
8530            case _272400: return "272400";
8531            case _272411: return "272411";
8532            case _272412: return "272412";
8533            case _272413: return "272413";
8534            case _272499: return "272499";
8535            case _272511: return "272511";
8536            case _272600: return "272600";
8537            case _272611: return "272611";
8538            case _272612: return "272612";
8539            case _272613: return "272613";
8540            case _300000: return "300000";
8541            case _310000: return "310000";
8542            case _311000: return "311000";
8543            case _311111: return "311111";
8544            case _311200: return "311200";
8545            case _311211: return "311211";
8546            case _311212: return "311212";
8547            case _311213: return "311213";
8548            case _311214: return "311214";
8549            case _311215: return "311215";
8550            case _311299: return "311299";
8551            case _311300: return "311300";
8552            case _311311: return "311311";
8553            case _311312: return "311312";
8554            case _311313: return "311313";
8555            case _311399: return "311399";
8556            case _311400: return "311400";
8557            case _311411: return "311411";
8558            case _311412: return "311412";
8559            case _311413: return "311413";
8560            case _311414: return "311414";
8561            case _311499: return "311499";
8562            case _312000: return "312000";
8563            case _312100: return "312100";
8564            case _312111: return "312111";
8565            case _312112: return "312112";
8566            case _312113: return "312113";
8567            case _312114: return "312114";
8568            case _312115: return "312115";
8569            case _312116: return "312116";
8570            case _312200: return "312200";
8571            case _312211: return "312211";
8572            case _312212: return "312212";
8573            case _312300: return "312300";
8574            case _312311: return "312311";
8575            case _312312: return "312312";
8576            case _312400: return "312400";
8577            case _312411: return "312411";
8578            case _312412: return "312412";
8579            case _312500: return "312500";
8580            case _312511: return "312511";
8581            case _312512: return "312512";
8582            case _312611: return "312611";
8583            case _312900: return "312900";
8584            case _312911: return "312911";
8585            case _312912: return "312912";
8586            case _312913: return "312913";
8587            case _312999: return "312999";
8588            case _313000: return "313000";
8589            case _313100: return "313100";
8590            case _313111: return "313111";
8591            case _313112: return "313112";
8592            case _313113: return "313113";
8593            case _313199: return "313199";
8594            case _313200: return "313200";
8595            case _313211: return "313211";
8596            case _313212: return "313212";
8597            case _313213: return "313213";
8598            case _313214: return "313214";
8599            case _320000: return "320000";
8600            case _321000: return "321000";
8601            case _321111: return "321111";
8602            case _321200: return "321200";
8603            case _321211: return "321211";
8604            case _321212: return "321212";
8605            case _321213: return "321213";
8606            case _321214: return "321214";
8607            case _322000: return "322000";
8608            case _322100: return "322100";
8609            case _322111: return "322111";
8610            case _322112: return "322112";
8611            case _322113: return "322113";
8612            case _322114: return "322114";
8613            case _322115: return "322115";
8614            case _322211: return "322211";
8615            case _322300: return "322300";
8616            case _322311: return "322311";
8617            case _322312: return "322312";
8618            case _322313: return "322313";
8619            case _323000: return "323000";
8620            case _323100: return "323100";
8621            case _323111: return "323111";
8622            case _323112: return "323112";
8623            case _323113: return "323113";
8624            case _323200: return "323200";
8625            case _323211: return "323211";
8626            case _323212: return "323212";
8627            case _323213: return "323213";
8628            case _323214: return "323214";
8629            case _323215: return "323215";
8630            case _323299: return "323299";
8631            case _323300: return "323300";
8632            case _323311: return "323311";
8633            case _323312: return "323312";
8634            case _323313: return "323313";
8635            case _323314: return "323314";
8636            case _323315: return "323315";
8637            case _323316: return "323316";
8638            case _323400: return "323400";
8639            case _323411: return "323411";
8640            case _323412: return "323412";
8641            case _324000: return "324000";
8642            case _324111: return "324111";
8643            case _324200: return "324200";
8644            case _324211: return "324211";
8645            case _324212: return "324212";
8646            case _324311: return "324311";
8647            case _330000: return "330000";
8648            case _331000: return "331000";
8649            case _331100: return "331100";
8650            case _331111: return "331111";
8651            case _331112: return "331112";
8652            case _331211: return "331211";
8653            case _331212: return "331212";
8654            case _331213: return "331213";
8655            case _332000: return "332000";
8656            case _332111: return "332111";
8657            case _332211: return "332211";
8658            case _333000: return "333000";
8659            case _333111: return "333111";
8660            case _333200: return "333200";
8661            case _333211: return "333211";
8662            case _333212: return "333212";
8663            case _333311: return "333311";
8664            case _333411: return "333411";
8665            case _334100: return "334100";
8666            case _334111: return "334111";
8667            case _334112: return "334112";
8668            case _334113: return "334113";
8669            case _334114: return "334114";
8670            case _334115: return "334115";
8671            case _340000: return "340000";
8672            case _341100: return "341100";
8673            case _341111: return "341111";
8674            case _341112: return "341112";
8675            case _341113: return "341113";
8676            case _342000: return "342000";
8677            case _342111: return "342111";
8678            case _342200: return "342200";
8679            case _342211: return "342211";
8680            case _342212: return "342212";
8681            case _342300: return "342300";
8682            case _342311: return "342311";
8683            case _342312: return "342312";
8684            case _342313: return "342313";
8685            case _342314: return "342314";
8686            case _342315: return "342315";
8687            case _342400: return "342400";
8688            case _342411: return "342411";
8689            case _342412: return "342412";
8690            case _342413: return "342413";
8691            case _342414: return "342414";
8692            case _351000: return "351000";
8693            case _351100: return "351100";
8694            case _351111: return "351111";
8695            case _351112: return "351112";
8696            case _351211: return "351211";
8697            case _351311: return "351311";
8698            case _351411: return "351411";
8699            case _360000: return "360000";
8700            case _361000: return "361000";
8701            case _361100: return "361100";
8702            case _361111: return "361111";
8703            case _361112: return "361112";
8704            case _361113: return "361113";
8705            case _361114: return "361114";
8706            case _361199: return "361199";
8707            case _361211: return "361211";
8708            case _361311: return "361311";
8709            case _362000: return "362000";
8710            case _362111: return "362111";
8711            case _362200: return "362200";
8712            case _362211: return "362211";
8713            case _362212: return "362212";
8714            case _362213: return "362213";
8715            case _362311: return "362311";
8716            case _362411: return "362411";
8717            case _390000: return "390000";
8718            case _391111: return "391111";
8719            case _392000: return "392000";
8720            case _392100: return "392100";
8721            case _392111: return "392111";
8722            case _392112: return "392112";
8723            case _392211: return "392211";
8724            case _392300: return "392300";
8725            case _392311: return "392311";
8726            case _392312: return "392312";
8727            case _393000: return "393000";
8728            case _393100: return "393100";
8729            case _393111: return "393111";
8730            case _393112: return "393112";
8731            case _393113: return "393113";
8732            case _393114: return "393114";
8733            case _393200: return "393200";
8734            case _393211: return "393211";
8735            case _393212: return "393212";
8736            case _393213: return "393213";
8737            case _393299: return "393299";
8738            case _393311: return "393311";
8739            case _394000: return "394000";
8740            case _394111: return "394111";
8741            case _394200: return "394200";
8742            case _394211: return "394211";
8743            case _394212: return "394212";
8744            case _394213: return "394213";
8745            case _394214: return "394214";
8746            case _394299: return "394299";
8747            case _399000: return "399000";
8748            case _399100: return "399100";
8749            case _399111: return "399111";
8750            case _399112: return "399112";
8751            case _399200: return "399200";
8752            case _399211: return "399211";
8753            case _399212: return "399212";
8754            case _399213: return "399213";
8755            case _399300: return "399300";
8756            case _399311: return "399311";
8757            case _399312: return "399312";
8758            case _399411: return "399411";
8759            case _399500: return "399500";
8760            case _399511: return "399511";
8761            case _399512: return "399512";
8762            case _399513: return "399513";
8763            case _399514: return "399514";
8764            case _399515: return "399515";
8765            case _399516: return "399516";
8766            case _399517: return "399517";
8767            case _399599: return "399599";
8768            case _399611: return "399611";
8769            case _399900: return "399900";
8770            case _399911: return "399911";
8771            case _399912: return "399912";
8772            case _399913: return "399913";
8773            case _399914: return "399914";
8774            case _399915: return "399915";
8775            case _399916: return "399916";
8776            case _399917: return "399917";
8777            case _399999: return "399999";
8778            case _400000: return "400000";
8779            case _411000: return "411000";
8780            case _411100: return "411100";
8781            case _411111: return "411111";
8782            case _411112: return "411112";
8783            case _411200: return "411200";
8784            case _411211: return "411211";
8785            case _411212: return "411212";
8786            case _411213: return "411213";
8787            case _411214: return "411214";
8788            case _411311: return "411311";
8789            case _411400: return "411400";
8790            case _411411: return "411411";
8791            case _411412: return "411412";
8792            case _411511: return "411511";
8793            case _411611: return "411611";
8794            case _411700: return "411700";
8795            case _411711: return "411711";
8796            case _411712: return "411712";
8797            case _411713: return "411713";
8798            case _411714: return "411714";
8799            case _411715: return "411715";
8800            case _411716: return "411716";
8801            case _420000: return "420000";
8802            case _421100: return "421100";
8803            case _421111: return "421111";
8804            case _421112: return "421112";
8805            case _421113: return "421113";
8806            case _421114: return "421114";
8807            case _422100: return "422100";
8808            case _422111: return "422111";
8809            case _422112: return "422112";
8810            case _422115: return "422115";
8811            case _422116: return "422116";
8812            case _423000: return "423000";
8813            case _423111: return "423111";
8814            case _423211: return "423211";
8815            case _423300: return "423300";
8816            case _423311: return "423311";
8817            case _423312: return "423312";
8818            case _423313: return "423313";
8819            case _423314: return "423314";
8820            case _423400: return "423400";
8821            case _423411: return "423411";
8822            case _423412: return "423412";
8823            case _423413: return "423413";
8824            case _431000: return "431000";
8825            case _431100: return "431100";
8826            case _431111: return "431111";
8827            case _431112: return "431112";
8828            case _431211: return "431211";
8829            case _431311: return "431311";
8830            case _431411: return "431411";
8831            case _431511: return "431511";
8832            case _431900: return "431900";
8833            case _431911: return "431911";
8834            case _431912: return "431912";
8835            case _431999: return "431999";
8836            case _440000: return "440000";
8837            case _441000: return "441000";
8838            case _441111: return "441111";
8839            case _441200: return "441200";
8840            case _441211: return "441211";
8841            case _441212: return "441212";
8842            case _441300: return "441300";
8843            case _441311: return "441311";
8844            case _441312: return "441312";
8845            case _442000: return "442000";
8846            case _442111: return "442111";
8847            case _442200: return "442200";
8848            case _442211: return "442211";
8849            case _442212: return "442212";
8850            case _442213: return "442213";
8851            case _442214: return "442214";
8852            case _442215: return "442215";
8853            case _442216: return "442216";
8854            case _442217: return "442217";
8855            case _442299: return "442299";
8856            case _450000: return "450000";
8857            case _451000: return "451000";
8858            case _451111: return "451111";
8859            case _451211: return "451211";
8860            case _451300: return "451300";
8861            case _451311: return "451311";
8862            case _451399: return "451399";
8863            case _451400: return "451400";
8864            case _451411: return "451411";
8865            case _451412: return "451412";
8866            case _451500: return "451500";
8867            case _451511: return "451511";
8868            case _451512: return "451512";
8869            case _451600: return "451600";
8870            case _451611: return "451611";
8871            case _451612: return "451612";
8872            case _451700: return "451700";
8873            case _451711: return "451711";
8874            case _451799: return "451799";
8875            case _451800: return "451800";
8876            case _451811: return "451811";
8877            case _451812: return "451812";
8878            case _451813: return "451813";
8879            case _451899: return "451899";
8880            case _452000: return "452000";
8881            case _452111: return "452111";
8882            case _452200: return "452200";
8883            case _452211: return "452211";
8884            case _452212: return "452212";
8885            case _452213: return "452213";
8886            case _452214: return "452214";
8887            case _452215: return "452215";
8888            case _452216: return "452216";
8889            case _452217: return "452217";
8890            case _452299: return "452299";
8891            case _452300: return "452300";
8892            case _452311: return "452311";
8893            case _452312: return "452312";
8894            case _452313: return "452313";
8895            case _452314: return "452314";
8896            case _452315: return "452315";
8897            case _452316: return "452316";
8898            case _452317: return "452317";
8899            case _452318: return "452318";
8900            case _452321: return "452321";
8901            case _452322: return "452322";
8902            case _452323: return "452323";
8903            case _452400: return "452400";
8904            case _452411: return "452411";
8905            case _452412: return "452412";
8906            case _452413: return "452413";
8907            case _452414: return "452414";
8908            case _452499: return "452499";
8909            case _500000: return "500000";
8910            case _510000: return "510000";
8911            case _511100: return "511100";
8912            case _511111: return "511111";
8913            case _511112: return "511112";
8914            case _512000: return "512000";
8915            case _512111: return "512111";
8916            case _512200: return "512200";
8917            case _512211: return "512211";
8918            case _512299: return "512299";
8919            case _521000: return "521000";
8920            case _521111: return "521111";
8921            case _521200: return "521200";
8922            case _521211: return "521211";
8923            case _521212: return "521212";
8924            case _530000: return "530000";
8925            case _531111: return "531111";
8926            case _532100: return "532100";
8927            case _532111: return "532111";
8928            case _532112: return "532112";
8929            case _532113: return "532113";
8930            case _540000: return "540000";
8931            case _541000: return "541000";
8932            case _541100: return "541100";
8933            case _541111: return "541111";
8934            case _541112: return "541112";
8935            case _541211: return "541211";
8936            case _542100: return "542100";
8937            case _542111: return "542111";
8938            case _542112: return "542112";
8939            case _542113: return "542113";
8940            case _542114: return "542114";
8941            case _550000: return "550000";
8942            case _551000: return "551000";
8943            case _551100: return "551100";
8944            case _551111: return "551111";
8945            case _551112: return "551112";
8946            case _551211: return "551211";
8947            case _551311: return "551311";
8948            case _552000: return "552000";
8949            case _552111: return "552111";
8950            case _552211: return "552211";
8951            case _552300: return "552300";
8952            case _552311: return "552311";
8953            case _552312: return "552312";
8954            case _552313: return "552313";
8955            case _552314: return "552314";
8956            case _561000: return "561000";
8957            case _561100: return "561100";
8958            case _561111: return "561111";
8959            case _561112: return "561112";
8960            case _561113: return "561113";
8961            case _561199: return "561199";
8962            case _561200: return "561200";
8963            case _561211: return "561211";
8964            case _561212: return "561212";
8965            case _561311: return "561311";
8966            case _561400: return "561400";
8967            case _561411: return "561411";
8968            case _561412: return "561412";
8969            case _561511: return "561511";
8970            case _561611: return "561611";
8971            case _561900: return "561900";
8972            case _561911: return "561911";
8973            case _561912: return "561912";
8974            case _561913: return "561913";
8975            case _561999: return "561999";
8976            case _590000: return "590000";
8977            case _591000: return "591000";
8978            case _591100: return "591100";
8979            case _591111: return "591111";
8980            case _591112: return "591112";
8981            case _591113: return "591113";
8982            case _591114: return "591114";
8983            case _591115: return "591115";
8984            case _591116: return "591116";
8985            case _591200: return "591200";
8986            case _591211: return "591211";
8987            case _591212: return "591212";
8988            case _599000: return "599000";
8989            case _599100: return "599100";
8990            case _599111: return "599111";
8991            case _599112: return "599112";
8992            case _599200: return "599200";
8993            case _599211: return "599211";
8994            case _599212: return "599212";
8995            case _599213: return "599213";
8996            case _599214: return "599214";
8997            case _599215: return "599215";
8998            case _599311: return "599311";
8999            case _599411: return "599411";
9000            case _599500: return "599500";
9001            case _599511: return "599511";
9002            case _599512: return "599512";
9003            case _599513: return "599513";
9004            case _599514: return "599514";
9005            case _599515: return "599515";
9006            case _599516: return "599516";
9007            case _599517: return "599517";
9008            case _599518: return "599518";
9009            case _599521: return "599521";
9010            case _599599: return "599599";
9011            case _599600: return "599600";
9012            case _599611: return "599611";
9013            case _599612: return "599612";
9014            case _599613: return "599613";
9015            case _599711: return "599711";
9016            case _599900: return "599900";
9017            case _599911: return "599911";
9018            case _599912: return "599912";
9019            case _599913: return "599913";
9020            case _599914: return "599914";
9021            case _599999: return "599999";
9022            case _600000: return "600000";
9023            case _610000: return "610000";
9024            case _611000: return "611000";
9025            case _611100: return "611100";
9026            case _611111: return "611111";
9027            case _611112: return "611112";
9028            case _611211: return "611211";
9029            case _611300: return "611300";
9030            case _611311: return "611311";
9031            case _611312: return "611312";
9032            case _611313: return "611313";
9033            case _611314: return "611314";
9034            case _611399: return "611399";
9035            case _612100: return "612100";
9036            case _612111: return "612111";
9037            case _612112: return "612112";
9038            case _612113: return "612113";
9039            case _612114: return "612114";
9040            case _612115: return "612115";
9041            case _621000: return "621000";
9042            case _621111: return "621111";
9043            case _621211: return "621211";
9044            case _621300: return "621300";
9045            case _621311: return "621311";
9046            case _621312: return "621312";
9047            case _621411: return "621411";
9048            case _621511: return "621511";
9049            case _621611: return "621611";
9050            case _621700: return "621700";
9051            case _621711: return "621711";
9052            case _621712: return "621712";
9053            case _621713: return "621713";
9054            case _621900: return "621900";
9055            case _621911: return "621911";
9056            case _621912: return "621912";
9057            case _621999: return "621999";
9058            case _630000: return "630000";
9059            case _631100: return "631100";
9060            case _631111: return "631111";
9061            case _631112: return "631112";
9062            case _639000: return "639000";
9063            case _639100: return "639100";
9064            case _639111: return "639111";
9065            case _639112: return "639112";
9066            case _639200: return "639200";
9067            case _639211: return "639211";
9068            case _639212: return "639212";
9069            case _639311: return "639311";
9070            case _639400: return "639400";
9071            case _639411: return "639411";
9072            case _639412: return "639412";
9073            case _639511: return "639511";
9074            case _639911: return "639911";
9075            case _700000: return "700000";
9076            case _710000: return "710000";
9077            case _711000: return "711000";
9078            case _711100: return "711100";
9079            case _711111: return "711111";
9080            case _711112: return "711112";
9081            case _711113: return "711113";
9082            case _711114: return "711114";
9083            case _711199: return "711199";
9084            case _711211: return "711211";
9085            case _711300: return "711300";
9086            case _711311: return "711311";
9087            case _711312: return "711312";
9088            case _711411: return "711411";
9089            case _711500: return "711500";
9090            case _711511: return "711511";
9091            case _711512: return "711512";
9092            case _711513: return "711513";
9093            case _711514: return "711514";
9094            case _711515: return "711515";
9095            case _711516: return "711516";
9096            case _711599: return "711599";
9097            case _711611: return "711611";
9098            case _711700: return "711700";
9099            case _711711: return "711711";
9100            case _711712: return "711712";
9101            case _711713: return "711713";
9102            case _711714: return "711714";
9103            case _711715: return "711715";
9104            case _711716: return "711716";
9105            case _711799: return "711799";
9106            case _711900: return "711900";
9107            case _711911: return "711911";
9108            case _711912: return "711912";
9109            case _711913: return "711913";
9110            case _711914: return "711914";
9111            case _711999: return "711999";
9112            case _712000: return "712000";
9113            case _712111: return "712111";
9114            case _712200: return "712200";
9115            case _712211: return "712211";
9116            case _712212: return "712212";
9117            case _712213: return "712213";
9118            case _712311: return "712311";
9119            case _712900: return "712900";
9120            case _712911: return "712911";
9121            case _712912: return "712912";
9122            case _712913: return "712913";
9123            case _712914: return "712914";
9124            case _712915: return "712915";
9125            case _712916: return "712916";
9126            case _712917: return "712917";
9127            case _712918: return "712918";
9128            case _712921: return "712921";
9129            case _712922: return "712922";
9130            case _712999: return "712999";
9131            case _721000: return "721000";
9132            case _721100: return "721100";
9133            case _721111: return "721111";
9134            case _721112: return "721112";
9135            case _721200: return "721200";
9136            case _721211: return "721211";
9137            case _721212: return "721212";
9138            case _721213: return "721213";
9139            case _721214: return "721214";
9140            case _721215: return "721215";
9141            case _721216: return "721216";
9142            case _721311: return "721311";
9143            case _721900: return "721900";
9144            case _721911: return "721911";
9145            case _721912: return "721912";
9146            case _721913: return "721913";
9147            case _721914: return "721914";
9148            case _721915: return "721915";
9149            case _721916: return "721916";
9150            case _721999: return "721999";
9151            case _730000: return "730000";
9152            case _731000: return "731000";
9153            case _731100: return "731100";
9154            case _731111: return "731111";
9155            case _731112: return "731112";
9156            case _731199: return "731199";
9157            case _731200: return "731200";
9158            case _731211: return "731211";
9159            case _731212: return "731212";
9160            case _731213: return "731213";
9161            case _731300: return "731300";
9162            case _731311: return "731311";
9163            case _731312: return "731312";
9164            case _732111: return "732111";
9165            case _733100: return "733100";
9166            case _733111: return "733111";
9167            case _733112: return "733112";
9168            case _733113: return "733113";
9169            case _733114: return "733114";
9170            case _733115: return "733115";
9171            case _741111: return "741111";
9172            case _800000: return "800000";
9173            case _811000: return "811000";
9174            case _811111: return "811111";
9175            case _811211: return "811211";
9176            case _811311: return "811311";
9177            case _811400: return "811400";
9178            case _811411: return "811411";
9179            case _811412: return "811412";
9180            case _811500: return "811500";
9181            case _811511: return "811511";
9182            case _811512: return "811512";
9183            case _811513: return "811513";
9184            case _811600: return "811600";
9185            case _811611: return "811611";
9186            case _811612: return "811612";
9187            case _811699: return "811699";
9188            case _821000: return "821000";
9189            case _821100: return "821100";
9190            case _821111: return "821111";
9191            case _821112: return "821112";
9192            case _821113: return "821113";
9193            case _821114: return "821114";
9194            case _821211: return "821211";
9195            case _821311: return "821311";
9196            case _821400: return "821400";
9197            case _821411: return "821411";
9198            case _821412: return "821412";
9199            case _821511: return "821511";
9200            case _821611: return "821611";
9201            case _821700: return "821700";
9202            case _821711: return "821711";
9203            case _821712: return "821712";
9204            case _821713: return "821713";
9205            case _821714: return "821714";
9206            case _821900: return "821900";
9207            case _821911: return "821911";
9208            case _821912: return "821912";
9209            case _821913: return "821913";
9210            case _821914: return "821914";
9211            case _821915: return "821915";
9212            case _830000: return "830000";
9213            case _831000: return "831000";
9214            case _831100: return "831100";
9215            case _831111: return "831111";
9216            case _831112: return "831112";
9217            case _831113: return "831113";
9218            case _831114: return "831114";
9219            case _831115: return "831115";
9220            case _831116: return "831116";
9221            case _831117: return "831117";
9222            case _831118: return "831118";
9223            case _831199: return "831199";
9224            case _831200: return "831200";
9225            case _831211: return "831211";
9226            case _831212: return "831212";
9227            case _831300: return "831300";
9228            case _831311: return "831311";
9229            case _831312: return "831312";
9230            case _831313: return "831313";
9231            case _832000: return "832000";
9232            case _832100: return "832100";
9233            case _832111: return "832111";
9234            case _832112: return "832112";
9235            case _832113: return "832113";
9236            case _832114: return "832114";
9237            case _832115: return "832115";
9238            case _832199: return "832199";
9239            case _832211: return "832211";
9240            case _839000: return "839000";
9241            case _839111: return "839111";
9242            case _839200: return "839200";
9243            case _839211: return "839211";
9244            case _839212: return "839212";
9245            case _839300: return "839300";
9246            case _839311: return "839311";
9247            case _839312: return "839312";
9248            case _839313: return "839313";
9249            case _839400: return "839400";
9250            case _839411: return "839411";
9251            case _839412: return "839412";
9252            case _839413: return "839413";
9253            case _839900: return "839900";
9254            case _839911: return "839911";
9255            case _839912: return "839912";
9256            case _839913: return "839913";
9257            case _839914: return "839914";
9258            case _839915: return "839915";
9259            case _839916: return "839916";
9260            case _839917: return "839917";
9261            case _839999: return "839999";
9262            case _841000: return "841000";
9263            case _841111: return "841111";
9264            case _841200: return "841200";
9265            case _841211: return "841211";
9266            case _841212: return "841212";
9267            case _841213: return "841213";
9268            case _841214: return "841214";
9269            case _841215: return "841215";
9270            case _841216: return "841216";
9271            case _841299: return "841299";
9272            case _841300: return "841300";
9273            case _841311: return "841311";
9274            case _841312: return "841312";
9275            case _841313: return "841313";
9276            case _841400: return "841400";
9277            case _841411: return "841411";
9278            case _841412: return "841412";
9279            case _841500: return "841500";
9280            case _841511: return "841511";
9281            case _841512: return "841512";
9282            case _841513: return "841513";
9283            case _841514: return "841514";
9284            case _841515: return "841515";
9285            case _841516: return "841516";
9286            case _841517: return "841517";
9287            case _841599: return "841599";
9288            case _841611: return "841611";
9289            case _841900: return "841900";
9290            case _841911: return "841911";
9291            case _841912: return "841912";
9292            case _841999: return "841999";
9293            case _851000: return "851000";
9294            case _851111: return "851111";
9295            case _851200: return "851200";
9296            case _851211: return "851211";
9297            case _851299: return "851299";
9298            case _851311: return "851311";
9299            case _890000: return "890000";
9300            case _891000: return "891000";
9301            case _891100: return "891100";
9302            case _891111: return "891111";
9303            case _891112: return "891112";
9304            case _891113: return "891113";
9305            case _891211: return "891211";
9306            case _899000: return "899000";
9307            case _899111: return "899111";
9308            case _899200: return "899200";
9309            case _899211: return "899211";
9310            case _899212: return "899212";
9311            case _899311: return "899311";
9312            case _899400: return "899400";
9313            case _899411: return "899411";
9314            case _899412: return "899412";
9315            case _899413: return "899413";
9316            case _899414: return "899414";
9317            case _899415: return "899415";
9318            case _899500: return "899500";
9319            case _899511: return "899511";
9320            case _899512: return "899512";
9321            case _899611: return "899611";
9322            case _899711: return "899711";
9323            case _899900: return "899900";
9324            case _899911: return "899911";
9325            case _899912: return "899912";
9326            case _899913: return "899913";
9327            case _899914: return "899914";
9328            case _899915: return "899915";
9329            case _899916: return "899916";
9330            case _899917: return "899917";
9331            case _899918: return "899918";
9332            case _899921: return "899921";
9333            case _899922: return "899922";
9334            case _899999: return "899999";
9335            case NULL: return null;
9336            default: return "?";
9337          }
9338        }
9339        public String getSystem() {
9340          return "http://www.abs.gov.au/ausstats/abs@.nsf/mf/1220.0";
9341        }
9342        public String getDefinition() {
9343          switch (this) {
9344            case _100000: return "Managers not further defined";
9345            case _111000: return "Chief Executives, General Managers and Legislators not further defined";
9346            case _111111: return "Chief Executive or Managing Director";
9347            case _111200: return "General Managers not further defined";
9348            case _111211: return "Corporate General Manager";
9349            case _111212: return "Defence Force Senior Officer";
9350            case _111300: return "Legislators not further defined";
9351            case _111311: return "Local Government Legislator";
9352            case _111312: return "Member of Parliament";
9353            case _111399: return "Legislators not elsewhere classified";
9354            case _121000: return "Farmers and Farm Managers not further defined";
9355            case _121111: return "Aquaculture Farmer";
9356            case _121200: return "Crop Farmers not further defined";
9357            case _121211: return "Cotton Grower";
9358            case _121212: return "Flower Grower";
9359            case _121213: return "Fruit or Nut Grower";
9360            case _121214: return "Grain, Oilseed or Pasture Grower";
9361            case _121215: return "Grape Grower";
9362            case _121216: return "Mixed Crop Farmer";
9363            case _121217: return "Sugar Cane Grower";
9364            case _121218: return "Turf Grower";
9365            case _121221: return "Vegetable Grower";
9366            case _121299: return "Crop Farmers not elsewhere classified";
9367            case _121300: return "Livestock Farmers not further defined";
9368            case _121311: return "Apiarist";
9369            case _121312: return "Beef Cattle Farmer";
9370            case _121313: return "Dairy Cattle Farmer";
9371            case _121314: return "Deer Farmer";
9372            case _121315: return "Goat Farmer";
9373            case _121316: return "Horse Breeder";
9374            case _121317: return "Mixed Livestock Farmer";
9375            case _121318: return "Pig Farmer";
9376            case _121321: return "Poultry Farmer";
9377            case _121322: return "Sheep Farmer";
9378            case _121399: return "Livestock Farmers not elsewhere classified";
9379            case _121411: return "Mixed Crop and Livestock Farmer";
9380            case _130000: return "Specialist Managers not further defined";
9381            case _131100: return "Advertising and Sales Managers not further defined";
9382            case _131111: return "Advertising and Public Relations Manager";
9383            case _131112: return "Sales and Marketing Manager";
9384            case _132000: return "Business Administration Managers not further defined";
9385            case _132111: return "Corporate Services Manager";
9386            case _132211: return "Finance Manager";
9387            case _132311: return "Human Resource Manager";
9388            case _132411: return "Policy and Planning Manager";
9389            case _132511: return "Research and Development Manager";
9390            case _133000: return "Construction, Distribution and Production Managers not further defined";
9391            case _133100: return "Construction Managers not further defined";
9392            case _133111: return "Construction Project Manager";
9393            case _133112: return "Project Builder";
9394            case _133211: return "Engineering Manager";
9395            case _133300: return "Importers, Exporters and Wholesalers not further defined";
9396            case _133311: return "Importer or Exporter";
9397            case _133312: return "Wholesaler";
9398            case _133411: return "Manufacturer";
9399            case _133500: return "Production Managers not further defined";
9400            case _133511: return "Production Manager (Forestry)";
9401            case _133512: return "Production Manager (Manufacturing)";
9402            case _133513: return "Production Manager (Mining)";
9403            case _133611: return "Supply and Distribution Manager";
9404            case _134000: return "Education, Health and Welfare Services Managers not further defined";
9405            case _134111: return "Child Care Centre Manager";
9406            case _134200: return "Health and Welfare Services Managers not further defined";
9407            case _134211: return "Medical Administrator";
9408            case _134212: return "Nursing Clinical Director";
9409            case _134213: return "Primary Health Organization Manager";
9410            case _134214: return "Welfare Centre Manager";
9411            case _134299: return "Health and Welfare Services Managers not elsewhere classified";
9412            case _134311: return "School Principal";
9413            case _134400: return "Other Education Managers not further defined";
9414            case _134411: return "Faculty Head";
9415            case _134412: return "Regional Education Manager";
9416            case _134499: return "Education Managers not elsewhere classified";
9417            case _135100: return "ICT Managers not further defined";
9418            case _135111: return "Chief Information Officer";
9419            case _135112: return "ICT Project Manager";
9420            case _135199: return "ICT Managers not elsewhere classified";
9421            case _139000: return "Miscellaneous Specialist Managers not further defined";
9422            case _139100: return "Commissioned Officers (Management) not further defined";
9423            case _139111: return "Commissioned Defence Force Officer";
9424            case _139112: return "Commissioned Fire Officer";
9425            case _139113: return "Commissioned Police Officer";
9426            case _139211: return "Senior Non-commissioned Defence Force Member";
9427            case _139900: return "Other Specialist Managers not further defined";
9428            case _139911: return "Arts Administrator or Manager";
9429            case _139912: return "Environmental Manager";
9430            case _139913: return "Laboratory Manager";
9431            case _139914: return "Quality Assurance Manager";
9432            case _139915: return "Sports Administrator";
9433            case _139999: return "Specialist Managers not elsewhere classified";
9434            case _140000: return "Hospitality, Retail and Service Managers not further defined";
9435            case _141000: return "Accommodation and Hospitality Managers not further defined";
9436            case _141111: return "Cafe or Restaurant Manager";
9437            case _141211: return "Caravan Park and Camping Ground Manager";
9438            case _141311: return "Hotel or Motel Manager";
9439            case _141411: return "Licensed Club Manager";
9440            case _141900: return "Other Accommodation and Hospitality Managers not further defined";
9441            case _141911: return "Bed and Breakfast Operator";
9442            case _141999: return "Accommodation and Hospitality Managers not elsewhere classified";
9443            case _142100: return "Retail Managers not further defined";
9444            case _142111: return "Retail Manager (General)";
9445            case _142112: return "Antique Dealer";
9446            case _142113: return "Betting Agency Manager";
9447            case _142114: return "Hair or Beauty Salon Manager";
9448            case _142115: return "Post Office Manager";
9449            case _142116: return "Travel Agency Manager";
9450            case _149000: return "Miscellaneous Hospitality, Retail and Service Managers not further defined";
9451            case _149100: return "Amusement, Fitness and Sports Centre Managers not further defined";
9452            case _149111: return "Amusement Centre Manager";
9453            case _149112: return "Fitness Centre Manager";
9454            case _149113: return "Sports Centre Manager";
9455            case _149200: return "Call or Contact Centre and Customer Service Managers not further defined";
9456            case _149211: return "Call or Contact Centre Manager";
9457            case _149212: return "Customer Service Manager";
9458            case _149311: return "Conference and Event Organizer";
9459            case _149400: return "Transport Services Managers not further defined";
9460            case _149411: return "Fleet Manager";
9461            case _149412: return "Railway Station Manager";
9462            case _149413: return "Transport Company Manager";
9463            case _149900: return "Other Hospitality, Retail and Service Managers not further defined";
9464            case _149911: return "Boarding Kennel or Cattery Operator";
9465            case _149912: return "Cinema or Theatre Manager";
9466            case _149913: return "Facilities Manager";
9467            case _149914: return "Financial Institution Branch Manager";
9468            case _149999: return "Hospitality, Retail and Service Managers not elsewhere classified";
9469            case _200000: return "Professionals not further defined";
9470            case _210000: return "Arts and Media Professionals not further defined";
9471            case _211000: return "Arts Professionals not further defined";
9472            case _211100: return "Actors, Dancers and Other Entertainers not further defined";
9473            case _211111: return "Actor";
9474            case _211112: return "Dancer or Choreographer";
9475            case _211113: return "Entertainer or Variety Artist";
9476            case _211199: return "Actors, Dancers and Other Entertainers not elsewhere classified";
9477            case _211200: return "Music Professionals not further defined";
9478            case _211211: return "Composer";
9479            case _211212: return "Music Director";
9480            case _211213: return "Musician (Instrumental)";
9481            case _211214: return "Singer";
9482            case _211299: return "Music Professionals not elsewhere classified";
9483            case _211311: return "Photographer";
9484            case _211400: return "Visual Arts and Crafts Professionals not further defined";
9485            case _211411: return "Painter (Visual Arts)";
9486            case _211412: return "Potter or Ceramic Artist";
9487            case _211413: return "Sculptor";
9488            case _211499: return "Visual Arts and Crafts Professionals not elsewhere classified";
9489            case _212000: return "Media Professionals not further defined";
9490            case _212100: return "Artistic Directors, and Media Producers and Presenters not further defined";
9491            case _212111: return "Artistic Director";
9492            case _212112: return "Media Producer (excluding Video)";
9493            case _212113: return "Radio Presenter";
9494            case _212114: return "Television Presenter";
9495            case _212200: return "Authors, and Book and Script Editors not further defined";
9496            case _212211: return "Author";
9497            case _212212: return "Book or Script Editor";
9498            case _212300: return "Film, Television, Radio and Stage Directors not further defined";
9499            case _212311: return "Art Director (Film, Television or Stage)";
9500            case _212312: return "Director (Film, Television, Radio or Stage)";
9501            case _212313: return "Director of Photography";
9502            case _212314: return "Film and Video Editor";
9503            case _212315: return "Program Director (Television or Radio)";
9504            case _212316: return "Stage Manager";
9505            case _212317: return "Technical Director";
9506            case _212318: return "Video Producer";
9507            case _212399: return "Film, Television, Radio and Stage Directors not elsewhere classified";
9508            case _212400: return "Journalists and Other Writers not further defined";
9509            case _212411: return "Copywriter";
9510            case _212412: return "Newspaper or Periodical Editor";
9511            case _212413: return "Print Journalist";
9512            case _212414: return "Radio Journalist";
9513            case _212415: return "Technical Writer";
9514            case _212416: return "Television Journalist";
9515            case _212499: return "Journalists and Other Writers not elsewhere classified";
9516            case _220000: return "Business, Human Resource and Marketing Professionals not further defined";
9517            case _221000: return "Accountants, Auditors and Company Secretaries not further defined";
9518            case _221100: return "Accountants not further defined";
9519            case _221111: return "Accountant (General)";
9520            case _221112: return "Management Accountant";
9521            case _221113: return "Taxation Accountant";
9522            case _221200: return "Auditors, Company Secretaries and Corporate Treasurers not further defined";
9523            case _221211: return "Company Secretary";
9524            case _221212: return "Corporate Treasurer";
9525            case _221213: return "External Auditor";
9526            case _221214: return "Internal Auditor";
9527            case _222000: return "Financial Brokers and Dealers, and Investment Advisers not further defined";
9528            case _222100: return "Financial Brokers not further defined";
9529            case _222111: return "Commodities Trader";
9530            case _222112: return "Finance Broker";
9531            case _222113: return "Insurance Broker";
9532            case _222199: return "Financial Brokers not elsewhere classified";
9533            case _222200: return "Financial Dealers not further defined";
9534            case _222211: return "Financial Market Dealer";
9535            case _222212: return "Futures Trader";
9536            case _222213: return "Stockbroking Dealer";
9537            case _222299: return "Financial Dealers not elsewhere classified";
9538            case _222300: return "Financial Investment Advisers and Managers not further defined";
9539            case _222311: return "Financial Investment Adviser";
9540            case _222312: return "Financial Investment Manager";
9541            case _223000: return "Human Resource and Training Professionals not further defined";
9542            case _223100: return "Human Resource Professionals not further defined";
9543            case _223111: return "Human Resource Adviser";
9544            case _223112: return "Recruitment Consultant";
9545            case _223113: return "Workplace Relations Adviser";
9546            case _223211: return "ICT Trainer";
9547            case _223311: return "Training and Development Professional";
9548            case _224000: return "Information and Organization Professionals not further defined";
9549            case _224100: return "Actuaries, Mathematicians and Statisticians not further defined";
9550            case _224111: return "Actuary";
9551            case _224112: return "Mathematician";
9552            case _224113: return "Statistician";
9553            case _224200: return "Archivists, Curators and Records Managers not further defined";
9554            case _224211: return "Archivist";
9555            case _224212: return "Gallery or Museum Curator";
9556            case _224213: return "Health Information Manager";
9557            case _224214: return "Records Manager";
9558            case _224311: return "Economist";
9559            case _224400: return "Intelligence and Policy Analysts not further defined";
9560            case _224411: return "Intelligence Officer";
9561            case _224412: return "Policy Analyst";
9562            case _224500: return "Land Economists and Valuers not further defined";
9563            case _224511: return "Land Economist";
9564            case _224512: return "Valuer";
9565            case _224611: return "Librarian";
9566            case _224700: return "Management and Organization Analysts not further defined";
9567            case _224711: return "Management Consultant";
9568            case _224712: return "Organization and Methods Analyst";
9569            case _224900: return "Other Information and Organization Professionals not further defined";
9570            case _224911: return "Electorate Officer";
9571            case _224912: return "Liaison Officer";
9572            case _224913: return "Migration Agent";
9573            case _224914: return "Patents Examiner";
9574            case _224999: return "Information and Organization Professionals not elsewhere classified";
9575            case _225000: return "Sales, Marketing and Public Relations Professionals not further defined";
9576            case _225100: return "Advertising and Marketing Professionals not further defined";
9577            case _225111: return "Advertising Specialist";
9578            case _225112: return "Market Research Analyst";
9579            case _225113: return "Marketing Specialist";
9580            case _225200: return "ICT Sales Professionals not further defined";
9581            case _225211: return "ICT Account Manager";
9582            case _225212: return "ICT Business Development Manager";
9583            case _225213: return "ICT Sales Representative";
9584            case _225311: return "Public Relations Professional";
9585            case _225400: return "Technical Sales Representatives not further defined";
9586            case _225411: return "Sales Representative (Industrial Products)";
9587            case _225412: return "Sales Representative (Medical and Pharmaceutical Products)";
9588            case _225499: return "Technical Sales Representatives not elsewhere classified";
9589            case _230000: return "Design, Engineering, Science and Transport Professionals not further defined";
9590            case _231000: return "Air and Marine Transport Professionals not further defined";
9591            case _231100: return "Air Transport Professionals not further defined";
9592            case _231111: return "Aeroplane Pilot";
9593            case _231112: return "Air Traffic Controller";
9594            case _231113: return "Flying Instructor";
9595            case _231114: return "Helicopter Pilot";
9596            case _231199: return "Air Transport Professionals not elsewhere classified";
9597            case _231200: return "Marine Transport Professionals not further defined";
9598            case _231211: return "Master Fisher";
9599            case _231212: return "Ship's Engineer";
9600            case _231213: return "Ship's Master";
9601            case _231214: return "Ship's Officer";
9602            case _231215: return "Ship's Surveyor";
9603            case _231299: return "Marine Transport Professionals not elsewhere classified";
9604            case _232000: return "Architects, Designers, Planners and Surveyors not further defined";
9605            case _232100: return "Architects and Landscape Architects not further defined";
9606            case _232111: return "Architect";
9607            case _232112: return "Landscape Architect";
9608            case _232200: return "Cartographers and Surveyors not further defined";
9609            case _232211: return "Cartographer";
9610            case _232212: return "Surveyor";
9611            case _232300: return "Fashion, Industrial and Jewellery Designers not further defined";
9612            case _232311: return "Fashion Designer";
9613            case _232312: return "Industrial Designer";
9614            case _232313: return "Jewellery Designer";
9615            case _232400: return "Graphic and Web Designers, and Illustrators not further defined";
9616            case _232411: return "Graphic Designer";
9617            case _232412: return "Illustrator";
9618            case _232413: return "Multimedia Designer";
9619            case _232414: return "Web Designer";
9620            case _232511: return "Interior Designer";
9621            case _232611: return "Urban and Regional Planner";
9622            case _233000: return "Engineering Professionals not further defined";
9623            case _233100: return "Chemical and Materials Engineers not further defined";
9624            case _233111: return "Chemical Engineer";
9625            case _233112: return "Materials Engineer";
9626            case _233200: return "Civil Engineering Professionals not further defined";
9627            case _233211: return "Civil Engineer";
9628            case _233212: return "Geotechnical Engineer";
9629            case _233213: return "Quantity Surveyor";
9630            case _233214: return "Structural Engineer";
9631            case _233215: return "Transport Engineer";
9632            case _233311: return "Electrical Engineer";
9633            case _233411: return "Electronics Engineer";
9634            case _233500: return "Industrial, Mechanical and Production Engineers not further defined";
9635            case _233511: return "Industrial Engineer";
9636            case _233512: return "Mechanical Engineer";
9637            case _233513: return "Production or Plant Engineer";
9638            case _233600: return "Mining Engineers not further defined";
9639            case _233611: return "Mining Engineer (excluding Petroleum)";
9640            case _233612: return "Petroleum Engineer";
9641            case _233900: return "Other Engineering Professionals not further defined";
9642            case _233911: return "Aeronautical Engineer";
9643            case _233912: return "Agricultural Engineer";
9644            case _233913: return "Biomedical Engineer";
9645            case _233914: return "Engineering Technologist";
9646            case _233915: return "Environmental Engineer";
9647            case _233916: return "Naval Architect";
9648            case _233999: return "Engineering Professionals not elsewhere classified";
9649            case _234000: return "Natural and Physical Science Professionals not further defined";
9650            case _234100: return "Agricultural and Forestry Scientists not further defined";
9651            case _234111: return "Agricultural Consultant";
9652            case _234112: return "Agricultural Scientist";
9653            case _234113: return "Forester";
9654            case _234200: return "Chemists, and Food and Wine Scientists not further defined";
9655            case _234211: return "Chemist";
9656            case _234212: return "Food Technologist";
9657            case _234213: return "Wine Maker";
9658            case _234300: return "Environmental Scientists not further defined";
9659            case _234311: return "Conservation Officer";
9660            case _234312: return "Environmental Consultant";
9661            case _234313: return "Environmental Research Scientist";
9662            case _234314: return "Park Ranger";
9663            case _234399: return "Environmental Scientists not elsewhere classified";
9664            case _234400: return "Geologists and Geophysicists not further defined";
9665            case _234411: return "Geologist";
9666            case _234412: return "Geophysicist";
9667            case _234500: return "Life Scientists not further defined";
9668            case _234511: return "Life Scientist (General)";
9669            case _234512: return "Anatomist or Physiologist";
9670            case _234513: return "Biochemist";
9671            case _234514: return "Biotechnologist";
9672            case _234515: return "Botanist";
9673            case _234516: return "Marine Biologist";
9674            case _234517: return "Microbiologist";
9675            case _234518: return "Zoologist";
9676            case _234599: return "Life Scientists not elsewhere classified";
9677            case _234611: return "Medical Laboratory Scientist";
9678            case _234711: return "Veterinarian";
9679            case _234900: return "Other Natural and Physical Science Professionals not further defined";
9680            case _234911: return "Conservator";
9681            case _234912: return "Metallurgist";
9682            case _234913: return "Meteorologist";
9683            case _234914: return "Physicist";
9684            case _234999: return "Natural and Physical Science Professionals not elsewhere classified";
9685            case _240000: return "Education Professionals not further defined";
9686            case _241000: return "School Teachers not further defined";
9687            case _241111: return "Early Childhood (Pre-primary School) Teacher";
9688            case _241213: return "Primary School Teacher";
9689            case _241311: return "Middle School Teacher";
9690            case _241411: return "Secondary School Teacher";
9691            case _241500: return "Special Education Teachers not further defined";
9692            case _241511: return "Special Needs Teacher";
9693            case _241512: return "Teacher of the Hearing Impaired";
9694            case _241513: return "Teacher of the Sight Impaired";
9695            case _241599: return "Special Education Teachers not elsewhere classified";
9696            case _242000: return "Tertiary Education Teachers not further defined";
9697            case _242100: return "University Lecturers and Tutors not further defined";
9698            case _242111: return "University Lecturer";
9699            case _242112: return "University Tutor";
9700            case _242211: return "Vocational Education Teacher";
9701            case _249000: return "Miscellaneous Education Professionals not further defined";
9702            case _249100: return "Education Advisers and Reviewers not further defined";
9703            case _249111: return "Education Adviser";
9704            case _249112: return "Education Reviewer";
9705            case _249200: return "Private Tutors and Teachers not further defined";
9706            case _249211: return "Art Teacher (Private Tuition)";
9707            case _249212: return "Dance Teacher (Private Tuition)";
9708            case _249213: return "Drama Teacher (Private Tuition)";
9709            case _249214: return "Music Teacher (Private Tuition)";
9710            case _249299: return "Private Tutors and Teachers not elsewhere classified";
9711            case _249311: return "Teacher of English to Speakers of Other Languages";
9712            case _250000: return "Health Professionals not further defined";
9713            case _251000: return "Health Diagnostic and Promotion Professionals not further defined";
9714            case _251111: return "Dietitian";
9715            case _251200: return "Medical Imaging Professionals not further defined";
9716            case _251211: return "Medical Diagnostic Radiographer";
9717            case _251212: return "Medical Radiation Therapist";
9718            case _251213: return "Nuclear Medicine Technologist";
9719            case _251214: return "Sonographer";
9720            case _251300: return "Occupational and Environmental Health Professionals not further defined";
9721            case _251311: return "Environmental Health Officer";
9722            case _251312: return "Occupational Health and Safety Adviser";
9723            case _251400: return "Optometrists and Orthoptists not further defined";
9724            case _251411: return "Optometrist";
9725            case _251412: return "Orthoptist";
9726            case _251500: return "Pharmacists not further defined";
9727            case _251511: return "Hospital Pharmacist";
9728            case _251512: return "Industrial Pharmacist";
9729            case _251513: return "Retail Pharmacist";
9730            case _251900: return "Other Health Diagnostic and Promotion Professionals not further defined";
9731            case _251911: return "Health Promotion Officer";
9732            case _251912: return "Orthotist or Prosthetist";
9733            case _251999: return "Health Diagnostic and Promotion Professionals not elsewhere classified";
9734            case _252000: return "Health Therapy Professionals not further defined";
9735            case _252100: return "Chiropractors and Osteopaths not further defined";
9736            case _252111: return "Chiropractor";
9737            case _252112: return "Osteopath";
9738            case _252200: return "Complementary Health Therapists not further defined";
9739            case _252211: return "Acupuncturist";
9740            case _252212: return "Homoeopath";
9741            case _252213: return "Naturopath";
9742            case _252214: return "Traditional Chinese Medicine Practitioner";
9743            case _252299: return "Complementary Health Therapists not elsewhere classified";
9744            case _252300: return "Dental Practitioners not further defined";
9745            case _252311: return "Dental Specialist";
9746            case _252312: return "Dentist";
9747            case _252411: return "Occupational Therapist";
9748            case _252511: return "Physiotherapist";
9749            case _252611: return "Podiatrist";
9750            case _252700: return "Speech Professionals and Audiologists not further defined";
9751            case _252711: return "Audiologist";
9752            case _252712: return "Speech Pathologist";
9753            case _253000: return "Medical Practitioners not further defined";
9754            case _253100: return "Generalist Medical Practitioners not further defined";
9755            case _253111: return "General Medical Practitioner";
9756            case _253112: return "Resident Medical Officer";
9757            case _253211: return "Anaesthetist";
9758            case _253300: return "Internal Medicine Specialists not further defined";
9759            case _253311: return "Specialist Physician (General Medicine)";
9760            case _253312: return "Cardiologist";
9761            case _253313: return "Clinical Haematologist";
9762            case _253314: return "Clinical Oncologist";
9763            case _253315: return "Endocrinologist";
9764            case _253316: return "Gastroenterologist";
9765            case _253317: return "Intensive Care Specialist";
9766            case _253318: return "Neurologist";
9767            case _253321: return "Paediatrician";
9768            case _253322: return "Renal Medicine Specialist";
9769            case _253323: return "Rheumatologist";
9770            case _253324: return "Thoracic Medicine Specialist";
9771            case _253399: return "Internal Medicine Specialists not elsewhere classified";
9772            case _253411: return "Psychiatrist";
9773            case _253500: return "Surgeons not further defined";
9774            case _253511: return "Surgeon (General)";
9775            case _253512: return "Cardiothoracic Surgeon";
9776            case _253513: return "Neurosurgeon";
9777            case _253514: return "Orthopaedic Surgeon";
9778            case _253515: return "Otorhinolaryngologist";
9779            case _253516: return "Paediatric Surgeon";
9780            case _253517: return "Plastic and Reconstructive Surgeon";
9781            case _253518: return "Urologist";
9782            case _253521: return "Vascular Surgeon";
9783            case _253900: return "Other Medical Practitioners not further defined";
9784            case _253911: return "Dermatologist";
9785            case _253912: return "Emergency Medicine Specialist";
9786            case _253913: return "Obstetrician and Gynaecologist";
9787            case _253914: return "Ophthalmologist";
9788            case _253915: return "Pathologist";
9789            case _253916: return "Radiologist";
9790            case _253999: return "Medical Practitioners not elsewhere classified";
9791            case _254000: return "Midwifery and Nursing Professionals not further defined";
9792            case _254111: return "Midwife";
9793            case _254200: return "Nurse Educators and Researchers not further defined";
9794            case _254211: return "Nurse Educator";
9795            case _254212: return "Nurse Researcher";
9796            case _254311: return "Nurse Manager";
9797            case _254400: return "Registered Nurses not further defined";
9798            case _254411: return "Nurse Practitioner";
9799            case _254412: return "Registered Nurse (Aged Care)";
9800            case _254413: return "Registered Nurse (Child and Family Health)";
9801            case _254414: return "Registered Nurse (Community Health)";
9802            case _254415: return "Registered Nurse (Critical Care and Emergency)";
9803            case _254416: return "Registered Nurse (Developmental Disability)";
9804            case _254417: return "Registered Nurse (Disability and Rehabilitation)";
9805            case _254418: return "Registered Nurse (Medical)";
9806            case _254421: return "Registered Nurse (Medical Practice)";
9807            case _254422: return "Registered Nurse (Mental Health)";
9808            case _254423: return "Registered Nurse (Perioperative)";
9809            case _254424: return "Registered Nurse (Surgical)";
9810            case _254499: return "Registered Nurses not elsewhere classified";
9811            case _260000: return "ICT Professionals not further defined";
9812            case _261000: return "Business and Systems Analysts, and Programmers not further defined";
9813            case _261100: return "ICT Business and Systems Analysts not further defined";
9814            case _261111: return "ICT Business Analyst";
9815            case _261112: return "Systems Analyst";
9816            case _261200: return "Multimedia Specialists and Web Developers not further defined";
9817            case _261211: return "Multimedia Specialist";
9818            case _261212: return "Web Developer";
9819            case _261300: return "Software and Applications Programmers not further defined";
9820            case _261311: return "Analyst Programmer";
9821            case _261312: return "Developer Programmer";
9822            case _261313: return "Software Engineer";
9823            case _261399: return "Software and Applications Programmers not elsewhere classified";
9824            case _262100: return "Database and Systems Administrators, and ICT Security Specialists not further defined";
9825            case _262111: return "Database Administrator";
9826            case _262112: return "ICT Security Specialist";
9827            case _262113: return "Systems Administrator";
9828            case _263000: return "ICT Network and Support Professionals not further defined";
9829            case _263100: return "Computer Network Professionals not further defined";
9830            case _263111: return "Computer Network and Systems Engineer";
9831            case _263112: return "Network Administrator";
9832            case _263113: return "Network Analyst";
9833            case _263200: return "ICT Support and Test Engineers not further defined";
9834            case _263211: return "ICT Quality Assurance Engineer";
9835            case _263212: return "ICT Support Engineer";
9836            case _263213: return "ICT Systems Test Engineer";
9837            case _263299: return "ICT Support and Test Engineers not elsewhere classified";
9838            case _263300: return "Telecommunications Engineering Professionals not further defined";
9839            case _263311: return "Telecommunications Engineer";
9840            case _263312: return "Telecommunications Network Engineer";
9841            case _270000: return "Legal, Social and Welfare Professionals not further defined";
9842            case _271000: return "Legal Professionals not further defined";
9843            case _271111: return "Barrister";
9844            case _271200: return "Judicial and Other Legal Professionals not further defined";
9845            case _271211: return "Judge";
9846            case _271212: return "Magistrate";
9847            case _271213: return "Tribunal Member";
9848            case _271299: return "Judicial and Other Legal Professionals not elsewhere classified";
9849            case _271311: return "Solicitor";
9850            case _272000: return "Social and Welfare Professionals not further defined";
9851            case _272100: return "Counsellors not further defined";
9852            case _272111: return "Careers Counsellor";
9853            case _272112: return "Drug and Alcohol Counsellor";
9854            case _272113: return "Family and Marriage Counsellor";
9855            case _272114: return "Rehabilitation Counsellor";
9856            case _272115: return "Student Counsellor";
9857            case _272199: return "Counsellors not elsewhere classified";
9858            case _272211: return "Minister of Religion";
9859            case _272300: return "Psychologists not further defined";
9860            case _272311: return "Clinical Psychologist";
9861            case _272312: return "Educational Psychologist";
9862            case _272313: return "Organizational Psychologist";
9863            case _272314: return "Psychotherapist";
9864            case _272399: return "Psychologists not elsewhere classified";
9865            case _272400: return "Social Professionals not further defined";
9866            case _272411: return "Historian";
9867            case _272412: return "Interpreter";
9868            case _272413: return "Translator";
9869            case _272499: return "Social Professionals not elsewhere classified";
9870            case _272511: return "Social Worker";
9871            case _272600: return "Welfare, Recreation and Community Arts Workers not further defined";
9872            case _272611: return "Community Arts Worker";
9873            case _272612: return "Recreation Officer";
9874            case _272613: return "Welfare Worker";
9875            case _300000: return "Technicians and Trades Workers not further defined";
9876            case _310000: return "Engineering, ICT and Science Technicians not further defined";
9877            case _311000: return "Agricultural, Medical and Science Technicians not further defined";
9878            case _311111: return "Agricultural Technician";
9879            case _311200: return "Medical Technicians not further defined";
9880            case _311211: return "Anaesthetic Technician";
9881            case _311212: return "Cardiac Technician";
9882            case _311213: return "Medical Laboratory Technician";
9883            case _311214: return "Operating Theatre Technician";
9884            case _311215: return "Pharmacy Technician";
9885            case _311299: return "Medical Technicians not elsewhere classified";
9886            case _311300: return "Primary Products Inspectors not further defined";
9887            case _311311: return "Fisheries Officer";
9888            case _311312: return "Meat Inspector";
9889            case _311313: return "Quarantine Officer";
9890            case _311399: return "Primary Products Inspectors not elsewhere classified";
9891            case _311400: return "Science Technicians not further defined";
9892            case _311411: return "Chemistry Technician";
9893            case _311412: return "Earth Science Technician";
9894            case _311413: return "Life Science Technician";
9895            case _311414: return "School Laboratory Technician";
9896            case _311499: return "Science Technicians not elsewhere classified";
9897            case _312000: return "Building and Engineering Technicians not further defined";
9898            case _312100: return "Architectural, Building and Surveying Technicians not further defined";
9899            case _312111: return "Architectural Draftsperson";
9900            case _312112: return "Building Associate";
9901            case _312113: return "Building Inspector";
9902            case _312114: return "Construction Estimator";
9903            case _312115: return "Plumbing Inspector";
9904            case _312116: return "Surveying or Cartographic Technician";
9905            case _312200: return "Civil Engineering Draftspersons and Technicians not further defined";
9906            case _312211: return "Civil Engineering Draftsperson";
9907            case _312212: return "Civil Engineering Technician";
9908            case _312300: return "Electrical Engineering Draftspersons and Technicians not further defined";
9909            case _312311: return "Electrical Engineering Draftsperson";
9910            case _312312: return "Electrical Engineering Technician";
9911            case _312400: return "Electronic Engineering Draftspersons and Technicians not further defined";
9912            case _312411: return "Electronic Engineering Draftsperson";
9913            case _312412: return "Electronic Engineering Technician";
9914            case _312500: return "Mechanical Engineering Draftspersons and Technicians not further defined";
9915            case _312511: return "Mechanical Engineering Draftsperson";
9916            case _312512: return "Mechanical Engineering Technician";
9917            case _312611: return "Safety Inspector";
9918            case _312900: return "Other Building and Engineering Technicians not further defined";
9919            case _312911: return "Maintenance Planner";
9920            case _312912: return "Metallurgical or Materials Technician";
9921            case _312913: return "Mine Deputy";
9922            case _312999: return "Building and Engineering Technicians not elsewhere classified";
9923            case _313000: return "ICT and Telecommunications Technicians not further defined";
9924            case _313100: return "ICT Support Technicians not further defined";
9925            case _313111: return "Hardware Technician";
9926            case _313112: return "ICT Customer Support Officer";
9927            case _313113: return "Web Administrator";
9928            case _313199: return "ICT Support Technicians not elsewhere classified";
9929            case _313200: return "Telecommunications Technical Specialists not further defined";
9930            case _313211: return "Radiocommunications Technician";
9931            case _313212: return "Telecommunications Field Engineer";
9932            case _313213: return "Telecommunications Network Planner";
9933            case _313214: return "Telecommunications Technical Officer or Technologist";
9934            case _320000: return "Automotive and Engineering Trades Workers not further defined";
9935            case _321000: return "Automotive Electricians and Mechanics not further defined";
9936            case _321111: return "Automotive Electrician";
9937            case _321200: return "Motor Mechanics not further defined";
9938            case _321211: return "Motor Mechanic (General)";
9939            case _321212: return "Diesel Motor Mechanic";
9940            case _321213: return "Motorcycle Mechanic";
9941            case _321214: return "Small Engine Mechanic";
9942            case _322000: return "Fabrication Engineering Trades Workers not further defined";
9943            case _322100: return "Metal Casting, Forging and Finishing Trades Workers not further defined";
9944            case _322111: return "Blacksmith";
9945            case _322112: return "Electroplater";
9946            case _322113: return "Farrier";
9947            case _322114: return "Metal Casting Trades Worker";
9948            case _322115: return "Metal Polisher";
9949            case _322211: return "Sheetmetal Trades Worker";
9950            case _322300: return "Structural Steel and Welding Trades Workers not further defined";
9951            case _322311: return "Metal Fabricator";
9952            case _322312: return "Pressure Welder";
9953            case _322313: return "Welder (First Class)";
9954            case _323000: return "Mechanical Engineering Trades Workers not further defined";
9955            case _323100: return "Aircraft Maintenance Engineers not further defined";
9956            case _323111: return "Aircraft Maintenance Engineer (Avionics)";
9957            case _323112: return "Aircraft Maintenance Engineer (Mechanical)";
9958            case _323113: return "Aircraft Maintenance Engineer (Structures)";
9959            case _323200: return "Metal Fitters and Machinists not further defined";
9960            case _323211: return "Fitter (General)";
9961            case _323212: return "Fitter and Turner";
9962            case _323213: return "Fitter-Welder";
9963            case _323214: return "Metal Machinist (First Class)";
9964            case _323215: return "Textile, Clothing and Footwear Mechanic";
9965            case _323299: return "Metal Fitters and Machinists not elsewhere classified";
9966            case _323300: return "Precision Metal Trades Workers not further defined";
9967            case _323311: return "Engraver";
9968            case _323312: return "Gunsmith";
9969            case _323313: return "Locksmith";
9970            case _323314: return "Precision Instrument Maker and Repairer";
9971            case _323315: return "Saw Maker and Repairer";
9972            case _323316: return "Watch and Clock Maker and Repairer";
9973            case _323400: return "Toolmakers and Engineering Patternmakers not further defined";
9974            case _323411: return "Engineering Patternmaker";
9975            case _323412: return "Toolmaker";
9976            case _324000: return "Panelbeaters, and Vehicle Body Builders, Trimmers and Painters not further defined";
9977            case _324111: return "Panelbeater";
9978            case _324200: return "Vehicle Body Builders and Trimmers not further defined";
9979            case _324211: return "Vehicle Body Builder";
9980            case _324212: return "Vehicle Trimmer";
9981            case _324311: return "Vehicle Painter";
9982            case _330000: return "Construction Trades Workers not further defined";
9983            case _331000: return "Bricklayers, and Carpenters and Joiners not further defined";
9984            case _331100: return "Bricklayers and Stonemasons not further defined";
9985            case _331111: return "Bricklayer";
9986            case _331112: return "Stonemason";
9987            case _331211: return "Carpenter and Joiner";
9988            case _331212: return "Carpenter";
9989            case _331213: return "Joiner";
9990            case _332000: return "Floor Finishers and Painting Trades Workers not further defined";
9991            case _332111: return "Floor Finisher";
9992            case _332211: return "Painting Trades Worker";
9993            case _333000: return "Glaziers, Plasterers and Tilers not further defined";
9994            case _333111: return "Glazier";
9995            case _333200: return "Plasterers not further defined";
9996            case _333211: return "Fibrous Plasterer";
9997            case _333212: return "Solid Plasterer";
9998            case _333311: return "Roof Tiler";
9999            case _333411: return "Wall and Floor Tiler";
10000            case _334100: return "Plumbers not further defined";
10001            case _334111: return "Plumber (General)";
10002            case _334112: return "Airconditioning and Mechanical Services Plumber";
10003            case _334113: return "Drainer";
10004            case _334114: return "Gasfitter";
10005            case _334115: return "Roof Plumber";
10006            case _340000: return "Electrotechnology and Telecommunications Trades Workers not further defined";
10007            case _341100: return "Electricians not further defined";
10008            case _341111: return "Electrician (General)";
10009            case _341112: return "Electrician (Special Class)";
10010            case _341113: return "Lift Mechanic";
10011            case _342000: return "Electronics and Telecommunications Trades Workers not further defined";
10012            case _342111: return "Airconditioning and Refrigeration Mechanic";
10013            case _342200: return "Electrical Distribution Trades Workers not further defined";
10014            case _342211: return "Electrical Linesworker";
10015            case _342212: return "Technical Cable Jointer";
10016            case _342300: return "Electronics Trades Workers not further defined";
10017            case _342311: return "Business Machine Mechanic";
10018            case _342312: return "Communications Operator";
10019            case _342313: return "Electronic Equipment Trades Worker";
10020            case _342314: return "Electronic Instrument Trades Worker (General)";
10021            case _342315: return "Electronic Instrument Trades Worker (Special Class)";
10022            case _342400: return "Telecommunications Trades Workers not further defined";
10023            case _342411: return "Cabler (Data and Telecommunications)";
10024            case _342412: return "Telecommunications Cable Jointer";
10025            case _342413: return "Telecommunications Linesworker";
10026            case _342414: return "Telecommunications Technician";
10027            case _351000: return "Food Trades Workers not further defined";
10028            case _351100: return "Bakers and Pastrycooks not further defined";
10029            case _351111: return "Baker";
10030            case _351112: return "Pastrycook";
10031            case _351211: return "Butcher or Smallgoods Maker";
10032            case _351311: return "Chef";
10033            case _351411: return "Cook";
10034            case _360000: return "Skilled Animal and Horticultural Workers not further defined";
10035            case _361000: return "Animal Attendants and Trainers, and Shearers not further defined";
10036            case _361100: return "Animal Attendants and Trainers not further defined";
10037            case _361111: return "Dog Handler or Trainer";
10038            case _361112: return "Horse Trainer";
10039            case _361113: return "Pet Groomer";
10040            case _361114: return "Zookeeper";
10041            case _361199: return "Animal Attendants and Trainers not elsewhere classified";
10042            case _361211: return "Shearer";
10043            case _361311: return "Veterinary Nurse";
10044            case _362000: return "Horticultural Trades Workers not further defined";
10045            case _362111: return "Florist";
10046            case _362200: return "Gardeners not further defined";
10047            case _362211: return "Gardener (General)";
10048            case _362212: return "Arborist";
10049            case _362213: return "Landscape Gardener";
10050            case _362311: return "Greenkeeper";
10051            case _362411: return "Nurseryperson";
10052            case _390000: return "Other Technicians and Trades Workers not further defined";
10053            case _391111: return "Hairdresser";
10054            case _392000: return "Printing Trades Workers not further defined";
10055            case _392100: return "Binders, Finishers and Screen Printers not further defined";
10056            case _392111: return "Binder and Finisher";
10057            case _392112: return "Screen Printer";
10058            case _392211: return "Graphic Pre-press Trades Worker";
10059            case _392300: return "Printers not further defined";
10060            case _392311: return "Printing Machinist";
10061            case _392312: return "Small Offset Printer";
10062            case _393000: return "Textile, Clothing and Footwear Trades Workers not further defined";
10063            case _393100: return "Canvas and Leather Goods Makers not further defined";
10064            case _393111: return "Canvas Goods Maker";
10065            case _393112: return "Leather Goods Maker";
10066            case _393113: return "Sail Maker";
10067            case _393114: return "Shoemaker";
10068            case _393200: return "Clothing Trades Workers not further defined";
10069            case _393211: return "Apparel Cutter";
10070            case _393212: return "Clothing Patternmaker";
10071            case _393213: return "Dressmaker or Tailor";
10072            case _393299: return "Clothing Trades Workers not elsewhere classified";
10073            case _393311: return "Upholsterer";
10074            case _394000: return "Wood Trades Workers not further defined";
10075            case _394111: return "Cabinetmaker";
10076            case _394200: return "Wood Machinists and Other Wood Trades Workers not further defined";
10077            case _394211: return "Furniture Finisher";
10078            case _394212: return "Picture Framer";
10079            case _394213: return "Wood Machinist";
10080            case _394214: return "Wood Turner";
10081            case _394299: return "Wood Machinists and Other Wood Trades Workers not elsewhere classified";
10082            case _399000: return "Miscellaneous Technicians and Trades Workers not further defined";
10083            case _399100: return "Boat Builders and Shipwrights not further defined";
10084            case _399111: return "Boat Builder and Repairer";
10085            case _399112: return "Shipwright";
10086            case _399200: return "Chemical, Gas, Petroleum and Power Generation Plant Operators not further defined";
10087            case _399211: return "Chemical Plant Operator";
10088            case _399212: return "Gas or Petroleum Operator";
10089            case _399213: return "Power Generation Plant Operator";
10090            case _399300: return "Gallery, Library and Museum Technicians not further defined";
10091            case _399311: return "Gallery or Museum Technician";
10092            case _399312: return "Library Technician";
10093            case _399411: return "Jeweller";
10094            case _399500: return "Performing Arts Technicians not further defined";
10095            case _399511: return "Broadcast Transmitter Operator";
10096            case _399512: return "Camera Operator (Film, Television or Video)";
10097            case _399513: return "Light Technician";
10098            case _399514: return "Make Up Artist";
10099            case _399515: return "Musical Instrument Maker or Repairer";
10100            case _399516: return "Sound Technician";
10101            case _399517: return "Television Equipment Operator";
10102            case _399599: return "Performing Arts Technicians not elsewhere classified";
10103            case _399611: return "Signwriter";
10104            case _399900: return "Other Miscellaneous Technicians and Trades Workers not further defined";
10105            case _399911: return "Diver";
10106            case _399912: return "Interior Decorator";
10107            case _399913: return "Optical Dispenser";
10108            case _399914: return "Optical Mechanic";
10109            case _399915: return "Photographer's Assistant";
10110            case _399916: return "Plastics Technician";
10111            case _399917: return "Wool Classer";
10112            case _399999: return "Technicians and Trades Workers not elsewhere classified";
10113            case _400000: return "Community and Personal Service Workers not further defined";
10114            case _411000: return "Health and Welfare Support Workers not further defined";
10115            case _411100: return "Ambulance Officers and Paramedics not further defined";
10116            case _411111: return "Ambulance Officer";
10117            case _411112: return "Intensive Care Ambulance Paramedic";
10118            case _411200: return "Dental Hygienists, Technicians and Therapists not further defined";
10119            case _411211: return "Dental Hygienist";
10120            case _411212: return "Dental Prosthetist";
10121            case _411213: return "Dental Technician";
10122            case _411214: return "Dental Therapist";
10123            case _411311: return "Diversional Therapist";
10124            case _411400: return "Enrolled and Mothercraft Nurses not further defined";
10125            case _411411: return "Enrolled Nurse";
10126            case _411412: return "Mothercraft Nurse";
10127            case _411511: return "Aboriginal and Torres Strait Islander Health Worker";
10128            case _411611: return "Massage Therapist";
10129            case _411700: return "Welfare Support Workers not further defined";
10130            case _411711: return "Community Worker";
10131            case _411712: return "Disabilities Services Officer";
10132            case _411713: return "Family Support Worker";
10133            case _411714: return "Parole or Probation Officer";
10134            case _411715: return "Residential Care Officer";
10135            case _411716: return "Youth Worker";
10136            case _420000: return "Carers and Aides not further defined";
10137            case _421100: return "Child Carers not further defined";
10138            case _421111: return "Child Care Worker";
10139            case _421112: return "Family Day Care Worker";
10140            case _421113: return "Nanny";
10141            case _421114: return "Out of School Hours Care Worker";
10142            case _422100: return "Education Aides not further defined";
10143            case _422111: return "Aboriginal and Torres Strait Islander Education Worker";
10144            case _422112: return "Integration Aide";
10145            case _422115: return "Preschool Aide";
10146            case _422116: return "Teachers' Aide";
10147            case _423000: return "Personal Carers and Assistants not further defined";
10148            case _423111: return "Aged or Disabled Carer";
10149            case _423211: return "Dental Assistant";
10150            case _423300: return "Nursing Support and Personal Care Workers not further defined";
10151            case _423311: return "Hospital Orderly";
10152            case _423312: return "Nursing Support Worker";
10153            case _423313: return "Personal Care Assistant";
10154            case _423314: return "Therapy Aide";
10155            case _423400: return "Special Care Workers not further defined";
10156            case _423411: return "Child or Youth Residential Care Assistant";
10157            case _423412: return "Hostel Parent";
10158            case _423413: return "Refuge Worker";
10159            case _431000: return "Hospitality Workers not further defined";
10160            case _431100: return "Bar Attendants and Baristas not further defined";
10161            case _431111: return "Bar Attendant";
10162            case _431112: return "Barista";
10163            case _431211: return "Cafe Worker";
10164            case _431311: return "Gaming Worker";
10165            case _431411: return "Hotel Service Manager";
10166            case _431511: return "Waiter";
10167            case _431900: return "Other Hospitality Workers not further defined";
10168            case _431911: return "Bar Useful or Busser";
10169            case _431912: return "Doorperson or Luggage Porter";
10170            case _431999: return "Hospitality Workers not elsewhere classified";
10171            case _440000: return "Protective Service Workers not further defined";
10172            case _441000: return "Defence Force Members, Fire Fighters and Police not further defined";
10173            case _441111: return "Defence Force Member - Other Ranks";
10174            case _441200: return "Fire and Emergency Workers not further defined";
10175            case _441211: return "Emergency Service Worker";
10176            case _441212: return "Fire Fighter";
10177            case _441300: return "Police not further defined";
10178            case _441311: return "Detective";
10179            case _441312: return "Police Officer";
10180            case _442000: return "Prison and Security Officers not further defined";
10181            case _442111: return "Prison Officer";
10182            case _442200: return "Security Officers and Guards not further defined";
10183            case _442211: return "Alarm, Security or Surveillance Monitor";
10184            case _442212: return "Armoured Car Escort";
10185            case _442213: return "Crowd Controller";
10186            case _442214: return "Private Investigator";
10187            case _442215: return "Retail Loss Prevention Officer";
10188            case _442216: return "Security Consultant";
10189            case _442217: return "Security Officer";
10190            case _442299: return "Security Officers and Guards not elsewhere classified";
10191            case _450000: return "Sports and Personal Service Workers not further defined";
10192            case _451000: return "Personal Service and Travel Workers not further defined";
10193            case _451111: return "Beauty Therapist";
10194            case _451211: return "Driving Instructor";
10195            case _451300: return "Funeral Workers not further defined";
10196            case _451311: return "Funeral Director";
10197            case _451399: return "Funeral Workers not elsewhere classified";
10198            case _451400: return "Gallery, Museum and Tour Guides not further defined";
10199            case _451411: return "Gallery or Museum Guide";
10200            case _451412: return "Tour Guide";
10201            case _451500: return "Personal Care Consultants not further defined";
10202            case _451511: return "Natural Remedy Consultant";
10203            case _451512: return "Weight Loss Consultant";
10204            case _451600: return "Tourism and Travel Advisers not further defined";
10205            case _451611: return "Tourist Information Officer";
10206            case _451612: return "Travel Consultant";
10207            case _451700: return "Travel Attendants not further defined";
10208            case _451711: return "Flight Attendant";
10209            case _451799: return "Travel Attendants not elsewhere classified";
10210            case _451800: return "Other Personal Service Workers not further defined";
10211            case _451811: return "Civil Celebrant";
10212            case _451812: return "Hair or Beauty Salon Assistant";
10213            case _451813: return "Sex Worker or Escort";
10214            case _451899: return "Personal Service Workers not elsewhere classified";
10215            case _452000: return "Sports and Fitness Workers not further defined";
10216            case _452111: return "Fitness Instructor";
10217            case _452200: return "Outdoor Adventure Guides not further defined";
10218            case _452211: return "Bungy Jump Master";
10219            case _452212: return "Fishing Guide";
10220            case _452213: return "Hunting Guide";
10221            case _452214: return "Mountain or Glacier Guide";
10222            case _452215: return "Outdoor Adventure Instructor";
10223            case _452216: return "Trekking Guide";
10224            case _452217: return "Whitewater Rafting Guide";
10225            case _452299: return "Outdoor Adventure Guides not elsewhere classified";
10226            case _452300: return "Sports Coaches, Instructors and Officials not further defined";
10227            case _452311: return "Diving Instructor (Open Water)";
10228            case _452312: return "Gymnastics Coach or Instructor";
10229            case _452313: return "Horse Riding Coach or Instructor";
10230            case _452314: return "Snowsport Instructor";
10231            case _452315: return "Swimming Coach or Instructor";
10232            case _452316: return "Tennis Coach";
10233            case _452317: return "Other Sports Coach or Instructor";
10234            case _452318: return "Dog or Horse Racing Official";
10235            case _452321: return "Sports Development Officer";
10236            case _452322: return "Sports Umpire";
10237            case _452323: return "Other Sports Official";
10238            case _452400: return "Sportspersons not further defined";
10239            case _452411: return "Footballer";
10240            case _452412: return "Golfer";
10241            case _452413: return "Jockey";
10242            case _452414: return "Lifeguard";
10243            case _452499: return "Sportspersons not elsewhere classified";
10244            case _500000: return "Clerical and Administrative Workers not further defined";
10245            case _510000: return "Office Managers and Program Administrators not further defined";
10246            case _511100: return "Contract, Program and Project Administrators not further defined";
10247            case _511111: return "Contract Administrator";
10248            case _511112: return "Program or Project Administrator";
10249            case _512000: return "Office and Practice Managers not further defined";
10250            case _512111: return "Office Manager";
10251            case _512200: return "Practice Managers not further defined";
10252            case _512211: return "Health Practice Manager";
10253            case _512299: return "Practice Managers not elsewhere classified";
10254            case _521000: return "Personal Assistants and Secretaries not further defined";
10255            case _521111: return "Personal Assistant";
10256            case _521200: return "Secretaries not further defined";
10257            case _521211: return "Secretary (General)";
10258            case _521212: return "Legal Secretary";
10259            case _530000: return "General Clerical Workers not further defined";
10260            case _531111: return "General Clerk";
10261            case _532100: return "Keyboard Operators not further defined";
10262            case _532111: return "Data Entry Operator";
10263            case _532112: return "Machine Shorthand Reporter";
10264            case _532113: return "Word Processing Operator";
10265            case _540000: return "Inquiry Clerks and Receptionists not further defined";
10266            case _541000: return "Call or Contact Centre Information Clerks not further defined";
10267            case _541100: return "Call or Contact Centre Workers not further defined";
10268            case _541111: return "Call or Contact Centre Team Leader";
10269            case _541112: return "Call or Contact Centre Operator";
10270            case _541211: return "Inquiry Clerk";
10271            case _542100: return "Receptionists not further defined";
10272            case _542111: return "Receptionist (General)";
10273            case _542112: return "Admissions Clerk";
10274            case _542113: return "Hotel or Motel Receptionist";
10275            case _542114: return "Medical Receptionist";
10276            case _550000: return "Numerical Clerks not further defined";
10277            case _551000: return "Accounting Clerks and Bookkeepers not further defined";
10278            case _551100: return "Accounting Clerks not further defined";
10279            case _551111: return "Accounts Clerk";
10280            case _551112: return "Cost Clerk";
10281            case _551211: return "Bookkeeper";
10282            case _551311: return "Payroll Clerk";
10283            case _552000: return "Financial and Insurance Clerks not further defined";
10284            case _552111: return "Bank Worker";
10285            case _552211: return "Credit or Loans Officer";
10286            case _552300: return "Insurance, Money Market and Statistical Clerks not further defined";
10287            case _552311: return "Bookmaker";
10288            case _552312: return "Insurance Consultant";
10289            case _552313: return "Money Market Clerk";
10290            case _552314: return "Statistical Clerk";
10291            case _561000: return "Clerical and Office Support Workers not further defined";
10292            case _561100: return "Betting Clerks not further defined";
10293            case _561111: return "Betting Agency Counter Clerk";
10294            case _561112: return "Bookmaker's Clerk";
10295            case _561113: return "Telephone Betting Clerk";
10296            case _561199: return "Betting Clerks not elsewhere classified";
10297            case _561200: return "Couriers and Postal Deliverers not further defined";
10298            case _561211: return "Courier";
10299            case _561212: return "Postal Delivery Officer";
10300            case _561311: return "Filing or Registry Clerk";
10301            case _561400: return "Mail Sorters not further defined";
10302            case _561411: return "Mail Clerk";
10303            case _561412: return "Postal Sorting Officer";
10304            case _561511: return "Survey Interviewer";
10305            case _561611: return "Switchboard Operator";
10306            case _561900: return "Other Clerical and Office Support Workers not further defined";
10307            case _561911: return "Classified Advertising Clerk";
10308            case _561912: return "Meter Reader";
10309            case _561913: return "Parking Inspector";
10310            case _561999: return "Clerical and Office Support Workers not elsewhere classified";
10311            case _590000: return "Other Clerical and Administrative Workers not further defined";
10312            case _591000: return "Logistics Clerks not further defined";
10313            case _591100: return "Purchasing and Supply Logistics Clerks not further defined";
10314            case _591111: return "Order Clerk";
10315            case _591112: return "Production Clerk";
10316            case _591113: return "Purchasing Officer";
10317            case _591114: return "Sales Clerk";
10318            case _591115: return "Stock Clerk";
10319            case _591116: return "Warehouse Administrator";
10320            case _591200: return "Transport and Despatch Clerks not further defined";
10321            case _591211: return "Despatching and Receiving Clerk";
10322            case _591212: return "Import-Export Clerk";
10323            case _599000: return "Miscellaneous Clerical and Administrative Workers not further defined";
10324            case _599100: return "Conveyancers and Legal Executives not further defined";
10325            case _599111: return "Conveyancer";
10326            case _599112: return "Legal Executive";
10327            case _599200: return "Court and Legal Clerks not further defined";
10328            case _599211: return "Clerk of Court";
10329            case _599212: return "Court Bailiff or Sheriff";
10330            case _599213: return "Court Orderly";
10331            case _599214: return "Law Clerk";
10332            case _599215: return "Trust Officer";
10333            case _599311: return "Debt Collector";
10334            case _599411: return "Human Resource Clerk";
10335            case _599500: return "Inspectors and Regulatory Officers not further defined";
10336            case _599511: return "Customs Officer";
10337            case _599512: return "Immigration Officer";
10338            case _599513: return "Motor Vehicle Licence Examiner";
10339            case _599514: return "Noxious Weeds and Pest Inspector";
10340            case _599515: return "Social Security Assessor";
10341            case _599516: return "Taxation Inspector";
10342            case _599517: return "Train Examiner";
10343            case _599518: return "Transport Operations Inspector";
10344            case _599521: return "Water Inspector";
10345            case _599599: return "Inspectors and Regulatory Officers not elsewhere classified";
10346            case _599600: return "Insurance Investigators, Loss Adjusters and Risk Surveyors not further defined";
10347            case _599611: return "Insurance Investigator";
10348            case _599612: return "Insurance Loss Adjuster";
10349            case _599613: return "Insurance Risk Surveyor";
10350            case _599711: return "Library Assistant";
10351            case _599900: return "Other Miscellaneous Clerical and Administrative Workers not further defined";
10352            case _599911: return "Coding Clerk";
10353            case _599912: return "Production Assistant (Film, Television, Radio or Stage)";
10354            case _599913: return "Proof Reader";
10355            case _599914: return "Radio Despatcher";
10356            case _599999: return "Clerical and Administrative Workers not elsewhere classified";
10357            case _600000: return "Sales Workers not further defined";
10358            case _610000: return "Sales Representatives and Agents not further defined";
10359            case _611000: return "Insurance Agents and Sales Representatives not further defined";
10360            case _611100: return "Auctioneers, and Stock and Station Agents not further defined";
10361            case _611111: return "Auctioneer";
10362            case _611112: return "Stock and Station Agent";
10363            case _611211: return "Insurance Agent";
10364            case _611300: return "Sales Representatives not further defined";
10365            case _611311: return "Sales Representative (Building and Plumbing Supplies)";
10366            case _611312: return "Sales Representative (Business Services)";
10367            case _611313: return "Sales Representative (Motor Vehicle Parts and Accessories)";
10368            case _611314: return "Sales Representative (Personal and Household Goods)";
10369            case _611399: return "Sales Representatives not elsewhere classified";
10370            case _612100: return "Real Estate Sales Agents not further defined";
10371            case _612111: return "Business Broker";
10372            case _612112: return "Property Manager";
10373            case _612113: return "Real Estate Agency Principal";
10374            case _612114: return "Real Estate Agent";
10375            case _612115: return "Real Estate Representative";
10376            case _621000: return "Sales Assistants and Salespersons not further defined";
10377            case _621111: return "Sales Assistant (General)";
10378            case _621211: return "ICT Sales Assistant";
10379            case _621300: return "Motor Vehicle and Vehicle Parts Salespersons not further defined";
10380            case _621311: return "Motor Vehicle or Caravan Salesperson";
10381            case _621312: return "Motor Vehicle Parts Interpreter";
10382            case _621411: return "Pharmacy Sales Assistant";
10383            case _621511: return "Retail Supervisor";
10384            case _621611: return "Service Station Attendant";
10385            case _621700: return "Street Vendors and Related Salespersons not further defined";
10386            case _621711: return "Cash Van Salesperson";
10387            case _621712: return "Door-to-door Salesperson";
10388            case _621713: return "Street Vendor";
10389            case _621900: return "Other Sales Assistants and Salespersons not further defined";
10390            case _621911: return "Materials Recycler";
10391            case _621912: return "Rental Salesperson";
10392            case _621999: return "Sales Assistants and Salespersons not elsewhere classified";
10393            case _630000: return "Sales Support Workers not further defined";
10394            case _631100: return "Checkout Operators and Office Cashiers not further defined";
10395            case _631111: return "Checkout Operator";
10396            case _631112: return "Office Cashier";
10397            case _639000: return "Miscellaneous Sales Support Workers not further defined";
10398            case _639100: return "Models and Sales Demonstrators not further defined";
10399            case _639111: return "Model";
10400            case _639112: return "Sales Demonstrator";
10401            case _639200: return "Retail and Wool Buyers not further defined";
10402            case _639211: return "Retail Buyer";
10403            case _639212: return "Wool Buyer";
10404            case _639311: return "Telemarketer";
10405            case _639400: return "Ticket Salespersons not further defined";
10406            case _639411: return "Ticket Seller";
10407            case _639412: return "Transport Conductor";
10408            case _639511: return "Visual Merchandiser";
10409            case _639911: return "Other Sales Support Worker";
10410            case _700000: return "Machinery Operators and Drivers not further defined";
10411            case _710000: return "Machine and Stationary Plant Operators not further defined";
10412            case _711000: return "Machine Operators not further defined";
10413            case _711100: return "Clay, Concrete, Glass and Stone Processing Machine Operators not further defined";
10414            case _711111: return "Clay Products Machine Operator";
10415            case _711112: return "Concrete Products Machine Operator";
10416            case _711113: return "Glass Production Machine Operator";
10417            case _711114: return "Stone Processing Machine Operator";
10418            case _711199: return "Clay, Concrete, Glass and Stone Processing Machine Operators not elsewhere classified";
10419            case _711211: return "Industrial Spraypainter";
10420            case _711300: return "Paper and Wood Processing Machine Operators not further defined";
10421            case _711311: return "Paper Products Machine Operator";
10422            case _711312: return "Wood Processing Machine Operator";
10423            case _711411: return "Photographic Developer and Printer";
10424            case _711500: return "Plastics and Rubber Production Machine Operators not further defined";
10425            case _711511: return "Plastic Cablemaking Machine Operator";
10426            case _711512: return "Plastic Compounding and Reclamation Machine Operator";
10427            case _711513: return "Plastics Fabricator or Welder";
10428            case _711514: return "Plastics Production Machine Operator (General)";
10429            case _711515: return "Reinforced Plastic and Composite Production Worker";
10430            case _711516: return "Rubber Production Machine Operator";
10431            case _711599: return "Plastics and Rubber Production Machine Operators not elsewhere classified";
10432            case _711611: return "Sewing Machinist";
10433            case _711700: return "Textile and Footwear Production Machine Operators not further defined";
10434            case _711711: return "Footwear Production Machine Operator";
10435            case _711712: return "Hide and Skin Processing Machine Operator";
10436            case _711713: return "Knitting Machine Operator";
10437            case _711714: return "Textile Dyeing and Finishing Machine Operator";
10438            case _711715: return "Weaving Machine Operator";
10439            case _711716: return "Yarn Carding and Spinning Machine Operator";
10440            case _711799: return "Textile and Footwear Production Machine Operators not elsewhere classified";
10441            case _711900: return "Other Machine Operators not further defined";
10442            case _711911: return "Chemical Production Machine Operator";
10443            case _711912: return "Motion Picture Projectionist";
10444            case _711913: return "Sand Blaster";
10445            case _711914: return "Sterilisation Technician";
10446            case _711999: return "Machine Operators not elsewhere classified";
10447            case _712000: return "Stationary Plant Operators not further defined";
10448            case _712111: return "Crane, Hoist or Lift Operator";
10449            case _712200: return "Drillers, Miners and Shot Firers not further defined";
10450            case _712211: return "Driller";
10451            case _712212: return "Miner";
10452            case _712213: return "Shot Firer";
10453            case _712311: return "Engineering Production Systems Worker";
10454            case _712900: return "Other Stationary Plant Operators not further defined";
10455            case _712911: return "Boiler or Engine Operator";
10456            case _712912: return "Bulk Materials Handling Plant Operator";
10457            case _712913: return "Cement Production Plant Operator";
10458            case _712914: return "Concrete Batching Plant Operator";
10459            case _712915: return "Concrete Pump Operator";
10460            case _712916: return "Paper and Pulp Mill Operator";
10461            case _712917: return "Railway Signal Operator";
10462            case _712918: return "Train Controller";
10463            case _712921: return "Waste Water or Water Plant Operator";
10464            case _712922: return "Weighbridge Operator";
10465            case _712999: return "Stationary Plant Operators not elsewhere classified";
10466            case _721000: return "Mobile Plant Operators not further defined";
10467            case _721100: return "Agricultural, Forestry and Horticultural Plant Operators not further defined";
10468            case _721111: return "Agricultural and Horticultural Mobile Plant Operator";
10469            case _721112: return "Logging Plant Operator";
10470            case _721200: return "Earthmoving Plant Operators not further defined";
10471            case _721211: return "Earthmoving Plant Operator (General)";
10472            case _721212: return "Backhoe Operator";
10473            case _721213: return "Bulldozer Operator";
10474            case _721214: return "Excavator Operator";
10475            case _721215: return "Grader Operator";
10476            case _721216: return "Loader Operator";
10477            case _721311: return "Forklift Driver";
10478            case _721900: return "Other Mobile Plant Operators not further defined";
10479            case _721911: return "Aircraft Baggage Handler and Airline Ground Crew";
10480            case _721912: return "Linemarker";
10481            case _721913: return "Paving Plant Operator";
10482            case _721914: return "Railway Track Plant Operator";
10483            case _721915: return "Road Roller Operator";
10484            case _721916: return "Streetsweeper Operator";
10485            case _721999: return "Mobile Plant Operators not elsewhere classified";
10486            case _730000: return "Road and Rail Drivers not further defined";
10487            case _731000: return "Automobile, Bus and Rail Drivers not further defined";
10488            case _731100: return "Automobile Drivers not further defined";
10489            case _731111: return "Chauffeur";
10490            case _731112: return "Taxi Driver";
10491            case _731199: return "Automobile Drivers not elsewhere classified";
10492            case _731200: return "Bus and Coach Drivers not further defined";
10493            case _731211: return "Bus Driver";
10494            case _731212: return "Charter and Tour Bus Driver";
10495            case _731213: return "Passenger Coach Driver";
10496            case _731300: return "Train and Tram Drivers not further defined";
10497            case _731311: return "Train Driver";
10498            case _731312: return "Tram Driver";
10499            case _732111: return "Delivery Driver";
10500            case _733100: return "Truck Drivers not further defined";
10501            case _733111: return "Truck Driver (General)";
10502            case _733112: return "Aircraft Refueller";
10503            case _733113: return "Furniture Removalist";
10504            case _733114: return "Tanker Driver";
10505            case _733115: return "Tow Truck Driver";
10506            case _741111: return "Storeperson";
10507            case _800000: return "Labourers not further defined";
10508            case _811000: return "Cleaners and Laundry Workers not further defined";
10509            case _811111: return "Car Detailer";
10510            case _811211: return "Commercial Cleaner";
10511            case _811311: return "Domestic Cleaner";
10512            case _811400: return "Housekeepers not further defined";
10513            case _811411: return "Commercial Housekeeper";
10514            case _811412: return "Domestic Housekeeper";
10515            case _811500: return "Laundry Workers not further defined";
10516            case _811511: return "Laundry Worker (General)";
10517            case _811512: return "Drycleaner";
10518            case _811513: return "Ironer or Presser";
10519            case _811600: return "Other Cleaners not further defined";
10520            case _811611: return "Carpet Cleaner";
10521            case _811612: return "Window Cleaner";
10522            case _811699: return "Cleaners not elsewhere classified";
10523            case _821000: return "Construction and Mining Labourers not further defined";
10524            case _821100: return "Building and Plumbing Labourers not further defined";
10525            case _821111: return "Builder's Labourer";
10526            case _821112: return "Drainage, Sewerage and Stormwater Labourer";
10527            case _821113: return "Earthmoving Labourer";
10528            case _821114: return "Plumber's Assistant";
10529            case _821211: return "Concreter";
10530            case _821311: return "Fencer";
10531            case _821400: return "Insulation and Home Improvement Installers not further defined";
10532            case _821411: return "Building Insulation Installer";
10533            case _821412: return "Home Improvement Installer";
10534            case _821511: return "Paving and Surfacing Labourer";
10535            case _821611: return "Railway Track Worker";
10536            case _821700: return "Structural Steel Construction Workers not further defined";
10537            case _821711: return "Construction Rigger";
10538            case _821712: return "Scaffolder";
10539            case _821713: return "Steel Fixer";
10540            case _821714: return "Structural Steel Erector";
10541            case _821900: return "Other Construction and Mining Labourers not further defined";
10542            case _821911: return "Crane Chaser";
10543            case _821912: return "Driller's Assistant";
10544            case _821913: return "Lagger";
10545            case _821914: return "Mining Support Worker";
10546            case _821915: return "Surveyor's Assistant";
10547            case _830000: return "Factory Process Workers not further defined";
10548            case _831000: return "Food Process Workers not further defined";
10549            case _831100: return "Food and Drink Factory Workers not further defined";
10550            case _831111: return "Baking Factory Worker";
10551            case _831112: return "Brewery Worker";
10552            case _831113: return "Confectionery Maker";
10553            case _831114: return "Dairy Products Maker";
10554            case _831115: return "Fruit and Vegetable Factory Worker";
10555            case _831116: return "Grain Mill Worker";
10556            case _831117: return "Sugar Mill Worker";
10557            case _831118: return "Winery Cellar Hand";
10558            case _831199: return "Food and Drink Factory Workers not elsewhere classified";
10559            case _831200: return "Meat Boners and Slicers, and Slaughterers not further defined";
10560            case _831211: return "Meat Boner and Slicer";
10561            case _831212: return "Slaughterer";
10562            case _831300: return "Meat, Poultry and Seafood Process Workers not further defined";
10563            case _831311: return "Meat Process Worker";
10564            case _831312: return "Poultry Process Worker";
10565            case _831313: return "Seafood Process Worker";
10566            case _832000: return "Packers and Product Assemblers not further defined";
10567            case _832100: return "Packers not further defined";
10568            case _832111: return "Chocolate Packer";
10569            case _832112: return "Container Filler";
10570            case _832113: return "Fruit and Vegetable Packer";
10571            case _832114: return "Meat Packer";
10572            case _832115: return "Seafood Packer";
10573            case _832199: return "Packers not elsewhere classified";
10574            case _832211: return "Product Assembler";
10575            case _839000: return "Miscellaneous Factory Process Workers not further defined";
10576            case _839111: return "Metal Engineering Process Worker";
10577            case _839200: return "Plastics and Rubber Factory Workers not further defined";
10578            case _839211: return "Plastics Factory Worker";
10579            case _839212: return "Rubber Factory Worker";
10580            case _839300: return "Product Quality Controllers not further defined";
10581            case _839311: return "Product Examiner";
10582            case _839312: return "Product Grader";
10583            case _839313: return "Product Tester";
10584            case _839400: return "Timber and Wood Process Workers not further defined";
10585            case _839411: return "Paper and Pulp Mill Worker";
10586            case _839412: return "Sawmill or Timber Yard Worker";
10587            case _839413: return "Wood and Wood Products Factory Worker";
10588            case _839900: return "Other Factory Process Workers not further defined";
10589            case _839911: return "Cement and Concrete Plant Worker";
10590            case _839912: return "Chemical Plant Worker";
10591            case _839913: return "Clay Processing Factory Worker";
10592            case _839914: return "Fabric and Textile Factory Worker";
10593            case _839915: return "Footwear Factory Worker";
10594            case _839916: return "Glass Processing Worker";
10595            case _839917: return "Hide and Skin Processing Worker";
10596            case _839999: return "Factory Process Workers not elsewhere classified";
10597            case _841000: return "Farm, Forestry and Garden Workers not further defined";
10598            case _841111: return "Aquaculture Worker";
10599            case _841200: return "Crop Farm Workers not further defined";
10600            case _841211: return "Fruit or Nut Farm Worker";
10601            case _841212: return "Fruit or Nut Picker";
10602            case _841213: return "Grain, Oilseed or Pasture Farm Worker";
10603            case _841214: return "Vegetable Farm Worker";
10604            case _841215: return "Vegetable Picker";
10605            case _841216: return "Vineyard Worker";
10606            case _841299: return "Crop Farm Workers not elsewhere classified";
10607            case _841300: return "Forestry and Logging Workers not further defined";
10608            case _841311: return "Forestry Worker";
10609            case _841312: return "Logging Assistant";
10610            case _841313: return "Tree Faller";
10611            case _841400: return "Garden and Nursery Labourers not further defined";
10612            case _841411: return "Garden Labourer";
10613            case _841412: return "Horticultural Nursery Assistant";
10614            case _841500: return "Livestock Farm Workers not further defined";
10615            case _841511: return "Beef Cattle Farm Worker";
10616            case _841512: return "Dairy Cattle Farm Worker";
10617            case _841513: return "Mixed Livestock Farm Worker";
10618            case _841514: return "Poultry Farm Worker";
10619            case _841515: return "Sheep Farm Worker";
10620            case _841516: return "Stablehand";
10621            case _841517: return "Wool Handler";
10622            case _841599: return "Livestock Farm Workers not elsewhere classified";
10623            case _841611: return "Mixed Crop and Livestock Farm Worker";
10624            case _841900: return "Other Farm, Forestry and Garden Workers not further defined";
10625            case _841911: return "Hunter-Trapper";
10626            case _841912: return "Pest or Weed Controller";
10627            case _841999: return "Farm, Forestry and Garden Workers not elsewhere classified";
10628            case _851000: return "Food Preparation Assistants not further defined";
10629            case _851111: return "Fast Food Cook";
10630            case _851200: return "Food Trades Assistants not further defined";
10631            case _851211: return "Pastrycook's Assistant";
10632            case _851299: return "Food Trades Assistants not elsewhere classified";
10633            case _851311: return "Kitchenhand";
10634            case _890000: return "Other Labourers not further defined";
10635            case _891000: return "Freight Handlers and Shelf Fillers not further defined";
10636            case _891100: return "Freight and Furniture Handlers not further defined";
10637            case _891111: return "Freight Handler (Rail or Road)";
10638            case _891112: return "Truck Driver's Offsider";
10639            case _891113: return "Waterside Worker";
10640            case _891211: return "Shelf Filler";
10641            case _899000: return "Miscellaneous Labourers not further defined";
10642            case _899111: return "Caretaker";
10643            case _899200: return "Deck and Fishing Hands not further defined";
10644            case _899211: return "Deck Hand";
10645            case _899212: return "Fishing Hand";
10646            case _899311: return "Handyperson";
10647            case _899400: return "Motor Vehicle Parts and Accessories Fitters not further defined";
10648            case _899411: return "Motor Vehicle Parts and Accessories Fitter (General)";
10649            case _899412: return "Autoglazier";
10650            case _899413: return "Exhaust and Muffler Fitter";
10651            case _899414: return "Radiator Fitter";
10652            case _899415: return "Tyre Fitter";
10653            case _899500: return "Printing Assistants and Table Workers not further defined";
10654            case _899511: return "Printer's Assistant";
10655            case _899512: return "Printing Table Worker";
10656            case _899611: return "Recycling or Rubbish Collector";
10657            case _899711: return "Vending Machine Attendant";
10658            case _899900: return "Other Miscellaneous Labourers not further defined";
10659            case _899911: return "Bicycle Mechanic";
10660            case _899912: return "Car Park Attendant";
10661            case _899913: return "Crossing Supervisor";
10662            case _899914: return "Electrical or Telecommunications Trades Assistant";
10663            case _899915: return "Leaflet or Newspaper Deliverer";
10664            case _899916: return "Mechanic's Assistant";
10665            case _899917: return "Railways Assistant";
10666            case _899918: return "Sign Erector";
10667            case _899921: return "Ticket Collector or Usher";
10668            case _899922: return "Trolley Collector";
10669            case _899999: return "Labourers not elsewhere classified";
10670            case NULL: return null;
10671            default: return "?";
10672          }
10673        }
10674        public String getDisplay() {
10675          switch (this) {
10676            case _100000: return "Managers nfd";
10677            case _111000: return "Chief Executives, General Managers and Legislators nfd";
10678            case _111111: return "Chief Executive or Managing Director";
10679            case _111200: return "General Managers nfd";
10680            case _111211: return "Corporate General Manager";
10681            case _111212: return "Defence Force Senior Officer";
10682            case _111300: return "Legislators nfd";
10683            case _111311: return "Local Government Legislator";
10684            case _111312: return "Member of Parliament";
10685            case _111399: return "Legislators nec";
10686            case _121000: return "Farmers and Farm Managers nfd";
10687            case _121111: return "Aquaculture Farmer";
10688            case _121200: return "Crop Farmers nfd";
10689            case _121211: return "Cotton Grower";
10690            case _121212: return "Flower Grower";
10691            case _121213: return "Fruit or Nut Grower";
10692            case _121214: return "Grain, Oilseed or Pasture Grower";
10693            case _121215: return "Grape Grower";
10694            case _121216: return "Mixed Crop Farmer";
10695            case _121217: return "Sugar Cane Grower";
10696            case _121218: return "Turf Grower";
10697            case _121221: return "Vegetable Grower";
10698            case _121299: return "Crop Farmers nec";
10699            case _121300: return "Livestock Farmers nfd";
10700            case _121311: return "Apiarist";
10701            case _121312: return "Beef Cattle Farmer";
10702            case _121313: return "Dairy Cattle Farmer";
10703            case _121314: return "Deer Farmer";
10704            case _121315: return "Goat Farmer";
10705            case _121316: return "Horse Breeder";
10706            case _121317: return "Mixed Livestock Farmer";
10707            case _121318: return "Pig Farmer";
10708            case _121321: return "Poultry Farmer";
10709            case _121322: return "Sheep Farmer";
10710            case _121399: return "Livestock Farmers nec";
10711            case _121411: return "Mixed Crop and Livestock Farmer";
10712            case _130000: return "Specialist Managers nfd";
10713            case _131100: return "Advertising and Sales Managers nfd";
10714            case _131111: return "Advertising and Public Relations Manager";
10715            case _131112: return "Sales and Marketing Manager";
10716            case _132000: return "Business Administration Managers nfd";
10717            case _132111: return "Corporate Services Manager";
10718            case _132211: return "Finance Manager";
10719            case _132311: return "Human Resource Manager";
10720            case _132411: return "Policy and Planning Manager";
10721            case _132511: return "Research and Development Manager";
10722            case _133000: return "Construction, Distribution and Production Managers nfd";
10723            case _133100: return "Construction Managers nfd";
10724            case _133111: return "Construction Project Manager";
10725            case _133112: return "Project Builder";
10726            case _133211: return "Engineering Manager";
10727            case _133300: return "Importers, Exporters and Wholesalers nfd";
10728            case _133311: return "Importer or Exporter";
10729            case _133312: return "Wholesaler";
10730            case _133411: return "Manufacturer";
10731            case _133500: return "Production Managers nfd";
10732            case _133511: return "Production Manager (Forestry)";
10733            case _133512: return "Production Manager (Manufacturing)";
10734            case _133513: return "Production Manager (Mining)";
10735            case _133611: return "Supply and Distribution Manager";
10736            case _134000: return "Education, Health and Welfare Services Managers nfd";
10737            case _134111: return "Child Care Centre Manager";
10738            case _134200: return "Health and Welfare Services Managers nfd";
10739            case _134211: return "Medical Administrator";
10740            case _134212: return "Nursing Clinical Director";
10741            case _134213: return "Primary Health Organization Manager";
10742            case _134214: return "Welfare Centre Manager";
10743            case _134299: return "Health and Welfare Services Managers nec";
10744            case _134311: return "School Principal";
10745            case _134400: return "Other Education Managers nfd";
10746            case _134411: return "Faculty Head";
10747            case _134412: return "Regional Education Manager";
10748            case _134499: return "Education Managers nec";
10749            case _135100: return "ICT Managers nfd";
10750            case _135111: return "Chief Information Officer";
10751            case _135112: return "ICT Project Manager";
10752            case _135199: return "ICT Managers nec";
10753            case _139000: return "Miscellaneous Specialist Managers nfd";
10754            case _139100: return "Commissioned Officers (Management) nfd";
10755            case _139111: return "Commissioned Defence Force Officer";
10756            case _139112: return "Commissioned Fire Officer";
10757            case _139113: return "Commissioned Police Officer";
10758            case _139211: return "Senior Non-commissioned Defence Force Member";
10759            case _139900: return "Other Specialist Managers nfd";
10760            case _139911: return "Arts Administrator or Manager";
10761            case _139912: return "Environmental Manager";
10762            case _139913: return "Laboratory Manager";
10763            case _139914: return "Quality Assurance Manager";
10764            case _139915: return "Sports Administrator";
10765            case _139999: return "Specialist Managers nec";
10766            case _140000: return "Hospitality, Retail and Service Managers nfd";
10767            case _141000: return "Accommodation and Hospitality Managers nfd";
10768            case _141111: return "Cafe or Restaurant Manager";
10769            case _141211: return "Caravan Park and Camping Ground Manager";
10770            case _141311: return "Hotel or Motel Manager";
10771            case _141411: return "Licensed Club Manager";
10772            case _141900: return "Other Accommodation and Hospitality Managers nfd";
10773            case _141911: return "Bed and Breakfast Operator";
10774            case _141999: return "Accommodation and Hospitality Managers nec";
10775            case _142100: return "Retail Managers nfd";
10776            case _142111: return "Retail Manager (General)";
10777            case _142112: return "Antique Dealer";
10778            case _142113: return "Betting Agency Manager";
10779            case _142114: return "Hair or Beauty Salon Manager";
10780            case _142115: return "Post Office Manager";
10781            case _142116: return "Travel Agency Manager";
10782            case _149000: return "Miscellaneous Hospitality, Retail and Service Managers nfd";
10783            case _149100: return "Amusement, Fitness and Sports Centre Managers nfd";
10784            case _149111: return "Amusement Centre Manager";
10785            case _149112: return "Fitness Centre Manager";
10786            case _149113: return "Sports Centre Manager";
10787            case _149200: return "Call or Contact Centre and Customer Service Managers nfd";
10788            case _149211: return "Call or Contact Centre Manager";
10789            case _149212: return "Customer Service Manager";
10790            case _149311: return "Conference and Event Organizer";
10791            case _149400: return "Transport Services Managers nfd";
10792            case _149411: return "Fleet Manager";
10793            case _149412: return "Railway Station Manager";
10794            case _149413: return "Transport Company Manager";
10795            case _149900: return "Other Hospitality, Retail and Service Managers nfd";
10796            case _149911: return "Boarding Kennel or Cattery Operator";
10797            case _149912: return "Cinema or Theatre Manager";
10798            case _149913: return "Facilities Manager";
10799            case _149914: return "Financial Institution Branch Manager";
10800            case _149999: return "Hospitality, Retail and Service Managers nec";
10801            case _200000: return "Professionals nfd";
10802            case _210000: return "Arts and Media Professionals nfd";
10803            case _211000: return "Arts Professionals nfd";
10804            case _211100: return "Actors, Dancers and Other Entertainers nfd";
10805            case _211111: return "Actor";
10806            case _211112: return "Dancer or Choreographer";
10807            case _211113: return "Entertainer or Variety Artist";
10808            case _211199: return "Actors, Dancers and Other Entertainers nec";
10809            case _211200: return "Music Professionals nfd";
10810            case _211211: return "Composer";
10811            case _211212: return "Music Director";
10812            case _211213: return "Musician (Instrumental)";
10813            case _211214: return "Singer";
10814            case _211299: return "Music Professionals nec";
10815            case _211311: return "Photographer";
10816            case _211400: return "Visual Arts and Crafts Professionals nfd";
10817            case _211411: return "Painter (Visual Arts)";
10818            case _211412: return "Potter or Ceramic Artist";
10819            case _211413: return "Sculptor";
10820            case _211499: return "Visual Arts and Crafts Professionals nec";
10821            case _212000: return "Media Professionals nfd";
10822            case _212100: return "Artistic Directors, and Media Producers and Presenters nfd";
10823            case _212111: return "Artistic Director";
10824            case _212112: return "Media Producer (excluding Video)";
10825            case _212113: return "Radio Presenter";
10826            case _212114: return "Television Presenter";
10827            case _212200: return "Authors, and Book and Script Editors nfd";
10828            case _212211: return "Author";
10829            case _212212: return "Book or Script Editor";
10830            case _212300: return "Film, Television, Radio and Stage Directors nfd";
10831            case _212311: return "Art Director (Film, Television or Stage)";
10832            case _212312: return "Director (Film, Television, Radio or Stage)";
10833            case _212313: return "Director of Photography";
10834            case _212314: return "Film and Video Editor";
10835            case _212315: return "Program Director (Television or Radio)";
10836            case _212316: return "Stage Manager";
10837            case _212317: return "Technical Director";
10838            case _212318: return "Video Producer";
10839            case _212399: return "Film, Television, Radio and Stage Directors nec";
10840            case _212400: return "Journalists and Other Writers nfd";
10841            case _212411: return "Copywriter";
10842            case _212412: return "Newspaper or Periodical Editor";
10843            case _212413: return "Print Journalist";
10844            case _212414: return "Radio Journalist";
10845            case _212415: return "Technical Writer";
10846            case _212416: return "Television Journalist";
10847            case _212499: return "Journalists and Other Writers nec";
10848            case _220000: return "Business, Human Resource and Marketing Professionals nfd";
10849            case _221000: return "Accountants, Auditors and Company Secretaries nfd";
10850            case _221100: return "Accountants nfd";
10851            case _221111: return "Accountant (General)";
10852            case _221112: return "Management Accountant";
10853            case _221113: return "Taxation Accountant";
10854            case _221200: return "Auditors, Company Secretaries and Corporate Treasurers nfd";
10855            case _221211: return "Company Secretary";
10856            case _221212: return "Corporate Treasurer";
10857            case _221213: return "External Auditor";
10858            case _221214: return "Internal Auditor";
10859            case _222000: return "Financial Brokers and Dealers, and Investment Advisers nfd";
10860            case _222100: return "Financial Brokers nfd";
10861            case _222111: return "Commodities Trader";
10862            case _222112: return "Finance Broker";
10863            case _222113: return "Insurance Broker";
10864            case _222199: return "Financial Brokers nec";
10865            case _222200: return "Financial Dealers nfd";
10866            case _222211: return "Financial Market Dealer";
10867            case _222212: return "Futures Trader";
10868            case _222213: return "Stockbroking Dealer";
10869            case _222299: return "Financial Dealers nec";
10870            case _222300: return "Financial Investment Advisers and Managers nfd";
10871            case _222311: return "Financial Investment Adviser";
10872            case _222312: return "Financial Investment Manager";
10873            case _223000: return "Human Resource and Training Professionals nfd";
10874            case _223100: return "Human Resource Professionals nfd";
10875            case _223111: return "Human Resource Adviser";
10876            case _223112: return "Recruitment Consultant";
10877            case _223113: return "Workplace Relations Adviser";
10878            case _223211: return "ICT Trainer";
10879            case _223311: return "Training and Development Professional";
10880            case _224000: return "Information and Organization Professionals nfd";
10881            case _224100: return "Actuaries, Mathematicians and Statisticians nfd";
10882            case _224111: return "Actuary";
10883            case _224112: return "Mathematician";
10884            case _224113: return "Statistician";
10885            case _224200: return "Archivists, Curators and Records Managers nfd";
10886            case _224211: return "Archivist";
10887            case _224212: return "Gallery or Museum Curator";
10888            case _224213: return "Health Information Manager";
10889            case _224214: return "Records Manager";
10890            case _224311: return "Economist";
10891            case _224400: return "Intelligence and Policy Analysts nfd";
10892            case _224411: return "Intelligence Officer";
10893            case _224412: return "Policy Analyst";
10894            case _224500: return "Land Economists and Valuers nfd";
10895            case _224511: return "Land Economist";
10896            case _224512: return "Valuer";
10897            case _224611: return "Librarian";
10898            case _224700: return "Management and Organization Analysts nfd";
10899            case _224711: return "Management Consultant";
10900            case _224712: return "Organization and Methods Analyst";
10901            case _224900: return "Other Information and Organization Professionals nfd";
10902            case _224911: return "Electorate Officer";
10903            case _224912: return "Liaison Officer";
10904            case _224913: return "Migration Agent";
10905            case _224914: return "Patents Examiner";
10906            case _224999: return "Information and Organization Professionals nec";
10907            case _225000: return "Sales, Marketing and Public Relations Professionals nfd";
10908            case _225100: return "Advertising and Marketing Professionals nfd";
10909            case _225111: return "Advertising Specialist";
10910            case _225112: return "Market Research Analyst";
10911            case _225113: return "Marketing Specialist";
10912            case _225200: return "ICT Sales Professionals nfd";
10913            case _225211: return "ICT Account Manager";
10914            case _225212: return "ICT Business Development Manager";
10915            case _225213: return "ICT Sales Representative";
10916            case _225311: return "Public Relations Professional";
10917            case _225400: return "Technical Sales Representatives nfd";
10918            case _225411: return "Sales Representative (Industrial Products)";
10919            case _225412: return "Sales Representative (Medical and Pharmaceutical Products)";
10920            case _225499: return "Technical Sales Representatives nec";
10921            case _230000: return "Design, Engineering, Science and Transport Professionals nfd";
10922            case _231000: return "Air and Marine Transport Professionals nfd";
10923            case _231100: return "Air Transport Professionals nfd";
10924            case _231111: return "Aeroplane Pilot";
10925            case _231112: return "Air Traffic Controller";
10926            case _231113: return "Flying Instructor";
10927            case _231114: return "Helicopter Pilot";
10928            case _231199: return "Air Transport Professionals nec";
10929            case _231200: return "Marine Transport Professionals nfd";
10930            case _231211: return "Master Fisher";
10931            case _231212: return "Ship's Engineer";
10932            case _231213: return "Ship's Master";
10933            case _231214: return "Ship's Officer";
10934            case _231215: return "Ship's Surveyor";
10935            case _231299: return "Marine Transport Professionals nec";
10936            case _232000: return "Architects, Designers, Planners and Surveyors nfd";
10937            case _232100: return "Architects and Landscape Architects nfd";
10938            case _232111: return "Architect";
10939            case _232112: return "Landscape Architect";
10940            case _232200: return "Cartographers and Surveyors nfd";
10941            case _232211: return "Cartographer";
10942            case _232212: return "Surveyor";
10943            case _232300: return "Fashion, Industrial and Jewellery Designers nfd";
10944            case _232311: return "Fashion Designer";
10945            case _232312: return "Industrial Designer";
10946            case _232313: return "Jewellery Designer";
10947            case _232400: return "Graphic and Web Designers, and Illustrators nfd";
10948            case _232411: return "Graphic Designer";
10949            case _232412: return "Illustrator";
10950            case _232413: return "Multimedia Designer";
10951            case _232414: return "Web Designer";
10952            case _232511: return "Interior Designer";
10953            case _232611: return "Urban and Regional Planner";
10954            case _233000: return "Engineering Professionals nfd";
10955            case _233100: return "Chemical and Materials Engineers nfd";
10956            case _233111: return "Chemical Engineer";
10957            case _233112: return "Materials Engineer";
10958            case _233200: return "Civil Engineering Professionals nfd";
10959            case _233211: return "Civil Engineer";
10960            case _233212: return "Geotechnical Engineer";
10961            case _233213: return "Quantity Surveyor";
10962            case _233214: return "Structural Engineer";
10963            case _233215: return "Transport Engineer";
10964            case _233311: return "Electrical Engineer";
10965            case _233411: return "Electronics Engineer";
10966            case _233500: return "Industrial, Mechanical and Production Engineers nfd";
10967            case _233511: return "Industrial Engineer";
10968            case _233512: return "Mechanical Engineer";
10969            case _233513: return "Production or Plant Engineer";
10970            case _233600: return "Mining Engineers nfd";
10971            case _233611: return "Mining Engineer (excluding Petroleum)";
10972            case _233612: return "Petroleum Engineer";
10973            case _233900: return "Other Engineering Professionals nfd";
10974            case _233911: return "Aeronautical Engineer";
10975            case _233912: return "Agricultural Engineer";
10976            case _233913: return "Biomedical Engineer";
10977            case _233914: return "Engineering Technologist";
10978            case _233915: return "Environmental Engineer";
10979            case _233916: return "Naval Architect";
10980            case _233999: return "Engineering Professionals nec";
10981            case _234000: return "Natural and Physical Science Professionals nfd";
10982            case _234100: return "Agricultural and Forestry Scientists nfd";
10983            case _234111: return "Agricultural Consultant";
10984            case _234112: return "Agricultural Scientist";
10985            case _234113: return "Forester";
10986            case _234200: return "Chemists, and Food and Wine Scientists nfd";
10987            case _234211: return "Chemist";
10988            case _234212: return "Food Technologist";
10989            case _234213: return "Wine Maker";
10990            case _234300: return "Environmental Scientists nfd";
10991            case _234311: return "Conservation Officer";
10992            case _234312: return "Environmental Consultant";
10993            case _234313: return "Environmental Research Scientist";
10994            case _234314: return "Park Ranger";
10995            case _234399: return "Environmental Scientists nec";
10996            case _234400: return "Geologists and Geophysicists nfd";
10997            case _234411: return "Geologist";
10998            case _234412: return "Geophysicist";
10999            case _234500: return "Life Scientists nfd";
11000            case _234511: return "Life Scientist (General)";
11001            case _234512: return "Anatomist or Physiologist";
11002            case _234513: return "Biochemist";
11003            case _234514: return "Biotechnologist";
11004            case _234515: return "Botanist";
11005            case _234516: return "Marine Biologist";
11006            case _234517: return "Microbiologist";
11007            case _234518: return "Zoologist";
11008            case _234599: return "Life Scientists nec";
11009            case _234611: return "Medical Laboratory Scientist";
11010            case _234711: return "Veterinarian";
11011            case _234900: return "Other Natural and Physical Science Professionals nfd";
11012            case _234911: return "Conservator";
11013            case _234912: return "Metallurgist";
11014            case _234913: return "Meteorologist";
11015            case _234914: return "Physicist";
11016            case _234999: return "Natural and Physical Science Professionals nec";
11017            case _240000: return "Education Professionals nfd";
11018            case _241000: return "School Teachers nfd";
11019            case _241111: return "Early Childhood (Pre-primary School) Teacher";
11020            case _241213: return "Primary School Teacher";
11021            case _241311: return "Middle School Teacher";
11022            case _241411: return "Secondary School Teacher";
11023            case _241500: return "Special Education Teachers nfd";
11024            case _241511: return "Special Needs Teacher";
11025            case _241512: return "Teacher of the Hearing Impaired";
11026            case _241513: return "Teacher of the Sight Impaired";
11027            case _241599: return "Special Education Teachers nec";
11028            case _242000: return "Tertiary Education Teachers nfd";
11029            case _242100: return "University Lecturers and Tutors nfd";
11030            case _242111: return "University Lecturer";
11031            case _242112: return "University Tutor";
11032            case _242211: return "Vocational Education Teacher";
11033            case _249000: return "Miscellaneous Education Professionals nfd";
11034            case _249100: return "Education Advisers and Reviewers nfd";
11035            case _249111: return "Education Adviser";
11036            case _249112: return "Education Reviewer";
11037            case _249200: return "Private Tutors and Teachers nfd";
11038            case _249211: return "Art Teacher (Private Tuition)";
11039            case _249212: return "Dance Teacher (Private Tuition)";
11040            case _249213: return "Drama Teacher (Private Tuition)";
11041            case _249214: return "Music Teacher (Private Tuition)";
11042            case _249299: return "Private Tutors and Teachers nec";
11043            case _249311: return "Teacher of English to Speakers of Other Languages";
11044            case _250000: return "Health Professionals nfd";
11045            case _251000: return "Health Diagnostic and Promotion Professionals nfd";
11046            case _251111: return "Dietitian";
11047            case _251200: return "Medical Imaging Professionals nfd";
11048            case _251211: return "Medical Diagnostic Radiographer";
11049            case _251212: return "Medical Radiation Therapist";
11050            case _251213: return "Nuclear Medicine Technologist";
11051            case _251214: return "Sonographer";
11052            case _251300: return "Occupational and Environmental Health Professionals nfd";
11053            case _251311: return "Environmental Health Officer";
11054            case _251312: return "Occupational Health and Safety Adviser";
11055            case _251400: return "Optometrists and Orthoptists nfd";
11056            case _251411: return "Optometrist";
11057            case _251412: return "Orthoptist";
11058            case _251500: return "Pharmacists nfd";
11059            case _251511: return "Hospital Pharmacist";
11060            case _251512: return "Industrial Pharmacist";
11061            case _251513: return "Retail Pharmacist";
11062            case _251900: return "Other Health Diagnostic and Promotion Professionals nfd";
11063            case _251911: return "Health Promotion Officer";
11064            case _251912: return "Orthotist or Prosthetist";
11065            case _251999: return "Health Diagnostic and Promotion Professionals nec";
11066            case _252000: return "Health Therapy Professionals nfd";
11067            case _252100: return "Chiropractors and Osteopaths nfd";
11068            case _252111: return "Chiropractor";
11069            case _252112: return "Osteopath";
11070            case _252200: return "Complementary Health Therapists nfd";
11071            case _252211: return "Acupuncturist";
11072            case _252212: return "Homoeopath";
11073            case _252213: return "Naturopath";
11074            case _252214: return "Traditional Chinese Medicine Practitioner";
11075            case _252299: return "Complementary Health Therapists nec";
11076            case _252300: return "Dental Practitioners nfd";
11077            case _252311: return "Dental Specialist";
11078            case _252312: return "Dentist";
11079            case _252411: return "Occupational Therapist";
11080            case _252511: return "Physiotherapist";
11081            case _252611: return "Podiatrist";
11082            case _252700: return "Speech Professionals and Audiologists nfd";
11083            case _252711: return "Audiologist";
11084            case _252712: return "Speech Pathologist";
11085            case _253000: return "Medical Practitioners nfd";
11086            case _253100: return "Generalist Medical Practitioners nfd";
11087            case _253111: return "General Medical Practitioner";
11088            case _253112: return "Resident Medical Officer";
11089            case _253211: return "Anaesthetist";
11090            case _253300: return "Internal Medicine Specialists nfd";
11091            case _253311: return "Specialist Physician (General Medicine)";
11092            case _253312: return "Cardiologist";
11093            case _253313: return "Clinical Haematologist";
11094            case _253314: return "Clinical Oncologist";
11095            case _253315: return "Endocrinologist";
11096            case _253316: return "Gastroenterologist";
11097            case _253317: return "Intensive Care Specialist";
11098            case _253318: return "Neurologist";
11099            case _253321: return "Paediatrician";
11100            case _253322: return "Renal Medicine Specialist";
11101            case _253323: return "Rheumatologist";
11102            case _253324: return "Thoracic Medicine Specialist";
11103            case _253399: return "Internal Medicine Specialists nec";
11104            case _253411: return "Psychiatrist";
11105            case _253500: return "Surgeons nfd";
11106            case _253511: return "Surgeon (General)";
11107            case _253512: return "Cardiothoracic Surgeon";
11108            case _253513: return "Neurosurgeon";
11109            case _253514: return "Orthopaedic Surgeon";
11110            case _253515: return "Otorhinolaryngologist";
11111            case _253516: return "Paediatric Surgeon";
11112            case _253517: return "Plastic and Reconstructive Surgeon";
11113            case _253518: return "Urologist";
11114            case _253521: return "Vascular Surgeon";
11115            case _253900: return "Other Medical Practitioners nfd";
11116            case _253911: return "Dermatologist";
11117            case _253912: return "Emergency Medicine Specialist";
11118            case _253913: return "Obstetrician and Gynaecologist";
11119            case _253914: return "Ophthalmologist";
11120            case _253915: return "Pathologist";
11121            case _253916: return "Radiologist";
11122            case _253999: return "Medical Practitioners nec";
11123            case _254000: return "Midwifery and Nursing Professionals nfd";
11124            case _254111: return "Midwife";
11125            case _254200: return "Nurse Educators and Researchers nfd";
11126            case _254211: return "Nurse Educator";
11127            case _254212: return "Nurse Researcher";
11128            case _254311: return "Nurse Manager";
11129            case _254400: return "Registered Nurses nfd";
11130            case _254411: return "Nurse Practitioner";
11131            case _254412: return "Registered Nurse (Aged Care)";
11132            case _254413: return "Registered Nurse (Child and Family Health)";
11133            case _254414: return "Registered Nurse (Community Health)";
11134            case _254415: return "Registered Nurse (Critical Care and Emergency)";
11135            case _254416: return "Registered Nurse (Developmental Disability)";
11136            case _254417: return "Registered Nurse (Disability and Rehabilitation)";
11137            case _254418: return "Registered Nurse (Medical)";
11138            case _254421: return "Registered Nurse (Medical Practice)";
11139            case _254422: return "Registered Nurse (Mental Health)";
11140            case _254423: return "Registered Nurse (Perioperative)";
11141            case _254424: return "Registered Nurse (Surgical)";
11142            case _254499: return "Registered Nurses nec";
11143            case _260000: return "ICT Professionals nfd";
11144            case _261000: return "Business and Systems Analysts, and Programmers nfd";
11145            case _261100: return "ICT Business and Systems Analysts nfd";
11146            case _261111: return "ICT Business Analyst";
11147            case _261112: return "Systems Analyst";
11148            case _261200: return "Multimedia Specialists and Web Developers nfd";
11149            case _261211: return "Multimedia Specialist";
11150            case _261212: return "Web Developer";
11151            case _261300: return "Software and Applications Programmers nfd";
11152            case _261311: return "Analyst Programmer";
11153            case _261312: return "Developer Programmer";
11154            case _261313: return "Software Engineer";
11155            case _261399: return "Software and Applications Programmers nec";
11156            case _262100: return "Database and Systems Administrators, and ICT Security Specialists nfd";
11157            case _262111: return "Database Administrator";
11158            case _262112: return "ICT Security Specialist";
11159            case _262113: return "Systems Administrator";
11160            case _263000: return "ICT Network and Support Professionals nfd";
11161            case _263100: return "Computer Network Professionals nfd";
11162            case _263111: return "Computer Network and Systems Engineer";
11163            case _263112: return "Network Administrator";
11164            case _263113: return "Network Analyst";
11165            case _263200: return "ICT Support and Test Engineers nfd";
11166            case _263211: return "ICT Quality Assurance Engineer";
11167            case _263212: return "ICT Support Engineer";
11168            case _263213: return "ICT Systems Test Engineer";
11169            case _263299: return "ICT Support and Test Engineers nec";
11170            case _263300: return "Telecommunications Engineering Professionals nfd";
11171            case _263311: return "Telecommunications Engineer";
11172            case _263312: return "Telecommunications Network Engineer";
11173            case _270000: return "Legal, Social and Welfare Professionals nfd";
11174            case _271000: return "Legal Professionals nfd";
11175            case _271111: return "Barrister";
11176            case _271200: return "Judicial and Other Legal Professionals nfd";
11177            case _271211: return "Judge";
11178            case _271212: return "Magistrate";
11179            case _271213: return "Tribunal Member";
11180            case _271299: return "Judicial and Other Legal Professionals nec";
11181            case _271311: return "Solicitor";
11182            case _272000: return "Social and Welfare Professionals nfd";
11183            case _272100: return "Counsellors nfd";
11184            case _272111: return "Careers Counsellor";
11185            case _272112: return "Drug and Alcohol Counsellor";
11186            case _272113: return "Family and Marriage Counsellor";
11187            case _272114: return "Rehabilitation Counsellor";
11188            case _272115: return "Student Counsellor";
11189            case _272199: return "Counsellors nec";
11190            case _272211: return "Minister of Religion";
11191            case _272300: return "Psychologists nfd";
11192            case _272311: return "Clinical Psychologist";
11193            case _272312: return "Educational Psychologist";
11194            case _272313: return "Organizational Psychologist";
11195            case _272314: return "Psychotherapist";
11196            case _272399: return "Psychologists nec";
11197            case _272400: return "Social Professionals nfd";
11198            case _272411: return "Historian";
11199            case _272412: return "Interpreter";
11200            case _272413: return "Translator";
11201            case _272499: return "Social Professionals nec";
11202            case _272511: return "Social Worker";
11203            case _272600: return "Welfare, Recreation and Community Arts Workers nfd";
11204            case _272611: return "Community Arts Worker";
11205            case _272612: return "Recreation Officer";
11206            case _272613: return "Welfare Worker";
11207            case _300000: return "Technicians and Trades Workers nfd";
11208            case _310000: return "Engineering, ICT and Science Technicians nfd";
11209            case _311000: return "Agricultural, Medical and Science Technicians nfd";
11210            case _311111: return "Agricultural Technician";
11211            case _311200: return "Medical Technicians nfd";
11212            case _311211: return "Anaesthetic Technician";
11213            case _311212: return "Cardiac Technician";
11214            case _311213: return "Medical Laboratory Technician";
11215            case _311214: return "Operating Theatre Technician";
11216            case _311215: return "Pharmacy Technician";
11217            case _311299: return "Medical Technicians nec";
11218            case _311300: return "Primary Products Inspectors nfd";
11219            case _311311: return "Fisheries Officer";
11220            case _311312: return "Meat Inspector";
11221            case _311313: return "Quarantine Officer";
11222            case _311399: return "Primary Products Inspectors nec";
11223            case _311400: return "Science Technicians nfd";
11224            case _311411: return "Chemistry Technician";
11225            case _311412: return "Earth Science Technician";
11226            case _311413: return "Life Science Technician";
11227            case _311414: return "School Laboratory Technician";
11228            case _311499: return "Science Technicians nec";
11229            case _312000: return "Building and Engineering Technicians nfd";
11230            case _312100: return "Architectural, Building and Surveying Technicians nfd";
11231            case _312111: return "Architectural Draftsperson";
11232            case _312112: return "Building Associate";
11233            case _312113: return "Building Inspector";
11234            case _312114: return "Construction Estimator";
11235            case _312115: return "Plumbing Inspector";
11236            case _312116: return "Surveying or Cartographic Technician";
11237            case _312200: return "Civil Engineering Draftspersons and Technicians nfd";
11238            case _312211: return "Civil Engineering Draftsperson";
11239            case _312212: return "Civil Engineering Technician";
11240            case _312300: return "Electrical Engineering Draftspersons and Technicians nfd";
11241            case _312311: return "Electrical Engineering Draftsperson";
11242            case _312312: return "Electrical Engineering Technician";
11243            case _312400: return "Electronic Engineering Draftspersons and Technicians nfd";
11244            case _312411: return "Electronic Engineering Draftsperson";
11245            case _312412: return "Electronic Engineering Technician";
11246            case _312500: return "Mechanical Engineering Draftspersons and Technicians nfd";
11247            case _312511: return "Mechanical Engineering Draftsperson";
11248            case _312512: return "Mechanical Engineering Technician";
11249            case _312611: return "Safety Inspector";
11250            case _312900: return "Other Building and Engineering Technicians nfd";
11251            case _312911: return "Maintenance Planner";
11252            case _312912: return "Metallurgical or Materials Technician";
11253            case _312913: return "Mine Deputy";
11254            case _312999: return "Building and Engineering Technicians nec";
11255            case _313000: return "ICT and Telecommunications Technicians nfd";
11256            case _313100: return "ICT Support Technicians nfd";
11257            case _313111: return "Hardware Technician";
11258            case _313112: return "ICT Customer Support Officer";
11259            case _313113: return "Web Administrator";
11260            case _313199: return "ICT Support Technicians nec";
11261            case _313200: return "Telecommunications Technical Specialists nfd";
11262            case _313211: return "Radiocommunications Technician";
11263            case _313212: return "Telecommunications Field Engineer";
11264            case _313213: return "Telecommunications Network Planner";
11265            case _313214: return "Telecommunications Technical Officer or Technologist";
11266            case _320000: return "Automotive and Engineering Trades Workers nfd";
11267            case _321000: return "Automotive Electricians and Mechanics nfd";
11268            case _321111: return "Automotive Electrician";
11269            case _321200: return "Motor Mechanics nfd";
11270            case _321211: return "Motor Mechanic (General)";
11271            case _321212: return "Diesel Motor Mechanic";
11272            case _321213: return "Motorcycle Mechanic";
11273            case _321214: return "Small Engine Mechanic";
11274            case _322000: return "Fabrication Engineering Trades Workers nfd";
11275            case _322100: return "Metal Casting, Forging and Finishing Trades Workers nfd";
11276            case _322111: return "Blacksmith";
11277            case _322112: return "Electroplater";
11278            case _322113: return "Farrier";
11279            case _322114: return "Metal Casting Trades Worker";
11280            case _322115: return "Metal Polisher";
11281            case _322211: return "Sheetmetal Trades Worker";
11282            case _322300: return "Structural Steel and Welding Trades Workers nfd";
11283            case _322311: return "Metal Fabricator";
11284            case _322312: return "Pressure Welder";
11285            case _322313: return "Welder (First Class)";
11286            case _323000: return "Mechanical Engineering Trades Workers nfd";
11287            case _323100: return "Aircraft Maintenance Engineers nfd";
11288            case _323111: return "Aircraft Maintenance Engineer (Avionics)";
11289            case _323112: return "Aircraft Maintenance Engineer (Mechanical)";
11290            case _323113: return "Aircraft Maintenance Engineer (Structures)";
11291            case _323200: return "Metal Fitters and Machinists nfd";
11292            case _323211: return "Fitter (General)";
11293            case _323212: return "Fitter and Turner";
11294            case _323213: return "Fitter-Welder";
11295            case _323214: return "Metal Machinist (First Class)";
11296            case _323215: return "Textile, Clothing and Footwear Mechanic";
11297            case _323299: return "Metal Fitters and Machinists nec";
11298            case _323300: return "Precision Metal Trades Workers nfd";
11299            case _323311: return "Engraver";
11300            case _323312: return "Gunsmith";
11301            case _323313: return "Locksmith";
11302            case _323314: return "Precision Instrument Maker and Repairer";
11303            case _323315: return "Saw Maker and Repairer";
11304            case _323316: return "Watch and Clock Maker and Repairer";
11305            case _323400: return "Toolmakers and Engineering Patternmakers nfd";
11306            case _323411: return "Engineering Patternmaker";
11307            case _323412: return "Toolmaker";
11308            case _324000: return "Panelbeaters, and Vehicle Body Builders, Trimmers and Painters nfd";
11309            case _324111: return "Panelbeater";
11310            case _324200: return "Vehicle Body Builders and Trimmers nfd";
11311            case _324211: return "Vehicle Body Builder";
11312            case _324212: return "Vehicle Trimmer";
11313            case _324311: return "Vehicle Painter";
11314            case _330000: return "Construction Trades Workers nfd";
11315            case _331000: return "Bricklayers, and Carpenters and Joiners nfd";
11316            case _331100: return "Bricklayers and Stonemasons nfd";
11317            case _331111: return "Bricklayer";
11318            case _331112: return "Stonemason";
11319            case _331211: return "Carpenter and Joiner";
11320            case _331212: return "Carpenter";
11321            case _331213: return "Joiner";
11322            case _332000: return "Floor Finishers and Painting Trades Workers nfd";
11323            case _332111: return "Floor Finisher";
11324            case _332211: return "Painting Trades Worker";
11325            case _333000: return "Glaziers, Plasterers and Tilers nfd";
11326            case _333111: return "Glazier";
11327            case _333200: return "Plasterers nfd";
11328            case _333211: return "Fibrous Plasterer";
11329            case _333212: return "Solid Plasterer";
11330            case _333311: return "Roof Tiler";
11331            case _333411: return "Wall and Floor Tiler";
11332            case _334100: return "Plumbers nfd";
11333            case _334111: return "Plumber (General)";
11334            case _334112: return "Airconditioning and Mechanical Services Plumber";
11335            case _334113: return "Drainer";
11336            case _334114: return "Gasfitter";
11337            case _334115: return "Roof Plumber";
11338            case _340000: return "Electrotechnology and Telecommunications Trades Workers nfd";
11339            case _341100: return "Electricians nfd";
11340            case _341111: return "Electrician (General)";
11341            case _341112: return "Electrician (Special Class)";
11342            case _341113: return "Lift Mechanic";
11343            case _342000: return "Electronics and Telecommunications Trades Workers nfd";
11344            case _342111: return "Airconditioning and Refrigeration Mechanic";
11345            case _342200: return "Electrical Distribution Trades Workers nfd";
11346            case _342211: return "Electrical Linesworker";
11347            case _342212: return "Technical Cable Jointer";
11348            case _342300: return "Electronics Trades Workers nfd";
11349            case _342311: return "Business Machine Mechanic";
11350            case _342312: return "Communications Operator";
11351            case _342313: return "Electronic Equipment Trades Worker";
11352            case _342314: return "Electronic Instrument Trades Worker (General)";
11353            case _342315: return "Electronic Instrument Trades Worker (Special Class)";
11354            case _342400: return "Telecommunications Trades Workers nfd";
11355            case _342411: return "Cabler (Data and Telecommunications)";
11356            case _342412: return "Telecommunications Cable Jointer";
11357            case _342413: return "Telecommunications Linesworker";
11358            case _342414: return "Telecommunications Technician";
11359            case _351000: return "Food Trades Workers nfd";
11360            case _351100: return "Bakers and Pastrycooks nfd";
11361            case _351111: return "Baker";
11362            case _351112: return "Pastrycook";
11363            case _351211: return "Butcher or Smallgoods Maker";
11364            case _351311: return "Chef";
11365            case _351411: return "Cook";
11366            case _360000: return "Skilled Animal and Horticultural Workers nfd";
11367            case _361000: return "Animal Attendants and Trainers, and Shearers nfd";
11368            case _361100: return "Animal Attendants and Trainers nfd";
11369            case _361111: return "Dog Handler or Trainer";
11370            case _361112: return "Horse Trainer";
11371            case _361113: return "Pet Groomer";
11372            case _361114: return "Zookeeper";
11373            case _361199: return "Animal Attendants and Trainers nec";
11374            case _361211: return "Shearer";
11375            case _361311: return "Veterinary Nurse";
11376            case _362000: return "Horticultural Trades Workers nfd";
11377            case _362111: return "Florist";
11378            case _362200: return "Gardeners nfd";
11379            case _362211: return "Gardener (General)";
11380            case _362212: return "Arborist";
11381            case _362213: return "Landscape Gardener";
11382            case _362311: return "Greenkeeper";
11383            case _362411: return "Nurseryperson";
11384            case _390000: return "Other Technicians and Trades Workers nfd";
11385            case _391111: return "Hairdresser";
11386            case _392000: return "Printing Trades Workers nfd";
11387            case _392100: return "Binders, Finishers and Screen Printers nfd";
11388            case _392111: return "Binder and Finisher";
11389            case _392112: return "Screen Printer";
11390            case _392211: return "Graphic Pre-press Trades Worker";
11391            case _392300: return "Printers nfd";
11392            case _392311: return "Printing Machinist";
11393            case _392312: return "Small Offset Printer";
11394            case _393000: return "Textile, Clothing and Footwear Trades Workers nfd";
11395            case _393100: return "Canvas and Leather Goods Makers nfd";
11396            case _393111: return "Canvas Goods Maker";
11397            case _393112: return "Leather Goods Maker";
11398            case _393113: return "Sail Maker";
11399            case _393114: return "Shoemaker";
11400            case _393200: return "Clothing Trades Workers nfd";
11401            case _393211: return "Apparel Cutter";
11402            case _393212: return "Clothing Patternmaker";
11403            case _393213: return "Dressmaker or Tailor";
11404            case _393299: return "Clothing Trades Workers nec";
11405            case _393311: return "Upholsterer";
11406            case _394000: return "Wood Trades Workers nfd";
11407            case _394111: return "Cabinetmaker";
11408            case _394200: return "Wood Machinists and Other Wood Trades Workers nfd";
11409            case _394211: return "Furniture Finisher";
11410            case _394212: return "Picture Framer";
11411            case _394213: return "Wood Machinist";
11412            case _394214: return "Wood Turner";
11413            case _394299: return "Wood Machinists and Other Wood Trades Workers nec";
11414            case _399000: return "Miscellaneous Technicians and Trades Workers nfd";
11415            case _399100: return "Boat Builders and Shipwrights nfd";
11416            case _399111: return "Boat Builder and Repairer";
11417            case _399112: return "Shipwright";
11418            case _399200: return "Chemical, Gas, Petroleum and Power Generation Plant Operators nfd";
11419            case _399211: return "Chemical Plant Operator";
11420            case _399212: return "Gas or Petroleum Operator";
11421            case _399213: return "Power Generation Plant Operator";
11422            case _399300: return "Gallery, Library and Museum Technicians nfd";
11423            case _399311: return "Gallery or Museum Technician";
11424            case _399312: return "Library Technician";
11425            case _399411: return "Jeweller";
11426            case _399500: return "Performing Arts Technicians nfd";
11427            case _399511: return "Broadcast Transmitter Operator";
11428            case _399512: return "Camera Operator (Film, Television or Video)";
11429            case _399513: return "Light Technician";
11430            case _399514: return "Make Up Artist";
11431            case _399515: return "Musical Instrument Maker or Repairer";
11432            case _399516: return "Sound Technician";
11433            case _399517: return "Television Equipment Operator";
11434            case _399599: return "Performing Arts Technicians nec";
11435            case _399611: return "Signwriter";
11436            case _399900: return "Other Miscellaneous Technicians and Trades Workers nfd";
11437            case _399911: return "Diver";
11438            case _399912: return "Interior Decorator";
11439            case _399913: return "Optical Dispenser";
11440            case _399914: return "Optical Mechanic";
11441            case _399915: return "Photographer's Assistant";
11442            case _399916: return "Plastics Technician";
11443            case _399917: return "Wool Classer";
11444            case _399999: return "Technicians and Trades Workers nec";
11445            case _400000: return "Community and Personal Service Workers nfd";
11446            case _411000: return "Health and Welfare Support Workers nfd";
11447            case _411100: return "Ambulance Officers and Paramedics nfd";
11448            case _411111: return "Ambulance Officer";
11449            case _411112: return "Intensive Care Ambulance Paramedic";
11450            case _411200: return "Dental Hygienists, Technicians and Therapists nfd";
11451            case _411211: return "Dental Hygienist";
11452            case _411212: return "Dental Prosthetist";
11453            case _411213: return "Dental Technician";
11454            case _411214: return "Dental Therapist";
11455            case _411311: return "Diversional Therapist";
11456            case _411400: return "Enrolled and Mothercraft Nurses nfd";
11457            case _411411: return "Enrolled Nurse";
11458            case _411412: return "Mothercraft Nurse";
11459            case _411511: return "Aboriginal and Torres Strait Islander Health Worker";
11460            case _411611: return "Massage Therapist";
11461            case _411700: return "Welfare Support Workers nfd";
11462            case _411711: return "Community Worker";
11463            case _411712: return "Disabilities Services Officer";
11464            case _411713: return "Family Support Worker";
11465            case _411714: return "Parole or Probation Officer";
11466            case _411715: return "Residential Care Officer";
11467            case _411716: return "Youth Worker";
11468            case _420000: return "Carers and Aides nfd";
11469            case _421100: return "Child Carers nfd";
11470            case _421111: return "Child Care Worker";
11471            case _421112: return "Family Day Care Worker";
11472            case _421113: return "Nanny";
11473            case _421114: return "Out of School Hours Care Worker";
11474            case _422100: return "Education Aides nfd";
11475            case _422111: return "Aboriginal and Torres Strait Islander Education Worker";
11476            case _422112: return "Integration Aide";
11477            case _422115: return "Preschool Aide";
11478            case _422116: return "Teachers' Aide";
11479            case _423000: return "Personal Carers and Assistants nfd";
11480            case _423111: return "Aged or Disabled Carer";
11481            case _423211: return "Dental Assistant";
11482            case _423300: return "Nursing Support and Personal Care Workers nfd";
11483            case _423311: return "Hospital Orderly";
11484            case _423312: return "Nursing Support Worker";
11485            case _423313: return "Personal Care Assistant";
11486            case _423314: return "Therapy Aide";
11487            case _423400: return "Special Care Workers nfd";
11488            case _423411: return "Child or Youth Residential Care Assistant";
11489            case _423412: return "Hostel Parent";
11490            case _423413: return "Refuge Worker";
11491            case _431000: return "Hospitality Workers nfd";
11492            case _431100: return "Bar Attendants and Baristas nfd";
11493            case _431111: return "Bar Attendant";
11494            case _431112: return "Barista";
11495            case _431211: return "Cafe Worker";
11496            case _431311: return "Gaming Worker";
11497            case _431411: return "Hotel Service Manager";
11498            case _431511: return "Waiter";
11499            case _431900: return "Other Hospitality Workers nfd";
11500            case _431911: return "Bar Useful or Busser";
11501            case _431912: return "Doorperson or Luggage Porter";
11502            case _431999: return "Hospitality Workers nec";
11503            case _440000: return "Protective Service Workers nfd";
11504            case _441000: return "Defence Force Members, Fire Fighters and Police nfd";
11505            case _441111: return "Defence Force Member - Other Ranks";
11506            case _441200: return "Fire and Emergency Workers nfd";
11507            case _441211: return "Emergency Service Worker";
11508            case _441212: return "Fire Fighter";
11509            case _441300: return "Police nfd";
11510            case _441311: return "Detective";
11511            case _441312: return "Police Officer";
11512            case _442000: return "Prison and Security Officers nfd";
11513            case _442111: return "Prison Officer";
11514            case _442200: return "Security Officers and Guards nfd";
11515            case _442211: return "Alarm, Security or Surveillance Monitor";
11516            case _442212: return "Armoured Car Escort";
11517            case _442213: return "Crowd Controller";
11518            case _442214: return "Private Investigator";
11519            case _442215: return "Retail Loss Prevention Officer";
11520            case _442216: return "Security Consultant";
11521            case _442217: return "Security Officer";
11522            case _442299: return "Security Officers and Guards nec";
11523            case _450000: return "Sports and Personal Service Workers nfd";
11524            case _451000: return "Personal Service and Travel Workers nfd";
11525            case _451111: return "Beauty Therapist";
11526            case _451211: return "Driving Instructor";
11527            case _451300: return "Funeral Workers nfd";
11528            case _451311: return "Funeral Director";
11529            case _451399: return "Funeral Workers nec";
11530            case _451400: return "Gallery, Museum and Tour Guides nfd";
11531            case _451411: return "Gallery or Museum Guide";
11532            case _451412: return "Tour Guide";
11533            case _451500: return "Personal Care Consultants nfd";
11534            case _451511: return "Natural Remedy Consultant";
11535            case _451512: return "Weight Loss Consultant";
11536            case _451600: return "Tourism and Travel Advisers nfd";
11537            case _451611: return "Tourist Information Officer";
11538            case _451612: return "Travel Consultant";
11539            case _451700: return "Travel Attendants nfd";
11540            case _451711: return "Flight Attendant";
11541            case _451799: return "Travel Attendants nec";
11542            case _451800: return "Other Personal Service Workers nfd";
11543            case _451811: return "Civil Celebrant";
11544            case _451812: return "Hair or Beauty Salon Assistant";
11545            case _451813: return "Sex Worker or Escort";
11546            case _451899: return "Personal Service Workers nec";
11547            case _452000: return "Sports and Fitness Workers nfd";
11548            case _452111: return "Fitness Instructor";
11549            case _452200: return "Outdoor Adventure Guides nfd";
11550            case _452211: return "Bungy Jump Master";
11551            case _452212: return "Fishing Guide";
11552            case _452213: return "Hunting Guide";
11553            case _452214: return "Mountain or Glacier Guide";
11554            case _452215: return "Outdoor Adventure Instructor";
11555            case _452216: return "Trekking Guide";
11556            case _452217: return "Whitewater Rafting Guide";
11557            case _452299: return "Outdoor Adventure Guides nec";
11558            case _452300: return "Sports Coaches, Instructors and Officials nfd";
11559            case _452311: return "Diving Instructor (Open Water)";
11560            case _452312: return "Gymnastics Coach or Instructor";
11561            case _452313: return "Horse Riding Coach or Instructor";
11562            case _452314: return "Snowsport Instructor";
11563            case _452315: return "Swimming Coach or Instructor";
11564            case _452316: return "Tennis Coach";
11565            case _452317: return "Other Sports Coach or Instructor";
11566            case _452318: return "Dog or Horse Racing Official";
11567            case _452321: return "Sports Development Officer";
11568            case _452322: return "Sports Umpire";
11569            case _452323: return "Other Sports Official";
11570            case _452400: return "Sportspersons nfd";
11571            case _452411: return "Footballer";
11572            case _452412: return "Golfer";
11573            case _452413: return "Jockey";
11574            case _452414: return "Lifeguard";
11575            case _452499: return "Sportspersons nec";
11576            case _500000: return "Clerical and Administrative Workers nfd";
11577            case _510000: return "Office Managers and Program Administrators nfd";
11578            case _511100: return "Contract, Program and Project Administrators nfd";
11579            case _511111: return "Contract Administrator";
11580            case _511112: return "Program or Project Administrator";
11581            case _512000: return "Office and Practice Managers nfd";
11582            case _512111: return "Office Manager";
11583            case _512200: return "Practice Managers nfd";
11584            case _512211: return "Health Practice Manager";
11585            case _512299: return "Practice Managers nec";
11586            case _521000: return "Personal Assistants and Secretaries nfd";
11587            case _521111: return "Personal Assistant";
11588            case _521200: return "Secretaries nfd";
11589            case _521211: return "Secretary (General)";
11590            case _521212: return "Legal Secretary";
11591            case _530000: return "General Clerical Workers nfd";
11592            case _531111: return "General Clerk";
11593            case _532100: return "Keyboard Operators nfd";
11594            case _532111: return "Data Entry Operator";
11595            case _532112: return "Machine Shorthand Reporter";
11596            case _532113: return "Word Processing Operator";
11597            case _540000: return "Inquiry Clerks and Receptionists nfd";
11598            case _541000: return "Call or Contact Centre Information Clerks nfd";
11599            case _541100: return "Call or Contact Centre Workers nfd";
11600            case _541111: return "Call or Contact Centre Team Leader";
11601            case _541112: return "Call or Contact Centre Operator";
11602            case _541211: return "Inquiry Clerk";
11603            case _542100: return "Receptionists nfd";
11604            case _542111: return "Receptionist (General)";
11605            case _542112: return "Admissions Clerk";
11606            case _542113: return "Hotel or Motel Receptionist";
11607            case _542114: return "Medical Receptionist";
11608            case _550000: return "Numerical Clerks nfd";
11609            case _551000: return "Accounting Clerks and Bookkeepers nfd";
11610            case _551100: return "Accounting Clerks nfd";
11611            case _551111: return "Accounts Clerk";
11612            case _551112: return "Cost Clerk";
11613            case _551211: return "Bookkeeper";
11614            case _551311: return "Payroll Clerk";
11615            case _552000: return "Financial and Insurance Clerks nfd";
11616            case _552111: return "Bank Worker";
11617            case _552211: return "Credit or Loans Officer";
11618            case _552300: return "Insurance, Money Market and Statistical Clerks nfd";
11619            case _552311: return "Bookmaker";
11620            case _552312: return "Insurance Consultant";
11621            case _552313: return "Money Market Clerk";
11622            case _552314: return "Statistical Clerk";
11623            case _561000: return "Clerical and Office Support Workers nfd";
11624            case _561100: return "Betting Clerks nfd";
11625            case _561111: return "Betting Agency Counter Clerk";
11626            case _561112: return "Bookmaker's Clerk";
11627            case _561113: return "Telephone Betting Clerk";
11628            case _561199: return "Betting Clerks nec";
11629            case _561200: return "Couriers and Postal Deliverers nfd";
11630            case _561211: return "Courier";
11631            case _561212: return "Postal Delivery Officer";
11632            case _561311: return "Filing or Registry Clerk";
11633            case _561400: return "Mail Sorters nfd";
11634            case _561411: return "Mail Clerk";
11635            case _561412: return "Postal Sorting Officer";
11636            case _561511: return "Survey Interviewer";
11637            case _561611: return "Switchboard Operator";
11638            case _561900: return "Other Clerical and Office Support Workers nfd";
11639            case _561911: return "Classified Advertising Clerk";
11640            case _561912: return "Meter Reader";
11641            case _561913: return "Parking Inspector";
11642            case _561999: return "Clerical and Office Support Workers nec";
11643            case _590000: return "Other Clerical and Administrative Workers nfd";
11644            case _591000: return "Logistics Clerks nfd";
11645            case _591100: return "Purchasing and Supply Logistics Clerks nfd";
11646            case _591111: return "Order Clerk";
11647            case _591112: return "Production Clerk";
11648            case _591113: return "Purchasing Officer";
11649            case _591114: return "Sales Clerk";
11650            case _591115: return "Stock Clerk";
11651            case _591116: return "Warehouse Administrator";
11652            case _591200: return "Transport and Despatch Clerks nfd";
11653            case _591211: return "Despatching and Receiving Clerk";
11654            case _591212: return "Import-Export Clerk";
11655            case _599000: return "Miscellaneous Clerical and Administrative Workers nfd";
11656            case _599100: return "Conveyancers and Legal Executives nfd";
11657            case _599111: return "Conveyancer";
11658            case _599112: return "Legal Executive";
11659            case _599200: return "Court and Legal Clerks nfd";
11660            case _599211: return "Clerk of Court";
11661            case _599212: return "Court Bailiff or Sheriff";
11662            case _599213: return "Court Orderly";
11663            case _599214: return "Law Clerk";
11664            case _599215: return "Trust Officer";
11665            case _599311: return "Debt Collector";
11666            case _599411: return "Human Resource Clerk";
11667            case _599500: return "Inspectors and Regulatory Officers nfd";
11668            case _599511: return "Customs Officer";
11669            case _599512: return "Immigration Officer";
11670            case _599513: return "Motor Vehicle Licence Examiner";
11671            case _599514: return "Noxious Weeds and Pest Inspector";
11672            case _599515: return "Social Security Assessor";
11673            case _599516: return "Taxation Inspector";
11674            case _599517: return "Train Examiner";
11675            case _599518: return "Transport Operations Inspector";
11676            case _599521: return "Water Inspector";
11677            case _599599: return "Inspectors and Regulatory Officers nec";
11678            case _599600: return "Insurance Investigators, Loss Adjusters and Risk Surveyors nfd";
11679            case _599611: return "Insurance Investigator";
11680            case _599612: return "Insurance Loss Adjuster";
11681            case _599613: return "Insurance Risk Surveyor";
11682            case _599711: return "Library Assistant";
11683            case _599900: return "Other Miscellaneous Clerical and Administrative Workers nfd";
11684            case _599911: return "Coding Clerk";
11685            case _599912: return "Production Assistant (Film, Television, Radio or Stage)";
11686            case _599913: return "Proof Reader";
11687            case _599914: return "Radio Despatcher";
11688            case _599999: return "Clerical and Administrative Workers nec";
11689            case _600000: return "Sales Workers nfd";
11690            case _610000: return "Sales Representatives and Agents nfd";
11691            case _611000: return "Insurance Agents and Sales Representatives nfd";
11692            case _611100: return "Auctioneers, and Stock and Station Agents nfd";
11693            case _611111: return "Auctioneer";
11694            case _611112: return "Stock and Station Agent";
11695            case _611211: return "Insurance Agent";
11696            case _611300: return "Sales Representatives nfd";
11697            case _611311: return "Sales Representative (Building and Plumbing Supplies)";
11698            case _611312: return "Sales Representative (Business Services)";
11699            case _611313: return "Sales Representative (Motor Vehicle Parts and Accessories)";
11700            case _611314: return "Sales Representative (Personal and Household Goods)";
11701            case _611399: return "Sales Representatives nec";
11702            case _612100: return "Real Estate Sales Agents nfd";
11703            case _612111: return "Business Broker";
11704            case _612112: return "Property Manager";
11705            case _612113: return "Real Estate Agency Principal";
11706            case _612114: return "Real Estate Agent";
11707            case _612115: return "Real Estate Representative";
11708            case _621000: return "Sales Assistants and Salespersons nfd";
11709            case _621111: return "Sales Assistant (General)";
11710            case _621211: return "ICT Sales Assistant";
11711            case _621300: return "Motor Vehicle and Vehicle Parts Salespersons nfd";
11712            case _621311: return "Motor Vehicle or Caravan Salesperson";
11713            case _621312: return "Motor Vehicle Parts Interpreter";
11714            case _621411: return "Pharmacy Sales Assistant";
11715            case _621511: return "Retail Supervisor";
11716            case _621611: return "Service Station Attendant";
11717            case _621700: return "Street Vendors and Related Salespersons nfd";
11718            case _621711: return "Cash Van Salesperson";
11719            case _621712: return "Door-to-door Salesperson";
11720            case _621713: return "Street Vendor";
11721            case _621900: return "Other Sales Assistants and Salespersons nfd";
11722            case _621911: return "Materials Recycler";
11723            case _621912: return "Rental Salesperson";
11724            case _621999: return "Sales Assistants and Salespersons nec";
11725            case _630000: return "Sales Support Workers nfd";
11726            case _631100: return "Checkout Operators and Office Cashiers nfd";
11727            case _631111: return "Checkout Operator";
11728            case _631112: return "Office Cashier";
11729            case _639000: return "Miscellaneous Sales Support Workers nfd";
11730            case _639100: return "Models and Sales Demonstrators nfd";
11731            case _639111: return "Model";
11732            case _639112: return "Sales Demonstrator";
11733            case _639200: return "Retail and Wool Buyers nfd";
11734            case _639211: return "Retail Buyer";
11735            case _639212: return "Wool Buyer";
11736            case _639311: return "Telemarketer";
11737            case _639400: return "Ticket Salespersons nfd";
11738            case _639411: return "Ticket Seller";
11739            case _639412: return "Transport Conductor";
11740            case _639511: return "Visual Merchandiser";
11741            case _639911: return "Other Sales Support Worker";
11742            case _700000: return "Machinery Operators and Drivers nfd";
11743            case _710000: return "Machine and Stationary Plant Operators nfd";
11744            case _711000: return "Machine Operators nfd";
11745            case _711100: return "Clay, Concrete, Glass and Stone Processing Machine Operators nfd";
11746            case _711111: return "Clay Products Machine Operator";
11747            case _711112: return "Concrete Products Machine Operator";
11748            case _711113: return "Glass Production Machine Operator";
11749            case _711114: return "Stone Processing Machine Operator";
11750            case _711199: return "Clay, Concrete, Glass and Stone Processing Machine Operators nec";
11751            case _711211: return "Industrial Spraypainter";
11752            case _711300: return "Paper and Wood Processing Machine Operators nfd";
11753            case _711311: return "Paper Products Machine Operator";
11754            case _711312: return "Wood Processing Machine Operator";
11755            case _711411: return "Photographic Developer and Printer";
11756            case _711500: return "Plastics and Rubber Production Machine Operators nfd";
11757            case _711511: return "Plastic Cablemaking Machine Operator";
11758            case _711512: return "Plastic Compounding and Reclamation Machine Operator";
11759            case _711513: return "Plastics Fabricator or Welder";
11760            case _711514: return "Plastics Production Machine Operator (General)";
11761            case _711515: return "Reinforced Plastic and Composite Production Worker";
11762            case _711516: return "Rubber Production Machine Operator";
11763            case _711599: return "Plastics and Rubber Production Machine Operators nec";
11764            case _711611: return "Sewing Machinist";
11765            case _711700: return "Textile and Footwear Production Machine Operators nfd";
11766            case _711711: return "Footwear Production Machine Operator";
11767            case _711712: return "Hide and Skin Processing Machine Operator";
11768            case _711713: return "Knitting Machine Operator";
11769            case _711714: return "Textile Dyeing and Finishing Machine Operator";
11770            case _711715: return "Weaving Machine Operator";
11771            case _711716: return "Yarn Carding and Spinning Machine Operator";
11772            case _711799: return "Textile and Footwear Production Machine Operators nec";
11773            case _711900: return "Other Machine Operators nfd";
11774            case _711911: return "Chemical Production Machine Operator";
11775            case _711912: return "Motion Picture Projectionist";
11776            case _711913: return "Sand Blaster";
11777            case _711914: return "Sterilisation Technician";
11778            case _711999: return "Machine Operators nec";
11779            case _712000: return "Stationary Plant Operators nfd";
11780            case _712111: return "Crane, Hoist or Lift Operator";
11781            case _712200: return "Drillers, Miners and Shot Firers nfd";
11782            case _712211: return "Driller";
11783            case _712212: return "Miner";
11784            case _712213: return "Shot Firer";
11785            case _712311: return "Engineering Production Systems Worker";
11786            case _712900: return "Other Stationary Plant Operators nfd";
11787            case _712911: return "Boiler or Engine Operator";
11788            case _712912: return "Bulk Materials Handling Plant Operator";
11789            case _712913: return "Cement Production Plant Operator";
11790            case _712914: return "Concrete Batching Plant Operator";
11791            case _712915: return "Concrete Pump Operator";
11792            case _712916: return "Paper and Pulp Mill Operator";
11793            case _712917: return "Railway Signal Operator";
11794            case _712918: return "Train Controller";
11795            case _712921: return "Waste Water or Water Plant Operator";
11796            case _712922: return "Weighbridge Operator";
11797            case _712999: return "Stationary Plant Operators nec";
11798            case _721000: return "Mobile Plant Operators nfd";
11799            case _721100: return "Agricultural, Forestry and Horticultural Plant Operators nfd";
11800            case _721111: return "Agricultural and Horticultural Mobile Plant Operator";
11801            case _721112: return "Logging Plant Operator";
11802            case _721200: return "Earthmoving Plant Operators nfd";
11803            case _721211: return "Earthmoving Plant Operator (General)";
11804            case _721212: return "Backhoe Operator";
11805            case _721213: return "Bulldozer Operator";
11806            case _721214: return "Excavator Operator";
11807            case _721215: return "Grader Operator";
11808            case _721216: return "Loader Operator";
11809            case _721311: return "Forklift Driver";
11810            case _721900: return "Other Mobile Plant Operators nfd";
11811            case _721911: return "Aircraft Baggage Handler and Airline Ground Crew";
11812            case _721912: return "Linemarker";
11813            case _721913: return "Paving Plant Operator";
11814            case _721914: return "Railway Track Plant Operator";
11815            case _721915: return "Road Roller Operator";
11816            case _721916: return "Streetsweeper Operator";
11817            case _721999: return "Mobile Plant Operators nec";
11818            case _730000: return "Road and Rail Drivers nfd";
11819            case _731000: return "Automobile, Bus and Rail Drivers nfd";
11820            case _731100: return "Automobile Drivers nfd";
11821            case _731111: return "Chauffeur";
11822            case _731112: return "Taxi Driver";
11823            case _731199: return "Automobile Drivers nec";
11824            case _731200: return "Bus and Coach Drivers nfd";
11825            case _731211: return "Bus Driver";
11826            case _731212: return "Charter and Tour Bus Driver";
11827            case _731213: return "Passenger Coach Driver";
11828            case _731300: return "Train and Tram Drivers nfd";
11829            case _731311: return "Train Driver";
11830            case _731312: return "Tram Driver";
11831            case _732111: return "Delivery Driver";
11832            case _733100: return "Truck Drivers nfd";
11833            case _733111: return "Truck Driver (General)";
11834            case _733112: return "Aircraft Refueller";
11835            case _733113: return "Furniture Removalist";
11836            case _733114: return "Tanker Driver";
11837            case _733115: return "Tow Truck Driver";
11838            case _741111: return "Storeperson";
11839            case _800000: return "Labourers nfd";
11840            case _811000: return "Cleaners and Laundry Workers nfd";
11841            case _811111: return "Car Detailer";
11842            case _811211: return "Commercial Cleaner";
11843            case _811311: return "Domestic Cleaner";
11844            case _811400: return "Housekeepers nfd";
11845            case _811411: return "Commercial Housekeeper";
11846            case _811412: return "Domestic Housekeeper";
11847            case _811500: return "Laundry Workers nfd";
11848            case _811511: return "Laundry Worker (General)";
11849            case _811512: return "Drycleaner";
11850            case _811513: return "Ironer or Presser";
11851            case _811600: return "Other Cleaners nfd";
11852            case _811611: return "Carpet Cleaner";
11853            case _811612: return "Window Cleaner";
11854            case _811699: return "Cleaners nec";
11855            case _821000: return "Construction and Mining Labourers nfd";
11856            case _821100: return "Building and Plumbing Labourers nfd";
11857            case _821111: return "Builder's Labourer";
11858            case _821112: return "Drainage, Sewerage and Stormwater Labourer";
11859            case _821113: return "Earthmoving Labourer";
11860            case _821114: return "Plumber's Assistant";
11861            case _821211: return "Concreter";
11862            case _821311: return "Fencer";
11863            case _821400: return "Insulation and Home Improvement Installers nfd";
11864            case _821411: return "Building Insulation Installer";
11865            case _821412: return "Home Improvement Installer";
11866            case _821511: return "Paving and Surfacing Labourer";
11867            case _821611: return "Railway Track Worker";
11868            case _821700: return "Structural Steel Construction Workers nfd";
11869            case _821711: return "Construction Rigger";
11870            case _821712: return "Scaffolder";
11871            case _821713: return "Steel Fixer";
11872            case _821714: return "Structural Steel Erector";
11873            case _821900: return "Other Construction and Mining Labourers nfd";
11874            case _821911: return "Crane Chaser";
11875            case _821912: return "Driller's Assistant";
11876            case _821913: return "Lagger";
11877            case _821914: return "Mining Support Worker";
11878            case _821915: return "Surveyor's Assistant";
11879            case _830000: return "Factory Process Workers nfd";
11880            case _831000: return "Food Process Workers nfd";
11881            case _831100: return "Food and Drink Factory Workers nfd";
11882            case _831111: return "Baking Factory Worker";
11883            case _831112: return "Brewery Worker";
11884            case _831113: return "Confectionery Maker";
11885            case _831114: return "Dairy Products Maker";
11886            case _831115: return "Fruit and Vegetable Factory Worker";
11887            case _831116: return "Grain Mill Worker";
11888            case _831117: return "Sugar Mill Worker";
11889            case _831118: return "Winery Cellar Hand";
11890            case _831199: return "Food and Drink Factory Workers nec";
11891            case _831200: return "Meat Boners and Slicers, and Slaughterers nfd";
11892            case _831211: return "Meat Boner and Slicer";
11893            case _831212: return "Slaughterer";
11894            case _831300: return "Meat, Poultry and Seafood Process Workers nfd";
11895            case _831311: return "Meat Process Worker";
11896            case _831312: return "Poultry Process Worker";
11897            case _831313: return "Seafood Process Worker";
11898            case _832000: return "Packers and Product Assemblers nfd";
11899            case _832100: return "Packers nfd";
11900            case _832111: return "Chocolate Packer";
11901            case _832112: return "Container Filler";
11902            case _832113: return "Fruit and Vegetable Packer";
11903            case _832114: return "Meat Packer";
11904            case _832115: return "Seafood Packer";
11905            case _832199: return "Packers nec";
11906            case _832211: return "Product Assembler";
11907            case _839000: return "Miscellaneous Factory Process Workers nfd";
11908            case _839111: return "Metal Engineering Process Worker";
11909            case _839200: return "Plastics and Rubber Factory Workers nfd";
11910            case _839211: return "Plastics Factory Worker";
11911            case _839212: return "Rubber Factory Worker";
11912            case _839300: return "Product Quality Controllers nfd";
11913            case _839311: return "Product Examiner";
11914            case _839312: return "Product Grader";
11915            case _839313: return "Product Tester";
11916            case _839400: return "Timber and Wood Process Workers nfd";
11917            case _839411: return "Paper and Pulp Mill Worker";
11918            case _839412: return "Sawmill or Timber Yard Worker";
11919            case _839413: return "Wood and Wood Products Factory Worker";
11920            case _839900: return "Other Factory Process Workers nfd";
11921            case _839911: return "Cement and Concrete Plant Worker";
11922            case _839912: return "Chemical Plant Worker";
11923            case _839913: return "Clay Processing Factory Worker";
11924            case _839914: return "Fabric and Textile Factory Worker";
11925            case _839915: return "Footwear Factory Worker";
11926            case _839916: return "Glass Processing Worker";
11927            case _839917: return "Hide and Skin Processing Worker";
11928            case _839999: return "Factory Process Workers nec";
11929            case _841000: return "Farm, Forestry and Garden Workers nfd";
11930            case _841111: return "Aquaculture Worker";
11931            case _841200: return "Crop Farm Workers nfd";
11932            case _841211: return "Fruit or Nut Farm Worker";
11933            case _841212: return "Fruit or Nut Picker";
11934            case _841213: return "Grain, Oilseed or Pasture Farm Worker";
11935            case _841214: return "Vegetable Farm Worker";
11936            case _841215: return "Vegetable Picker";
11937            case _841216: return "Vineyard Worker";
11938            case _841299: return "Crop Farm Workers nec";
11939            case _841300: return "Forestry and Logging Workers nfd";
11940            case _841311: return "Forestry Worker";
11941            case _841312: return "Logging Assistant";
11942            case _841313: return "Tree Faller";
11943            case _841400: return "Garden and Nursery Labourers nfd";
11944            case _841411: return "Garden Labourer";
11945            case _841412: return "Horticultural Nursery Assistant";
11946            case _841500: return "Livestock Farm Workers nfd";
11947            case _841511: return "Beef Cattle Farm Worker";
11948            case _841512: return "Dairy Cattle Farm Worker";
11949            case _841513: return "Mixed Livestock Farm Worker";
11950            case _841514: return "Poultry Farm Worker";
11951            case _841515: return "Sheep Farm Worker";
11952            case _841516: return "Stablehand";
11953            case _841517: return "Wool Handler";
11954            case _841599: return "Livestock Farm Workers nec";
11955            case _841611: return "Mixed Crop and Livestock Farm Worker";
11956            case _841900: return "Other Farm, Forestry and Garden Workers nfd";
11957            case _841911: return "Hunter-Trapper";
11958            case _841912: return "Pest or Weed Controller";
11959            case _841999: return "Farm, Forestry and Garden Workers nec";
11960            case _851000: return "Food Preparation Assistants nfd";
11961            case _851111: return "Fast Food Cook";
11962            case _851200: return "Food Trades Assistants nfd";
11963            case _851211: return "Pastrycook's Assistant";
11964            case _851299: return "Food Trades Assistants nec";
11965            case _851311: return "Kitchenhand";
11966            case _890000: return "Other Labourers nfd";
11967            case _891000: return "Freight Handlers and Shelf Fillers nfd";
11968            case _891100: return "Freight and Furniture Handlers nfd";
11969            case _891111: return "Freight Handler (Rail or Road)";
11970            case _891112: return "Truck Driver's Offsider";
11971            case _891113: return "Waterside Worker";
11972            case _891211: return "Shelf Filler";
11973            case _899000: return "Miscellaneous Labourers nfd";
11974            case _899111: return "Caretaker";
11975            case _899200: return "Deck and Fishing Hands nfd";
11976            case _899211: return "Deck Hand";
11977            case _899212: return "Fishing Hand";
11978            case _899311: return "Handyperson";
11979            case _899400: return "Motor Vehicle Parts and Accessories Fitters nfd";
11980            case _899411: return "Motor Vehicle Parts and Accessories Fitter (General)";
11981            case _899412: return "Autoglazier";
11982            case _899413: return "Exhaust and Muffler Fitter";
11983            case _899414: return "Radiator Fitter";
11984            case _899415: return "Tyre Fitter";
11985            case _899500: return "Printing Assistants and Table Workers nfd";
11986            case _899511: return "Printer's Assistant";
11987            case _899512: return "Printing Table Worker";
11988            case _899611: return "Recycling or Rubbish Collector";
11989            case _899711: return "Vending Machine Attendant";
11990            case _899900: return "Other Miscellaneous Labourers nfd";
11991            case _899911: return "Bicycle Mechanic";
11992            case _899912: return "Car Park Attendant";
11993            case _899913: return "Crossing Supervisor";
11994            case _899914: return "Electrical or Telecommunications Trades Assistant";
11995            case _899915: return "Leaflet or Newspaper Deliverer";
11996            case _899916: return "Mechanic's Assistant";
11997            case _899917: return "Railways Assistant";
11998            case _899918: return "Sign Erector";
11999            case _899921: return "Ticket Collector or Usher";
12000            case _899922: return "Trolley Collector";
12001            case _899999: return "Labourers nec";
12002            case NULL: return null;
12003            default: return "?";
12004          }
12005    }
12006
12007
12008}