1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34 package ca.uhn.hl7v2.model.v231.segment;
35
36
37 import ca.uhn.hl7v2.model.v231.datatype.*;
38 import ca.uhn.hl7v2.HL7Exception;
39 import ca.uhn.hl7v2.parser.ModelClassFactory;
40 import ca.uhn.hl7v2.parser.DefaultModelClassFactory;
41 import ca.uhn.hl7v2.model.AbstractMessage;
42 import ca.uhn.hl7v2.model.Group;
43 import ca.uhn.hl7v2.model.Type;
44 import ca.uhn.hl7v2.model.AbstractSegment;
45 import ca.uhn.hl7v2.model.Varies;
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77 @SuppressWarnings("unused")
78 public class TXA extends AbstractSegment {
79
80
81
82
83 public TXA(Group parent, ModelClassFactory factory) {
84 super(parent, factory);
85 init(factory);
86 }
87
88 private void init(ModelClassFactory factory) {
89 try {
90 this.add(SI.class, true, 1, 4, new Object[]{ getMessage() }, "Set ID - TXA");
91 this.add(IS.class, true, 1, 30, new Object[]{ getMessage(), new Integer(270) }, "Document Type");
92 this.add(ID.class, false, 1, 2, new Object[]{ getMessage(), new Integer(191) }, "Document Content Presentation");
93 this.add(TS.class, false, 1, 26, new Object[]{ getMessage() }, "Activity Date/Time");
94 this.add(XCN.class, false, 0, 60, new Object[]{ getMessage() }, "Primary Activity Provider Code/Name");
95 this.add(TS.class, false, 1, 26, new Object[]{ getMessage() }, "Origination Date/Time");
96 this.add(TS.class, false, 1, 26, new Object[]{ getMessage() }, "Transcription Date/Time");
97 this.add(TS.class, false, 0, 26, new Object[]{ getMessage() }, "Edit Date/Time");
98 this.add(XCN.class, false, 0, 60, new Object[]{ getMessage() }, "Originator Code/Name");
99 this.add(XCN.class, false, 0, 60, new Object[]{ getMessage() }, "Assigned Document Authenticator");
100 this.add(XCN.class, false, 0, 48, new Object[]{ getMessage() }, "Transcriptionist Code/Name");
101 this.add(EI.class, true, 1, 30, new Object[]{ getMessage() }, "Unique Document Number");
102 this.add(EI.class, false, 1, 30, new Object[]{ getMessage() }, "Parent Document Number");
103 this.add(EI.class, false, 0, 22, new Object[]{ getMessage() }, "Placer Order Number");
104 this.add(EI.class, false, 1, 22, new Object[]{ getMessage() }, "Filler Order Number");
105 this.add(ST.class, false, 1, 30, new Object[]{ getMessage() }, "Unique Document File Name");
106 this.add(ID.class, true, 1, 2, new Object[]{ getMessage(), new Integer(271) }, "Document Completion Status");
107 this.add(ID.class, false, 1, 2, new Object[]{ getMessage(), new Integer(272) }, "Document Confidentiality Status");
108 this.add(ID.class, false, 1, 2, new Object[]{ getMessage(), new Integer(273) }, "Document Availability Status");
109 this.add(ID.class, false, 1, 2, new Object[]{ getMessage(), new Integer(275) }, "Document Storage Status");
110 this.add(ST.class, false, 1, 30, new Object[]{ getMessage() }, "Document Change Reason");
111 this.add(PPN.class, false, 0, 60, new Object[]{ getMessage() }, "Authentication Person, Time Stamp");
112 this.add(XCN.class, false, 0, 60, new Object[]{ getMessage() }, "Distributed Copies (Code and Name of Recipients)");
113 } catch(HL7Exception e) {
114 log.error("Unexpected error creating TXA - this is probably a bug in the source code generator.", e);
115 }
116 }
117
118
119
120
121
122
123
124 public SI getSetIDTXA() {
125 SI retVal = this.getTypedField(1, 0);
126 return retVal;
127 }
128
129
130
131
132
133 public SI getTxa1_SetIDTXA() {
134 SI retVal = this.getTypedField(1, 0);
135 return retVal;
136 }
137
138
139
140
141
142
143
144 public IS getDocumentType() {
145 IS retVal = this.getTypedField(2, 0);
146 return retVal;
147 }
148
149
150
151
152
153 public IS getTxa2_DocumentType() {
154 IS retVal = this.getTypedField(2, 0);
155 return retVal;
156 }
157
158
159
160
161
162
163
164 public ID getDocumentContentPresentation() {
165 ID retVal = this.getTypedField(3, 0);
166 return retVal;
167 }
168
169
170
171
172
173 public ID getTxa3_DocumentContentPresentation() {
174 ID retVal = this.getTypedField(3, 0);
175 return retVal;
176 }
177
178
179
180
181
182
183
184 public TS getActivityDateTime() {
185 TS retVal = this.getTypedField(4, 0);
186 return retVal;
187 }
188
189
190
191
192
193 public TS getTxa4_ActivityDateTime() {
194 TS retVal = this.getTypedField(4, 0);
195 return retVal;
196 }
197
198
199
200
201
202 public XCN[] getPrimaryActivityProviderCodeName() {
203 XCN[] retVal = this.getTypedField(5, new XCN[0]);
204 return retVal;
205 }
206
207
208
209
210
211 public XCN[] getTxa5_PrimaryActivityProviderCodeName() {
212 XCN[] retVal = this.getTypedField(5, new XCN[0]);
213 return retVal;
214 }
215
216
217
218
219
220
221
222 public int getPrimaryActivityProviderCodeNameReps() {
223 return this.getReps(5);
224 }
225
226
227
228
229
230
231
232
233 public XCN getPrimaryActivityProviderCodeName(int rep) {
234 XCN retVal = this.getTypedField(5, rep);
235 return retVal;
236 }
237
238
239
240
241
242
243
244 public XCN getTxa5_PrimaryActivityProviderCodeName(int rep) {
245 XCN retVal = this.getTypedField(5, rep);
246 return retVal;
247 }
248
249
250
251
252
253
254 public int getTxa5_PrimaryActivityProviderCodeNameReps() {
255 return this.getReps(5);
256 }
257
258
259
260
261
262
263
264
265
266 public XCN insertPrimaryActivityProviderCodeName(int rep) throws HL7Exception {
267 return (XCN) super.insertRepetition(5, rep);
268 }
269
270
271
272
273
274
275
276
277
278 public XCN insertTxa5_PrimaryActivityProviderCodeName(int rep) throws HL7Exception {
279 return (XCN) super.insertRepetition(5, rep);
280 }
281
282
283
284
285
286
287
288
289
290 public XCN removePrimaryActivityProviderCodeName(int rep) throws HL7Exception {
291 return (XCN) super.removeRepetition(5, rep);
292 }
293
294
295
296
297
298
299
300
301
302 public XCN removeTxa5_PrimaryActivityProviderCodeName(int rep) throws HL7Exception {
303 return (XCN) super.removeRepetition(5, rep);
304 }
305
306
307
308
309
310
311
312
313 public TS getOriginationDateTime() {
314 TS retVal = this.getTypedField(6, 0);
315 return retVal;
316 }
317
318
319
320
321
322 public TS getTxa6_OriginationDateTime() {
323 TS retVal = this.getTypedField(6, 0);
324 return retVal;
325 }
326
327
328
329
330
331
332
333 public TS getTranscriptionDateTime() {
334 TS retVal = this.getTypedField(7, 0);
335 return retVal;
336 }
337
338
339
340
341
342 public TS getTxa7_TranscriptionDateTime() {
343 TS retVal = this.getTypedField(7, 0);
344 return retVal;
345 }
346
347
348
349
350
351 public TS[] getEditDateTime() {
352 TS[] retVal = this.getTypedField(8, new TS[0]);
353 return retVal;
354 }
355
356
357
358
359
360 public TS[] getTxa8_EditDateTime() {
361 TS[] retVal = this.getTypedField(8, new TS[0]);
362 return retVal;
363 }
364
365
366
367
368
369
370
371 public int getEditDateTimeReps() {
372 return this.getReps(8);
373 }
374
375
376
377
378
379
380
381
382 public TS getEditDateTime(int rep) {
383 TS retVal = this.getTypedField(8, rep);
384 return retVal;
385 }
386
387
388
389
390
391
392
393 public TS getTxa8_EditDateTime(int rep) {
394 TS retVal = this.getTypedField(8, rep);
395 return retVal;
396 }
397
398
399
400
401
402
403 public int getTxa8_EditDateTimeReps() {
404 return this.getReps(8);
405 }
406
407
408
409
410
411
412
413
414
415 public TS insertEditDateTime(int rep) throws HL7Exception {
416 return (TS) super.insertRepetition(8, rep);
417 }
418
419
420
421
422
423
424
425
426
427 public TS insertTxa8_EditDateTime(int rep) throws HL7Exception {
428 return (TS) super.insertRepetition(8, rep);
429 }
430
431
432
433
434
435
436
437
438
439 public TS removeEditDateTime(int rep) throws HL7Exception {
440 return (TS) super.removeRepetition(8, rep);
441 }
442
443
444
445
446
447
448
449
450
451 public TS removeTxa8_EditDateTime(int rep) throws HL7Exception {
452 return (TS) super.removeRepetition(8, rep);
453 }
454
455
456
457
458
459
460 public XCN[] getOriginatorCodeName() {
461 XCN[] retVal = this.getTypedField(9, new XCN[0]);
462 return retVal;
463 }
464
465
466
467
468
469 public XCN[] getTxa9_OriginatorCodeName() {
470 XCN[] retVal = this.getTypedField(9, new XCN[0]);
471 return retVal;
472 }
473
474
475
476
477
478
479
480 public int getOriginatorCodeNameReps() {
481 return this.getReps(9);
482 }
483
484
485
486
487
488
489
490
491 public XCN getOriginatorCodeName(int rep) {
492 XCN retVal = this.getTypedField(9, rep);
493 return retVal;
494 }
495
496
497
498
499
500
501
502 public XCN getTxa9_OriginatorCodeName(int rep) {
503 XCN retVal = this.getTypedField(9, rep);
504 return retVal;
505 }
506
507
508
509
510
511
512 public int getTxa9_OriginatorCodeNameReps() {
513 return this.getReps(9);
514 }
515
516
517
518
519
520
521
522
523
524 public XCN insertOriginatorCodeName(int rep) throws HL7Exception {
525 return (XCN) super.insertRepetition(9, rep);
526 }
527
528
529
530
531
532
533
534
535
536 public XCN insertTxa9_OriginatorCodeName(int rep) throws HL7Exception {
537 return (XCN) super.insertRepetition(9, rep);
538 }
539
540
541
542
543
544
545
546
547
548 public XCN removeOriginatorCodeName(int rep) throws HL7Exception {
549 return (XCN) super.removeRepetition(9, rep);
550 }
551
552
553
554
555
556
557
558
559
560 public XCN removeTxa9_OriginatorCodeName(int rep) throws HL7Exception {
561 return (XCN) super.removeRepetition(9, rep);
562 }
563
564
565
566
567
568
569 public XCN[] getAssignedDocumentAuthenticator() {
570 XCN[] retVal = this.getTypedField(10, new XCN[0]);
571 return retVal;
572 }
573
574
575
576
577
578 public XCN[] getTxa10_AssignedDocumentAuthenticator() {
579 XCN[] retVal = this.getTypedField(10, new XCN[0]);
580 return retVal;
581 }
582
583
584
585
586
587
588
589 public int getAssignedDocumentAuthenticatorReps() {
590 return this.getReps(10);
591 }
592
593
594
595
596
597
598
599
600 public XCN getAssignedDocumentAuthenticator(int rep) {
601 XCN retVal = this.getTypedField(10, rep);
602 return retVal;
603 }
604
605
606
607
608
609
610
611 public XCN getTxa10_AssignedDocumentAuthenticator(int rep) {
612 XCN retVal = this.getTypedField(10, rep);
613 return retVal;
614 }
615
616
617
618
619
620
621 public int getTxa10_AssignedDocumentAuthenticatorReps() {
622 return this.getReps(10);
623 }
624
625
626
627
628
629
630
631
632
633 public XCN insertAssignedDocumentAuthenticator(int rep) throws HL7Exception {
634 return (XCN) super.insertRepetition(10, rep);
635 }
636
637
638
639
640
641
642
643
644
645 public XCN insertTxa10_AssignedDocumentAuthenticator(int rep) throws HL7Exception {
646 return (XCN) super.insertRepetition(10, rep);
647 }
648
649
650
651
652
653
654
655
656
657 public XCN removeAssignedDocumentAuthenticator(int rep) throws HL7Exception {
658 return (XCN) super.removeRepetition(10, rep);
659 }
660
661
662
663
664
665
666
667
668
669 public XCN removeTxa10_AssignedDocumentAuthenticator(int rep) throws HL7Exception {
670 return (XCN) super.removeRepetition(10, rep);
671 }
672
673
674
675
676
677
678 public XCN[] getTranscriptionistCodeName() {
679 XCN[] retVal = this.getTypedField(11, new XCN[0]);
680 return retVal;
681 }
682
683
684
685
686
687 public XCN[] getTxa11_TranscriptionistCodeName() {
688 XCN[] retVal = this.getTypedField(11, new XCN[0]);
689 return retVal;
690 }
691
692
693
694
695
696
697
698 public int getTranscriptionistCodeNameReps() {
699 return this.getReps(11);
700 }
701
702
703
704
705
706
707
708
709 public XCN getTranscriptionistCodeName(int rep) {
710 XCN retVal = this.getTypedField(11, rep);
711 return retVal;
712 }
713
714
715
716
717
718
719
720 public XCN getTxa11_TranscriptionistCodeName(int rep) {
721 XCN retVal = this.getTypedField(11, rep);
722 return retVal;
723 }
724
725
726
727
728
729
730 public int getTxa11_TranscriptionistCodeNameReps() {
731 return this.getReps(11);
732 }
733
734
735
736
737
738
739
740
741
742 public XCN insertTranscriptionistCodeName(int rep) throws HL7Exception {
743 return (XCN) super.insertRepetition(11, rep);
744 }
745
746
747
748
749
750
751
752
753
754 public XCN insertTxa11_TranscriptionistCodeName(int rep) throws HL7Exception {
755 return (XCN) super.insertRepetition(11, rep);
756 }
757
758
759
760
761
762
763
764
765
766 public XCN removeTranscriptionistCodeName(int rep) throws HL7Exception {
767 return (XCN) super.removeRepetition(11, rep);
768 }
769
770
771
772
773
774
775
776
777
778 public XCN removeTxa11_TranscriptionistCodeName(int rep) throws HL7Exception {
779 return (XCN) super.removeRepetition(11, rep);
780 }
781
782
783
784
785
786
787
788
789 public EI getUniqueDocumentNumber() {
790 EI retVal = this.getTypedField(12, 0);
791 return retVal;
792 }
793
794
795
796
797
798 public EI getTxa12_UniqueDocumentNumber() {
799 EI retVal = this.getTypedField(12, 0);
800 return retVal;
801 }
802
803
804
805
806
807
808
809 public EI getParentDocumentNumber() {
810 EI retVal = this.getTypedField(13, 0);
811 return retVal;
812 }
813
814
815
816
817
818 public EI getTxa13_ParentDocumentNumber() {
819 EI retVal = this.getTypedField(13, 0);
820 return retVal;
821 }
822
823
824
825
826
827 public EI[] getPlacerOrderNumber() {
828 EI[] retVal = this.getTypedField(14, new EI[0]);
829 return retVal;
830 }
831
832
833
834
835
836 public EI[] getTxa14_PlacerOrderNumber() {
837 EI[] retVal = this.getTypedField(14, new EI[0]);
838 return retVal;
839 }
840
841
842
843
844
845
846
847 public int getPlacerOrderNumberReps() {
848 return this.getReps(14);
849 }
850
851
852
853
854
855
856
857
858 public EI getPlacerOrderNumber(int rep) {
859 EI retVal = this.getTypedField(14, rep);
860 return retVal;
861 }
862
863
864
865
866
867
868
869 public EI getTxa14_PlacerOrderNumber(int rep) {
870 EI retVal = this.getTypedField(14, rep);
871 return retVal;
872 }
873
874
875
876
877
878
879 public int getTxa14_PlacerOrderNumberReps() {
880 return this.getReps(14);
881 }
882
883
884
885
886
887
888
889
890
891 public EI insertPlacerOrderNumber(int rep) throws HL7Exception {
892 return (EI) super.insertRepetition(14, rep);
893 }
894
895
896
897
898
899
900
901
902
903 public EI insertTxa14_PlacerOrderNumber(int rep) throws HL7Exception {
904 return (EI) super.insertRepetition(14, rep);
905 }
906
907
908
909
910
911
912
913
914
915 public EI removePlacerOrderNumber(int rep) throws HL7Exception {
916 return (EI) super.removeRepetition(14, rep);
917 }
918
919
920
921
922
923
924
925
926
927 public EI removeTxa14_PlacerOrderNumber(int rep) throws HL7Exception {
928 return (EI) super.removeRepetition(14, rep);
929 }
930
931
932
933
934
935
936
937
938 public EI getFillerOrderNumber() {
939 EI retVal = this.getTypedField(15, 0);
940 return retVal;
941 }
942
943
944
945
946
947 public EI getTxa15_FillerOrderNumber() {
948 EI retVal = this.getTypedField(15, 0);
949 return retVal;
950 }
951
952
953
954
955
956
957
958 public ST getUniqueDocumentFileName() {
959 ST retVal = this.getTypedField(16, 0);
960 return retVal;
961 }
962
963
964
965
966
967 public ST getTxa16_UniqueDocumentFileName() {
968 ST retVal = this.getTypedField(16, 0);
969 return retVal;
970 }
971
972
973
974
975
976
977
978 public ID getDocumentCompletionStatus() {
979 ID retVal = this.getTypedField(17, 0);
980 return retVal;
981 }
982
983
984
985
986
987 public ID getTxa17_DocumentCompletionStatus() {
988 ID retVal = this.getTypedField(17, 0);
989 return retVal;
990 }
991
992
993
994
995
996
997
998 public ID getDocumentConfidentialityStatus() {
999 ID retVal = this.getTypedField(18, 0);
1000 return retVal;
1001 }
1002
1003
1004
1005
1006
1007 public ID getTxa18_DocumentConfidentialityStatus() {
1008 ID retVal = this.getTypedField(18, 0);
1009 return retVal;
1010 }
1011
1012
1013
1014
1015
1016
1017
1018 public ID getDocumentAvailabilityStatus() {
1019 ID retVal = this.getTypedField(19, 0);
1020 return retVal;
1021 }
1022
1023
1024
1025
1026
1027 public ID getTxa19_DocumentAvailabilityStatus() {
1028 ID retVal = this.getTypedField(19, 0);
1029 return retVal;
1030 }
1031
1032
1033
1034
1035
1036
1037
1038 public ID getDocumentStorageStatus() {
1039 ID retVal = this.getTypedField(20, 0);
1040 return retVal;
1041 }
1042
1043
1044
1045
1046
1047 public ID getTxa20_DocumentStorageStatus() {
1048 ID retVal = this.getTypedField(20, 0);
1049 return retVal;
1050 }
1051
1052
1053
1054
1055
1056
1057
1058 public ST getDocumentChangeReason() {
1059 ST retVal = this.getTypedField(21, 0);
1060 return retVal;
1061 }
1062
1063
1064
1065
1066
1067 public ST getTxa21_DocumentChangeReason() {
1068 ST retVal = this.getTypedField(21, 0);
1069 return retVal;
1070 }
1071
1072
1073
1074
1075
1076 public PPN[] getAuthenticationPersonTimeStamp() {
1077 PPN[] retVal = this.getTypedField(22, new PPN[0]);
1078 return retVal;
1079 }
1080
1081
1082
1083
1084
1085 public PPN[] getTxa22_AuthenticationPersonTimeStamp() {
1086 PPN[] retVal = this.getTypedField(22, new PPN[0]);
1087 return retVal;
1088 }
1089
1090
1091
1092
1093
1094
1095
1096 public int getAuthenticationPersonTimeStampReps() {
1097 return this.getReps(22);
1098 }
1099
1100
1101
1102
1103
1104
1105
1106
1107 public PPN getAuthenticationPersonTimeStamp(int rep) {
1108 PPN retVal = this.getTypedField(22, rep);
1109 return retVal;
1110 }
1111
1112
1113
1114
1115
1116
1117
1118 public PPN getTxa22_AuthenticationPersonTimeStamp(int rep) {
1119 PPN retVal = this.getTypedField(22, rep);
1120 return retVal;
1121 }
1122
1123
1124
1125
1126
1127
1128 public int getTxa22_AuthenticationPersonTimeStampReps() {
1129 return this.getReps(22);
1130 }
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140 public PPN insertAuthenticationPersonTimeStamp(int rep) throws HL7Exception {
1141 return (PPN) super.insertRepetition(22, rep);
1142 }
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152 public PPN insertTxa22_AuthenticationPersonTimeStamp(int rep) throws HL7Exception {
1153 return (PPN) super.insertRepetition(22, rep);
1154 }
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164 public PPN removeAuthenticationPersonTimeStamp(int rep) throws HL7Exception {
1165 return (PPN) super.removeRepetition(22, rep);
1166 }
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176 public PPN removeTxa22_AuthenticationPersonTimeStamp(int rep) throws HL7Exception {
1177 return (PPN) super.removeRepetition(22, rep);
1178 }
1179
1180
1181
1182
1183
1184
1185 public XCN[] getDistributedCopiesCodeandNameofRecipients() {
1186 XCN[] retVal = this.getTypedField(23, new XCN[0]);
1187 return retVal;
1188 }
1189
1190
1191
1192
1193
1194 public XCN[] getTxa23_DistributedCopiesCodeandNameofRecipients() {
1195 XCN[] retVal = this.getTypedField(23, new XCN[0]);
1196 return retVal;
1197 }
1198
1199
1200
1201
1202
1203
1204
1205 public int getDistributedCopiesCodeandNameofRecipientsReps() {
1206 return this.getReps(23);
1207 }
1208
1209
1210
1211
1212
1213
1214
1215
1216 public XCN getDistributedCopiesCodeandNameofRecipients(int rep) {
1217 XCN retVal = this.getTypedField(23, rep);
1218 return retVal;
1219 }
1220
1221
1222
1223
1224
1225
1226
1227 public XCN getTxa23_DistributedCopiesCodeandNameofRecipients(int rep) {
1228 XCN retVal = this.getTypedField(23, rep);
1229 return retVal;
1230 }
1231
1232
1233
1234
1235
1236
1237 public int getTxa23_DistributedCopiesCodeandNameofRecipientsReps() {
1238 return this.getReps(23);
1239 }
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249 public XCN insertDistributedCopiesCodeandNameofRecipients(int rep) throws HL7Exception {
1250 return (XCN) super.insertRepetition(23, rep);
1251 }
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261 public XCN insertTxa23_DistributedCopiesCodeandNameofRecipients(int rep) throws HL7Exception {
1262 return (XCN) super.insertRepetition(23, rep);
1263 }
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273 public XCN removeDistributedCopiesCodeandNameofRecipients(int rep) throws HL7Exception {
1274 return (XCN) super.removeRepetition(23, rep);
1275 }
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285 public XCN removeTxa23_DistributedCopiesCodeandNameofRecipients(int rep) throws HL7Exception {
1286 return (XCN) super.removeRepetition(23, rep);
1287 }
1288
1289
1290
1291
1292
1293
1294
1295 protected Type createNewTypeWithoutReflection(int field) {
1296 switch (field) {
1297 case 0: return new SI(getMessage());
1298 case 1: return new IS(getMessage(), new Integer( 270 ));
1299 case 2: return new ID(getMessage(), new Integer( 191 ));
1300 case 3: return new TS(getMessage());
1301 case 4: return new XCN(getMessage());
1302 case 5: return new TS(getMessage());
1303 case 6: return new TS(getMessage());
1304 case 7: return new TS(getMessage());
1305 case 8: return new XCN(getMessage());
1306 case 9: return new XCN(getMessage());
1307 case 10: return new XCN(getMessage());
1308 case 11: return new EI(getMessage());
1309 case 12: return new EI(getMessage());
1310 case 13: return new EI(getMessage());
1311 case 14: return new EI(getMessage());
1312 case 15: return new ST(getMessage());
1313 case 16: return new ID(getMessage(), new Integer( 271 ));
1314 case 17: return new ID(getMessage(), new Integer( 272 ));
1315 case 18: return new ID(getMessage(), new Integer( 273 ));
1316 case 19: return new ID(getMessage(), new Integer( 275 ));
1317 case 20: return new ST(getMessage());
1318 case 21: return new PPN(getMessage());
1319 case 22: return new XCN(getMessage());
1320 default: return null;
1321 }
1322 }
1323
1324
1325 }
1326