1
2
3
4
5
6
7
8
9 package com.amazon.webservices.awsecommerceservice._2007_04_04;
10
11 import javax.xml.bind.JAXBElement;
12 import javax.xml.bind.annotation.XmlElementDecl;
13 import javax.xml.bind.annotation.XmlRegistry;
14 import javax.xml.namespace.QName;
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31 @XmlRegistry
32 public class ObjectFactory {
33
34 private final static QName _Condition_QNAME = new QName("http://webservices.amazon.com/AWSECommerceService/2007-04-04", "Condition");
35 private final static QName _AudienceRating_QNAME = new QName("http://webservices.amazon.com/AWSECommerceService/2007-04-04", "AudienceRating");
36 private final static QName _DeliveryMethod_QNAME = new QName("http://webservices.amazon.com/AWSECommerceService/2007-04-04", "DeliveryMethod");
37
38
39
40
41
42 public ObjectFactory() {
43 }
44
45
46
47
48
49 public CustomerContentLookup createCustomerContentLookup() {
50 return new CustomerContentLookup();
51 }
52
53
54
55
56
57 public CartAddRequest.Items createCartAddRequestItems() {
58 return new CartAddRequest.Items();
59 }
60
61
62
63
64
65 public ListLookup createListLookup() {
66 return new ListLookup();
67 }
68
69
70
71
72
73 public ItemAttributes createItemAttributes() {
74 return new ItemAttributes();
75 }
76
77
78
79
80
81 public BrowseNode createBrowseNode() {
82 return new BrowseNode();
83 }
84
85
86
87
88
89 public ImageSet createImageSet() {
90 return new ImageSet();
91 }
92
93
94
95
96
97 public SimilarityLookupRequest createSimilarityLookupRequest() {
98 return new SimilarityLookupRequest();
99 }
100
101
102
103
104
105 public TopSellers.TopSeller createTopSellersTopSeller() {
106 return new TopSellers.TopSeller();
107 }
108
109
110
111
112
113 public Bin.BinParameter createBinBinParameter() {
114 return new Bin.BinParameter();
115 }
116
117
118
119
120
121 public ItemAttributes.Creator createItemAttributesCreator() {
122 return new ItemAttributes.Creator();
123 }
124
125
126
127
128
129 public SellerListingLookupResponse createSellerListingLookupResponse() {
130 return new SellerListingLookupResponse();
131 }
132
133
134
135
136
137 public Transaction.TransactionItems createTransactionTransactionItems() {
138 return new Transaction.TransactionItems();
139 }
140
141
142
143
144
145 public SimilarityLookup createSimilarityLookup() {
146 return new SimilarityLookup();
147 }
148
149
150
151
152
153 public SellerListings createSellerListings() {
154 return new SellerListings();
155 }
156
157
158
159
160
161 public SearchResultsMap.SearchIndex createSearchResultsMapSearchIndex() {
162 return new SearchResultsMap.SearchIndex();
163 }
164
165
166
167
168
169 public CartAddResponse createCartAddResponse() {
170 return new CartAddResponse();
171 }
172
173
174
175
176
177 public Offers createOffers() {
178 return new Offers();
179 }
180
181
182
183
184
185 public ResponseGroupInformation.Elements createResponseGroupInformationElements() {
186 return new ResponseGroupInformation.Elements();
187 }
188
189
190
191
192
193 public SimilarViewedProducts.SimilarViewedProduct createSimilarViewedProductsSimilarViewedProduct() {
194 return new SimilarViewedProducts.SimilarViewedProduct();
195 }
196
197
198
199
200
201 public CustomerContentLookupResponse createCustomerContentLookupResponse() {
202 return new CustomerContentLookupResponse();
203 }
204
205
206
207
208
209 public TransactionItem.ChildTransactionItems createTransactionItemChildTransactionItems() {
210 return new TransactionItem.ChildTransactionItems();
211 }
212
213
214
215
216
217 public ListSearchResponse createListSearchResponse() {
218 return new ListSearchResponse();
219 }
220
221
222
223
224
225 public ListmaniaLists createListmaniaLists() {
226 return new ListmaniaLists();
227 }
228
229
230
231
232
233 public SellerListingSearchResponse createSellerListingSearchResponse() {
234 return new SellerListingSearchResponse();
235 }
236
237
238
239
240
241 public CartAddRequest.Items.Item createCartAddRequestItemsItem() {
242 return new CartAddRequest.Items.Item();
243 }
244
245
246
247
248
249 public Transaction createTransaction() {
250 return new Transaction();
251 }
252
253
254
255
256
257 public SellerListingLookup createSellerListingLookup() {
258 return new SellerListingLookup();
259 }
260
261
262
263
264
265 public Request createRequest() {
266 return new Request();
267 }
268
269
270
271
272
273 public MultiOperation createMultiOperation() {
274 return new MultiOperation();
275 }
276
277
278
279
280
281 public PromotionItemApplicability createPromotionItemApplicability() {
282 return new PromotionItemApplicability();
283 }
284
285
286
287
288
289 public BrowseNodeLookupRequest createBrowseNodeLookupRequest() {
290 return new BrowseNodeLookupRequest();
291 }
292
293
294
295
296
297 public Transaction.Shipments.Shipment createTransactionShipmentsShipment() {
298 return new Transaction.Shipments.Shipment();
299 }
300
301
302
303
304
305 public OperationInformation createOperationInformation() {
306 return new OperationInformation();
307 }
308
309
310
311
312
313 public Seller.SellerFeedbackSummary createSellerSellerFeedbackSummary() {
314 return new Seller.SellerFeedbackSummary();
315 }
316
317
318
319
320
321 public BrowseNodeLookupResponse createBrowseNodeLookupResponse() {
322 return new BrowseNodeLookupResponse();
323 }
324
325
326
327
328
329 public Arguments createArguments() {
330 return new Arguments();
331 }
332
333
334
335
336
337 public PromotionBenefit createPromotionBenefit() {
338 return new PromotionBenefit();
339 }
340
341
342
343
344
345 public Address createAddress() {
346 return new Address();
347 }
348
349
350
351
352
353 public Bin createBin() {
354 return new Bin();
355 }
356
357
358
359
360
361 public Errors createErrors() {
362 return new Errors();
363 }
364
365
366
367
368
369 public CartCreateResponse createCartCreateResponse() {
370 return new CartCreateResponse();
371 }
372
373
374
375
376
377 public Seller createSeller() {
378 return new Seller();
379 }
380
381
382
383
384
385 public SimilarityLookupResponse createSimilarityLookupResponse() {
386 return new SimilarityLookupResponse();
387 }
388
389
390
391
392
393 public ItemAttributes.Languages.Language createItemAttributesLanguagesLanguage() {
394 return new ItemAttributes.Languages.Language();
395 }
396
397
398
399
400
401 public MerchantItemAttributes.PackageDimensions createMerchantItemAttributesPackageDimensions() {
402 return new MerchantItemAttributes.PackageDimensions();
403 }
404
405
406
407
408
409 public Tracks.Disc createTracksDisc() {
410 return new Tracks.Disc();
411 }
412
413
414
415
416
417 public Reviewer createReviewer() {
418 return new Reviewer();
419 }
420
421
422
423
424
425 public VariationDimensions createVariationDimensions() {
426 return new VariationDimensions();
427 }
428
429
430
431
432
433 public ItemLookup createItemLookup() {
434 return new ItemLookup();
435 }
436
437
438
439
440
441 public PromotionEligibilityRequirement createPromotionEligibilityRequirement() {
442 return new PromotionEligibilityRequirement();
443 }
444
445
446
447
448
449 public com.amazon.webservices.awsecommerceservice._2007_04_04.Item.AlternateVersions.AlternateVersion createItemAlternateVersionsAlternateVersion() {
450 return new com.amazon.webservices.awsecommerceservice._2007_04_04.Item.AlternateVersions.AlternateVersion();
451 }
452
453
454
455
456
457 public Transaction.Shipments.Shipment.ShipmentItems createTransactionShipmentsShipmentShipmentItems() {
458 return new Transaction.Shipments.Shipment.ShipmentItems();
459 }
460
461
462
463
464
465 public CustomerContentSearchRequest createCustomerContentSearchRequest() {
466 return new CustomerContentSearchRequest();
467 }
468
469
470
471
472
473 public Tracks createTracks() {
474 return new Tracks();
475 }
476
477
478
479
480
481 public MerchantItemAttributes.Languages.Language createMerchantItemAttributesLanguagesLanguage() {
482 return new MerchantItemAttributes.Languages.Language();
483 }
484
485
486
487
488
489 public SellerFeedback.Feedback createSellerFeedbackFeedback() {
490 return new SellerFeedback.Feedback();
491 }
492
493
494
495
496
497 public SearchBinSets createSearchBinSets() {
498 return new SearchBinSets();
499 }
500
501
502
503
504
505 public Promotions createPromotions() {
506 return new Promotions();
507 }
508
509
510
511
512
513 public Transaction.Shipments.Shipment.Packages.Package createTransactionShipmentsShipmentPackagesPackage() {
514 return new Transaction.Shipments.Shipment.Packages.Package();
515 }
516
517
518
519
520
521 public Lists createLists() {
522 return new Lists();
523 }
524
525
526
527
528
529 public ItemLookupResponse createItemLookupResponse() {
530 return new ItemLookupResponse();
531 }
532
533
534
535
536
537 public DecimalWithUnits createDecimalWithUnits() {
538 return new DecimalWithUnits();
539 }
540
541
542
543
544
545 public HelpResponse createHelpResponse() {
546 return new HelpResponse();
547 }
548
549
550
551
552
553 public ListLookupRequest createListLookupRequest() {
554 return new ListLookupRequest();
555 }
556
557
558
559
560
561 public Transaction.Shipments createTransactionShipments() {
562 return new Transaction.Shipments();
563 }
564
565
566
567
568
569 public TransactionLookupResponse createTransactionLookupResponse() {
570 return new TransactionLookupResponse();
571 }
572
573
574
575
576
577 public SellerFeedback createSellerFeedback() {
578 return new SellerFeedback();
579 }
580
581
582
583
584
585 public Seller.SellerFeedbackSummary.FeedbackDateRange.SellerFeedbackRating createSellerSellerFeedbackSummaryFeedbackDateRangeSellerFeedbackRating() {
586 return new Seller.SellerFeedbackSummary.FeedbackDateRange.SellerFeedbackRating();
587 }
588
589
590
591
592
593 public ItemAttributes.PackageDimensions createItemAttributesPackageDimensions() {
594 return new ItemAttributes.PackageDimensions();
595 }
596
597
598
599
600
601 public CartAddRequest createCartAddRequest() {
602 return new CartAddRequest();
603 }
604
605
606
607
608
609 public ResponseGroupInformation.ValidOperations createResponseGroupInformationValidOperations() {
610 return new ResponseGroupInformation.ValidOperations();
611 }
612
613
614
615
616
617 public CartGetResponse createCartGetResponse() {
618 return new CartGetResponse();
619 }
620
621
622
623
624
625 public CartAdd createCartAdd() {
626 return new CartAdd();
627 }
628
629
630
631
632
633 public SimilarProducts.SimilarProduct createSimilarProductsSimilarProduct() {
634 return new SimilarProducts.SimilarProduct();
635 }
636
637
638
639
640
641 public OperationInformation.DefaultResponseGroups createOperationInformationDefaultResponseGroups() {
642 return new OperationInformation.DefaultResponseGroups();
643 }
644
645
646
647
648
649 public MerchantItemAttributes createMerchantItemAttributes() {
650 return new MerchantItemAttributes();
651 }
652
653
654
655
656
657 public SavedForLaterItems createSavedForLaterItems() {
658 return new SavedForLaterItems();
659 }
660
661
662
663
664
665 public ListSearchRequest createListSearchRequest() {
666 return new ListSearchRequest();
667 }
668
669
670
671
672
673 public SimilarProducts createSimilarProducts() {
674 return new SimilarProducts();
675 }
676
677
678
679
680
681 public MerchantItemAttributes.Creator createMerchantItemAttributesCreator() {
682 return new MerchantItemAttributes.Creator();
683 }
684
685
686
687
688
689 public CartGet createCartGet() {
690 return new CartGet();
691 }
692
693
694
695
696
697 public OfferListing.AvailabilityAttributes createOfferListingAvailabilityAttributes() {
698 return new OfferListing.AvailabilityAttributes();
699 }
700
701
702
703
704
705 public Merchant createMerchant() {
706 return new Merchant();
707 }
708
709
710
711
712
713 public ItemAttributes.ItemDimensions createItemAttributesItemDimensions() {
714 return new ItemAttributes.ItemDimensions();
715 }
716
717
718
719
720
721 public Customer createCustomer() {
722 return new Customer();
723 }
724
725
726
727
728
729 public ItemLookupRequest createItemLookupRequest() {
730 return new ItemLookupRequest();
731 }
732
733
734
735
736
737 public Information createInformation() {
738 return new Information();
739 }
740
741
742
743
744
745 public Collections createCollections() {
746 return new Collections();
747 }
748
749
750
751
752
753 public Offer createOffer() {
754 return new Offer();
755 }
756
757
758
759
760
761 public CartModifyResponse createCartModifyResponse() {
762 return new CartModifyResponse();
763 }
764
765
766
767
768
769 public TransactionLookupRequest createTransactionLookupRequest() {
770 return new TransactionLookupRequest();
771 }
772
773
774
775
776
777 public TransactionItem createTransactionItem() {
778 return new TransactionItem();
779 }
780
781
782
783
784
785 public EditorialReview createEditorialReview() {
786 return new EditorialReview();
787 }
788
789
790
791
792
793 public CartItem createCartItem() {
794 return new CartItem();
795 }
796
797
798
799
800
801 public CartModifyRequest createCartModifyRequest() {
802 return new CartModifyRequest();
803 }
804
805
806
807
808
809 public ItemAttributes.Languages createItemAttributesLanguages() {
810 return new ItemAttributes.Languages();
811 }
812
813
814
815
816
817 public OperationInformation.RequiredParameters createOperationInformationRequiredParameters() {
818 return new OperationInformation.RequiredParameters();
819 }
820
821
822
823
824
825 public SearchInside createSearchInside() {
826 return new SearchInside();
827 }
828
829
830
831
832
833 public Collections.Collection createCollectionsCollection() {
834 return new Collections.Collection();
835 }
836
837
838
839
840
841 public CustomerReviews createCustomerReviews() {
842 return new CustomerReviews();
843 }
844
845
846
847
848
849 public CartCreateRequest createCartCreateRequest() {
850 return new CartCreateRequest();
851 }
852
853
854
855
856
857 public ResponseGroupInformation createResponseGroupInformation() {
858 return new ResponseGroupInformation();
859 }
860
861
862
863
864
865 public CartCreate createCartCreate() {
866 return new CartCreate();
867 }
868
869
870
871
872
873 public OtherCategoriesSimilarProducts.OtherCategoriesSimilarProduct createOtherCategoriesSimilarProductsOtherCategoriesSimilarProduct() {
874 return new OtherCategoriesSimilarProducts.OtherCategoriesSimilarProduct();
875 }
876
877
878
879
880
881 public Promotion.Details createPromotionDetails() {
882 return new Promotion.Details();
883 }
884
885
886
887
888
889 public CustomerContentSearchResponse createCustomerContentSearchResponse() {
890 return new CustomerContentSearchResponse();
891 }
892
893
894
895
896
897 public Transaction.Shipments.Shipment.Packages createTransactionShipmentsShipmentPackages() {
898 return new Transaction.Shipments.Shipment.Packages();
899 }
900
901
902
903
904
905 public SearchBinSet createSearchBinSet() {
906 return new SearchBinSet();
907 }
908
909
910
911
912
913 public NewReleases.NewRelease createNewReleasesNewRelease() {
914 return new NewReleases.NewRelease();
915 }
916
917
918
919
920
921 public MultiOperationResponse createMultiOperationResponse() {
922 return new MultiOperationResponse();
923 }
924
925
926
927
928
929 public BrowseNodeLookup createBrowseNodeLookup() {
930 return new BrowseNodeLookup();
931 }
932
933
934
935
936
937 public CartClearResponse createCartClearResponse() {
938 return new CartClearResponse();
939 }
940
941
942
943
944
945 public SearchResultsMap createSearchResultsMap() {
946 return new SearchResultsMap();
947 }
948
949
950
951
952
953 public Promotion createPromotion() {
954 return new Promotion();
955 }
956
957
958
959
960
961 public Seller.Location createSellerLocation() {
962 return new Seller.Location();
963 }
964
965
966
967
968
969 public Price createPrice() {
970 return new Price();
971 }
972
973
974
975
976
977 public CartModifyRequest.Items.Item createCartModifyRequestItemsItem() {
978 return new CartModifyRequest.Items.Item();
979 }
980
981
982
983
984
985 public OtherCategoriesSimilarProducts createOtherCategoriesSimilarProducts() {
986 return new OtherCategoriesSimilarProducts();
987 }
988
989
990
991
992
993 public VariationSummary createVariationSummary() {
994 return new VariationSummary();
995 }
996
997
998
999
1000
1001 public CartGetRequest createCartGetRequest() {
1002 return new CartGetRequest();
1003 }
1004
1005
1006
1007
1008
1009 public com.amazon.webservices.awsecommerceservice._2007_04_04.Item.AlternateVersions createItemAlternateVersions() {
1010 return new com.amazon.webservices.awsecommerceservice._2007_04_04.Item.AlternateVersions();
1011 }
1012
1013
1014
1015
1016
1017 public PromotionBenefits createPromotionBenefits() {
1018 return new PromotionBenefits();
1019 }
1020
1021
1022
1023
1024
1025 public ListSearch createListSearch() {
1026 return new ListSearch();
1027 }
1028
1029
1030
1031
1032
1033 public OperationInformation.AvailableParameters createOperationInformationAvailableParameters() {
1034 return new OperationInformation.AvailableParameters();
1035 }
1036
1037
1038
1039
1040
1041 public CartModifyRequest.Items createCartModifyRequestItems() {
1042 return new CartModifyRequest.Items();
1043 }
1044
1045
1046
1047
1048
1049 public OfferAttributes createOfferAttributes() {
1050 return new OfferAttributes();
1051 }
1052
1053
1054
1055
1056
1057 public TopSellers createTopSellers() {
1058 return new TopSellers();
1059 }
1060
1061
1062
1063
1064
1065 public Accessories createAccessories() {
1066 return new Accessories();
1067 }
1068
1069
1070
1071
1072
1073 public SellerListingSearch createSellerListingSearch() {
1074 return new SellerListingSearch();
1075 }
1076
1077
1078
1079
1080
1081 public Collections.Collection.CollectionItem createCollectionsCollectionCollectionItem() {
1082 return new Collections.Collection.CollectionItem();
1083 }
1084
1085
1086
1087
1088
1089 public SellerListing createSellerListing() {
1090 return new SellerListing();
1091 }
1092
1093
1094
1095
1096
1097 public CartCreateRequest.Items createCartCreateRequestItems() {
1098 return new CartCreateRequest.Items();
1099 }
1100
1101
1102
1103
1104
1105 public CustomerContentSearch createCustomerContentSearch() {
1106 return new CustomerContentSearch();
1107 }
1108
1109
1110
1111
1112
1113 public LoyaltyPoints createLoyaltyPoints() {
1114 return new LoyaltyPoints();
1115 }
1116
1117
1118
1119
1120
1121 public Accessories.Accessory createAccessoriesAccessory() {
1122 return new Accessories.Accessory();
1123 }
1124
1125
1126
1127
1128
1129 public SellerListingLookupRequest createSellerListingLookupRequest() {
1130 return new SellerListingLookupRequest();
1131 }
1132
1133
1134
1135
1136
1137 public BrowseNode.Children createBrowseNodeChildren() {
1138 return new BrowseNode.Children();
1139 }
1140
1141
1142
1143
1144
1145 public HelpRequest createHelpRequest() {
1146 return new HelpRequest();
1147 }
1148
1149
1150
1151
1152
1153 public OperationInformation.AvailableResponseGroups createOperationInformationAvailableResponseGroups() {
1154 return new OperationInformation.AvailableResponseGroups();
1155 }
1156
1157
1158
1159
1160
1161 public PromotionEligibilityRequirements createPromotionEligibilityRequirements() {
1162 return new PromotionEligibilityRequirements();
1163 }
1164
1165
1166
1167
1168
1169 public CartItems createCartItems() {
1170 return new CartItems();
1171 }
1172
1173
1174
1175
1176
1177 public CartClear createCartClear() {
1178 return new CartClear();
1179 }
1180
1181
1182
1183
1184
1185 public MerchantItemAttributes.ItemDimensions createMerchantItemAttributesItemDimensions() {
1186 return new MerchantItemAttributes.ItemDimensions();
1187 }
1188
1189
1190
1191
1192
1193 public ListLookupResponse createListLookupResponse() {
1194 return new ListLookupResponse();
1195 }
1196
1197
1198
1199
1200
1201 public Seller.SellerFeedbackSummary.FeedbackDateRange createSellerSellerFeedbackSummaryFeedbackDateRange() {
1202 return new Seller.SellerFeedbackSummary.FeedbackDateRange();
1203 }
1204
1205
1206
1207
1208
1209 public Image createImage() {
1210 return new Image();
1211 }
1212
1213
1214
1215
1216
1217 public CartCreateRequest.Items.Item createCartCreateRequestItemsItem() {
1218 return new CartCreateRequest.Items.Item();
1219 }
1220
1221
1222
1223
1224
1225 public OperationRequest createOperationRequest() {
1226 return new OperationRequest();
1227 }
1228
1229
1230
1231
1232
1233 public CartClearRequest createCartClearRequest() {
1234 return new CartClearRequest();
1235 }
1236
1237
1238
1239
1240
1241 public Promotion.Summary createPromotionSummary() {
1242 return new Promotion.Summary();
1243 }
1244
1245
1246
1247
1248
1249 public SellerLookup createSellerLookup() {
1250 return new SellerLookup();
1251 }
1252
1253
1254
1255
1256
1257 public SellerListingSearchRequest createSellerListingSearchRequest() {
1258 return new SellerListingSearchRequest();
1259 }
1260
1261
1262
1263
1264
1265 public com.amazon.webservices.awsecommerceservice._2007_04_04.Item.Subjects createItemSubjects() {
1266 return new com.amazon.webservices.awsecommerceservice._2007_04_04.Item.Subjects();
1267 }
1268
1269
1270
1271
1272
1273 public CorrectedQuery createCorrectedQuery() {
1274 return new CorrectedQuery();
1275 }
1276
1277
1278
1279
1280
1281 public HTTPHeaders createHTTPHeaders() {
1282 return new HTTPHeaders();
1283 }
1284
1285
1286
1287
1288
1289 public Transaction.Totals createTransactionTotals() {
1290 return new Transaction.Totals();
1291 }
1292
1293
1294
1295
1296
1297 public Tracks.Disc.Track createTracksDiscTrack() {
1298 return new Tracks.Disc.Track();
1299 }
1300
1301
1302
1303
1304
1305 public List createList() {
1306 return new List();
1307 }
1308
1309
1310
1311
1312
1313 public ItemSearchRequest createItemSearchRequest() {
1314 return new ItemSearchRequest();
1315 }
1316
1317
1318
1319
1320
1321 public OfferListing.ShippingCharge createOfferListingShippingCharge() {
1322 return new OfferListing.ShippingCharge();
1323 }
1324
1325
1326
1327
1328
1329 public BrowseNode.Ancestors createBrowseNodeAncestors() {
1330 return new BrowseNode.Ancestors();
1331 }
1332
1333
1334
1335
1336
1337 public Sellers createSellers() {
1338 return new Sellers();
1339 }
1340
1341
1342
1343
1344
1345 public Customers createCustomers() {
1346 return new Customers();
1347 }
1348
1349
1350
1351
1352
1353 public OfferSummary createOfferSummary() {
1354 return new OfferSummary();
1355 }
1356
1357
1358
1359
1360
1361 public TransactionLookup createTransactionLookup() {
1362 return new TransactionLookup();
1363 }
1364
1365
1366
1367
1368
1369 public SearchInside.Excerpt createSearchInsideExcerpt() {
1370 return new SearchInside.Excerpt();
1371 }
1372
1373
1374
1375
1376
1377 public ItemSearchResponse createItemSearchResponse() {
1378 return new ItemSearchResponse();
1379 }
1380
1381
1382
1383
1384
1385 public com.amazon.webservices.awsecommerceservice._2007_04_04.Items createItems() {
1386 return new com.amazon.webservices.awsecommerceservice._2007_04_04.Items();
1387 }
1388
1389
1390
1391
1392
1393 public OfferListing createOfferListing() {
1394 return new OfferListing();
1395 }
1396
1397
1398
1399
1400
1401 public SellerLookupResponse createSellerLookupResponse() {
1402 return new SellerLookupResponse();
1403 }
1404
1405
1406
1407
1408
1409 public Collections.Collection.CollectionParent createCollectionsCollectionCollectionParent() {
1410 return new Collections.Collection.CollectionParent();
1411 }
1412
1413
1414
1415
1416
1417 public BrowseNodes createBrowseNodes() {
1418 return new BrowseNodes();
1419 }
1420
1421
1422
1423
1424
1425 public StringWithUnits createStringWithUnits() {
1426 return new StringWithUnits();
1427 }
1428
1429
1430
1431
1432
1433 public ItemSearch createItemSearch() {
1434 return new ItemSearch();
1435 }
1436
1437
1438
1439
1440
1441 public NonNegativeIntegerWithUnits createNonNegativeIntegerWithUnits() {
1442 return new NonNegativeIntegerWithUnits();
1443 }
1444
1445
1446
1447
1448
1449 public ListmaniaLists.ListmaniaList createListmaniaListsListmaniaList() {
1450 return new ListmaniaLists.ListmaniaList();
1451 }
1452
1453
1454
1455
1456
1457 public HTTPHeaders.Header createHTTPHeadersHeader() {
1458 return new HTTPHeaders.Header();
1459 }
1460
1461
1462
1463
1464
1465 public com.amazon.webservices.awsecommerceservice._2007_04_04.Item.ImageSets createItemImageSets() {
1466 return new com.amazon.webservices.awsecommerceservice._2007_04_04.Item.ImageSets();
1467 }
1468
1469
1470
1471
1472
1473 public Transactions createTransactions() {
1474 return new Transactions();
1475 }
1476
1477
1478
1479
1480
1481 public SellerLookupRequest createSellerLookupRequest() {
1482 return new SellerLookupRequest();
1483 }
1484
1485
1486
1487
1488
1489 public CartModify createCartModify() {
1490 return new CartModify();
1491 }
1492
1493
1494
1495
1496
1497 public com.amazon.webservices.awsecommerceservice._2007_04_04.Item createItem() {
1498 return new com.amazon.webservices.awsecommerceservice._2007_04_04.Item();
1499 }
1500
1501
1502
1503
1504
1505 public Customer.Location createCustomerLocation() {
1506 return new Customer.Location();
1507 }
1508
1509
1510
1511
1512
1513 public NewReleases createNewReleases() {
1514 return new NewReleases();
1515 }
1516
1517
1518
1519
1520
1521 public Cart createCart() {
1522 return new Cart();
1523 }
1524
1525
1526
1527
1528
1529 public Help createHelp() {
1530 return new Help();
1531 }
1532
1533
1534
1535
1536
1537 public Review createReview() {
1538 return new Review();
1539 }
1540
1541
1542
1543
1544
1545 public EditorialReviews createEditorialReviews() {
1546 return new EditorialReviews();
1547 }
1548
1549
1550
1551
1552
1553 public Variations createVariations() {
1554 return new Variations();
1555 }
1556
1557
1558
1559
1560
1561 public ListItem createListItem() {
1562 return new ListItem();
1563 }
1564
1565
1566
1567
1568
1569 public Errors.Error createErrorsError() {
1570 return new Errors.Error();
1571 }
1572
1573
1574
1575
1576
1577 public CustomerContentLookupRequest createCustomerContentLookupRequest() {
1578 return new CustomerContentLookupRequest();
1579 }
1580
1581
1582
1583
1584
1585 public Arguments.Argument createArgumentsArgument() {
1586 return new Arguments.Argument();
1587 }
1588
1589
1590
1591
1592
1593 public MerchantItemAttributes.Languages createMerchantItemAttributesLanguages() {
1594 return new MerchantItemAttributes.Languages();
1595 }
1596
1597
1598
1599
1600
1601 public MerchantItemAttributes.VendorRebate createMerchantItemAttributesVendorRebate() {
1602 return new MerchantItemAttributes.VendorRebate();
1603 }
1604
1605
1606
1607
1608
1609 public Collections.Collection.CollectionSummary createCollectionsCollectionCollectionSummary() {
1610 return new Collections.Collection.CollectionSummary();
1611 }
1612
1613
1614
1615
1616
1617 public SimilarViewedProducts createSimilarViewedProducts() {
1618 return new SimilarViewedProducts();
1619 }
1620
1621
1622
1623
1624
1625 @XmlElementDecl(namespace = "http://webservices.amazon.com/AWSECommerceService/2007-04-04", name = "Condition")
1626 public JAXBElement<String> createCondition(String value) {
1627 return new JAXBElement<String>(_Condition_QNAME, String.class, null, value);
1628 }
1629
1630
1631
1632
1633
1634 @XmlElementDecl(namespace = "http://webservices.amazon.com/AWSECommerceService/2007-04-04", name = "AudienceRating")
1635 public JAXBElement<String> createAudienceRating(String value) {
1636 return new JAXBElement<String>(_AudienceRating_QNAME, String.class, null, value);
1637 }
1638
1639
1640
1641
1642
1643 @XmlElementDecl(namespace = "http://webservices.amazon.com/AWSECommerceService/2007-04-04", name = "DeliveryMethod")
1644 public JAXBElement<String> createDeliveryMethod(String value) {
1645 return new JAXBElement<String>(_DeliveryMethod_QNAME, String.class, null, value);
1646 }
1647
1648 }