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