Subversion Repositories SmartDukaan

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
7487 kshitij.so 1
//
2
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10 in JDK 6 
3
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a> 
4
// Any modifications to this file will be lost upon recompilation of the source schema. 
5
// Generated on: 2013.03.04 at 03:57:00 PM IST 
6
//
7
 
8
 
9
package in.shop2020.feeds.products;
10
 
11
import java.math.BigDecimal;
12
import javax.xml.bind.JAXBElement;
13
import javax.xml.bind.annotation.XmlElementDecl;
14
import javax.xml.bind.annotation.XmlRegistry;
15
import javax.xml.bind.annotation.adapters.NormalizedStringAdapter;
16
import javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter;
17
import javax.xml.namespace.QName;
18
 
19
 
20
/**
21
 * This object contains factory methods for each 
22
 * Java content interface and Java element interface 
23
 * generated in the in.shop2020.feeds.products package. 
24
 * <p>An ObjectFactory allows you to programatically 
25
 * construct new instances of the Java representation 
26
 * for XML content. The Java representation of XML 
27
 * content can consist of schema derived interfaces 
28
 * and classes representing the binding of schema 
29
 * type definitions, element declarations and model 
30
 * groups.  Factory methods for each of these are 
31
 * provided in this class.
32
 * 
33
 */
34
@XmlRegistry
35
public class ObjectFactory {
36
 
37
    private final static QName _ConditionType_QNAME = new QName("", "ConditionType");
38
    private final static QName _ProductTaxCode_QNAME = new QName("", "ProductTaxCode");
39
    private final static QName _AmazonOrderItemCode_QNAME = new QName("", "AmazonOrderItemCode");
40
    private final static QName _CharacterData_QNAME = new QName("", "CharacterData");
41
    private final static QName _AmazonOrderID_QNAME = new QName("", "AmazonOrderID");
42
    private final static QName _MerchantOrderItemID_QNAME = new QName("", "MerchantOrderItemID");
43
    private final static QName _Denomination_QNAME = new QName("", "Denomination");
44
    private final static QName _MerchantPromotionID_QNAME = new QName("", "MerchantPromotionID");
45
    private final static QName _SKU_QNAME = new QName("", "SKU");
46
    private final static QName _AmazonCustomerID_QNAME = new QName("", "AmazonCustomerID");
47
    private final static QName _ColorMap_QNAME = new QName("", "ColorMap");
48
    private final static QName _ShipmentID_QNAME = new QName("", "ShipmentID");
49
    private final static QName _MerchantFulfillmentID_QNAME = new QName("", "MerchantFulfillmentID");
50
    private final static QName _FulfillmentMethod_QNAME = new QName("", "FulfillmentMethod");
51
    private final static QName _CarrierCode_QNAME = new QName("", "CarrierCode");
52
    private final static QName _FulfillmentCenterID_QNAME = new QName("", "FulfillmentCenterID");
53
    private final static QName _PromotionClaimCode_QNAME = new QName("", "PromotionClaimCode");
54
    private final static QName _ShipOption_QNAME = new QName("", "ShipOption");
55
    private final static QName _ExternalCustomerID_QNAME = new QName("", "ExternalCustomerID");
56
    private final static QName _Address_QNAME = new QName("", "Address");
57
    private final static QName _MarketplaceName_QNAME = new QName("", "MarketplaceName");
58
    private final static QName _MerchantOrderID_QNAME = new QName("", "MerchantOrderID");
59
    private final static QName _FulfillmentServiceLevel_QNAME = new QName("", "FulfillmentServiceLevel");
60
    private final static QName _DeliveryChannel_QNAME = new QName("", "DeliveryChannel");
61
 
62
    /**
63
     * Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: in.shop2020.feeds.products
64
     * 
65
     */
66
    public ObjectFactory() {
67
    }
68
 
69
    /**
70
     * Create an instance of {@link SoftwareGames }
71
     * 
72
     */
73
    public SoftwareGames createSoftwareGames() {
74
        return new SoftwareGames();
75
    }
76
 
77
    /**
78
     * Create an instance of {@link AmazonFees }
79
     * 
80
     */
81
    public AmazonFees createAmazonFees() {
82
        return new AmazonFees();
83
    }
84
 
85
    /**
86
     * Create an instance of {@link TemperatureDimension }
87
     * 
88
     */
89
    public TemperatureDimension createTemperatureDimension() {
90
        return new TemperatureDimension();
91
    }
92
 
93
    /**
94
     * Create an instance of {@link AmazonFees.Fee }
95
     * 
96
     */
97
    public AmazonFees.Fee createAmazonFeesFee() {
98
        return new AmazonFees.Fee();
99
    }
100
 
101
    /**
102
     * Create an instance of {@link WeightDimension }
103
     * 
104
     */
105
    public WeightDimension createWeightDimension() {
106
        return new WeightDimension();
107
    }
108
 
109
    /**
110
     * Create an instance of {@link ApertureDimension }
111
     * 
112
     */
113
    public ApertureDimension createApertureDimension() {
114
        return new ApertureDimension();
115
    }
116
 
117
    /**
118
     * Create an instance of {@link PressureDimension }
119
     * 
120
     */
121
    public PressureDimension createPressureDimension() {
122
        return new PressureDimension();
123
    }
124
 
125
    /**
126
     * Create an instance of {@link RearFacingWeight }
127
     * 
128
     */
129
    public RearFacingWeight createRearFacingWeight() {
130
        return new RearFacingWeight();
131
    }
132
 
133
    /**
134
     * Create an instance of {@link ClothingSizeDimension }
135
     * 
136
     */
137
    public ClothingSizeDimension createClothingSizeDimension() {
138
        return new ClothingSizeDimension();
139
    }
140
 
141
    /**
142
     * Create an instance of {@link BatteryLifeDimension }
143
     * 
144
     */
145
    public BatteryLifeDimension createBatteryLifeDimension() {
146
        return new BatteryLifeDimension();
147
    }
148
 
149
    /**
150
     * Create an instance of {@link HeightRecommendation }
151
     * 
152
     */
153
    public HeightRecommendation createHeightRecommendation() {
154
        return new HeightRecommendation();
155
    }
156
 
157
    /**
158
     * Create an instance of {@link Software }
159
     * 
160
     */
161
    public Software createSoftware() {
162
        return new Software();
163
    }
164
 
165
    /**
166
     * Create an instance of {@link WattageDimension }
167
     * 
168
     */
169
    public WattageDimension createWattageDimension() {
170
        return new WattageDimension();
171
    }
172
 
173
    /**
174
     * Create an instance of {@link Customer }
175
     * 
176
     */
177
    public Customer createCustomer() {
178
        return new Customer();
179
    }
180
 
181
    /**
182
     * Create an instance of {@link SoftwareVideoGames.ProductType }
183
     * 
184
     */
185
    public SoftwareVideoGames.ProductType createSoftwareVideoGamesProductType() {
186
        return new SoftwareVideoGames.ProductType();
187
    }
188
 
189
    /**
190
     * Create an instance of {@link SoftwarePlatform }
191
     * 
192
     */
193
    public SoftwarePlatform createSoftwarePlatform() {
194
        return new SoftwarePlatform();
195
    }
196
 
197
    /**
198
     * Create an instance of {@link VolumeRateDimension }
199
     * 
200
     */
201
    public VolumeRateDimension createVolumeRateDimension() {
202
        return new VolumeRateDimension();
203
    }
204
 
205
    /**
206
     * Create an instance of {@link NameValuePair }
207
     * 
208
     */
209
    public NameValuePair createNameValuePair() {
210
        return new NameValuePair();
211
    }
212
 
213
    /**
214
     * Create an instance of {@link DatedPrice }
215
     * 
216
     */
217
    public DatedPrice createDatedPrice() {
218
        return new DatedPrice();
219
    }
220
 
221
    /**
222
     * Create an instance of {@link HandheldSoftwareDownloads }
223
     * 
224
     */
225
    public HandheldSoftwareDownloads createHandheldSoftwareDownloads() {
226
        return new HandheldSoftwareDownloads();
227
    }
228
 
229
    /**
230
     * Create an instance of {@link DegreeDimension }
231
     * 
232
     */
233
    public DegreeDimension createDegreeDimension() {
234
        return new DegreeDimension();
235
    }
236
 
237
    /**
238
     * Create an instance of {@link EnergyRatingType }
239
     * 
240
     */
241
    public EnergyRatingType createEnergyRatingType() {
242
        return new EnergyRatingType();
243
    }
244
 
245
    /**
246
     * Create an instance of {@link Battery.BatterySubgroup }
247
     * 
248
     */
249
    public Battery.BatterySubgroup createBatteryBatterySubgroup() {
250
        return new Battery.BatterySubgroup();
251
    }
252
 
253
    /**
254
     * Create an instance of {@link VolumeAndVolumeRateDimension }
255
     * 
256
     */
257
    public VolumeAndVolumeRateDimension createVolumeAndVolumeRateDimension() {
258
        return new VolumeAndVolumeRateDimension();
259
    }
260
 
261
    /**
262
     * Create an instance of {@link AreaDimension }
263
     * 
264
     */
265
    public AreaDimension createAreaDimension() {
266
        return new AreaDimension();
267
    }
268
 
269
    /**
270
     * Create an instance of {@link PixelDimension }
271
     * 
272
     */
273
    public PixelDimension createPixelDimension() {
274
        return new PixelDimension();
275
    }
276
 
277
    /**
278
     * Create an instance of {@link ResistanceDimension }
279
     * 
280
     */
281
    public ResistanceDimension createResistanceDimension() {
282
        return new ResistanceDimension();
283
    }
284
 
285
    /**
286
     * Create an instance of {@link DownloadableFile }
287
     * 
288
     */
289
    public DownloadableFile createDownloadableFile() {
290
        return new DownloadableFile();
291
    }
292
 
293
    /**
294
     * Create an instance of {@link SubscriptionTermDimension }
295
     * 
296
     */
297
    public SubscriptionTermDimension createSubscriptionTermDimension() {
298
        return new SubscriptionTermDimension();
299
    }
300
 
301
    /**
302
     * Create an instance of {@link PositiveWeightDimension }
303
     * 
304
     */
305
    public PositiveWeightDimension createPositiveWeightDimension() {
306
        return new PositiveWeightDimension();
307
    }
308
 
309
    /**
310
     * Create an instance of {@link AddressType }
311
     * 
312
     */
313
    public AddressType createAddressType() {
314
        return new AddressType();
315
    }
316
 
317
    /**
318
     * Create an instance of {@link WeightIntegerDimension }
319
     * 
320
     */
321
    public WeightIntegerDimension createWeightIntegerDimension() {
322
        return new WeightIntegerDimension();
323
    }
324
 
325
    /**
326
     * Create an instance of {@link LuminanceDimension }
327
     * 
328
     */
329
    public LuminanceDimension createLuminanceDimension() {
330
        return new LuminanceDimension();
331
    }
332
 
333
    /**
334
     * Create an instance of {@link ZoomDimension }
335
     * 
336
     */
337
    public ZoomDimension createZoomDimension() {
338
        return new ZoomDimension();
339
    }
340
 
341
    /**
342
     * Create an instance of {@link OpticalPowerDimension }
343
     * 
344
     */
345
    public OpticalPowerDimension createOpticalPowerDimension() {
346
        return new OpticalPowerDimension();
347
    }
348
 
349
    /**
350
     * Create an instance of {@link VolumeDimension }
351
     * 
352
     */
353
    public VolumeDimension createVolumeDimension() {
354
        return new VolumeDimension();
355
    }
356
 
357
    /**
358
     * Create an instance of {@link NoiseLevelDimension }
359
     * 
360
     */
361
    public NoiseLevelDimension createNoiseLevelDimension() {
362
        return new NoiseLevelDimension();
363
    }
364
 
365
    /**
366
     * Create an instance of {@link AgeRecommendation }
367
     * 
368
     */
369
    public AgeRecommendation createAgeRecommendation() {
370
        return new AgeRecommendation();
371
    }
372
 
373
    /**
374
     * Create an instance of {@link SunProtectionDimension }
375
     * 
376
     */
377
    public SunProtectionDimension createSunProtectionDimension() {
378
        return new SunProtectionDimension();
379
    }
380
 
381
    /**
382
     * Create an instance of {@link VolumeIntegerDimension }
383
     * 
384
     */
385
    public VolumeIntegerDimension createVolumeIntegerDimension() {
386
        return new VolumeIntegerDimension();
387
    }
388
 
389
    /**
390
     * Create an instance of {@link TimeDimension }
391
     * 
392
     */
393
    public TimeDimension createTimeDimension() {
394
        return new TimeDimension();
395
    }
396
 
397
    /**
398
     * Create an instance of {@link VineyardYieldDimension }
399
     * 
400
     */
401
    public VineyardYieldDimension createVineyardYieldDimension() {
402
        return new VineyardYieldDimension();
403
    }
404
 
405
    /**
406
     * Create an instance of {@link LuminiousIntensityDimension }
407
     * 
408
     */
409
    public LuminiousIntensityDimension createLuminiousIntensityDimension() {
410
        return new LuminiousIntensityDimension();
411
    }
412
 
413
    /**
414
     * Create an instance of {@link MemorySizeDimension }
415
     * 
416
     */
417
    public MemorySizeDimension createMemorySizeDimension() {
418
        return new MemorySizeDimension();
419
    }
420
 
421
    /**
422
     * Create an instance of {@link VideoGamesHardware }
423
     * 
424
     */
425
    public VideoGamesHardware createVideoGamesHardware() {
426
        return new VideoGamesHardware();
427
    }
428
 
429
    /**
430
     * Create an instance of {@link ContinuousShootingDimension }
431
     * 
432
     */
433
    public ContinuousShootingDimension createContinuousShootingDimension() {
434
        return new ContinuousShootingDimension();
435
    }
436
 
437
    /**
438
     * Create an instance of {@link StandardProductID }
439
     * 
440
     */
441
    public StandardProductID createStandardProductID() {
442
        return new StandardProductID();
443
    }
444
 
445
    /**
446
     * Create an instance of {@link WeightRecommendation }
447
     * 
448
     */
449
    public WeightRecommendation createWeightRecommendation() {
450
        return new WeightRecommendation();
451
    }
452
 
453
    /**
454
     * Create an instance of {@link PEGIDetailsType }
455
     * 
456
     */
457
    public PEGIDetailsType createPEGIDetailsType() {
458
        return new PEGIDetailsType();
459
    }
460
 
461
    /**
462
     * Create an instance of {@link DatedCompareAtPrice }
463
     * 
464
     */
465
    public DatedCompareAtPrice createDatedCompareAtPrice() {
466
        return new DatedCompareAtPrice();
467
    }
468
 
469
    /**
470
     * Create an instance of {@link PowerDimension }
471
     * 
472
     */
473
    public PowerDimension createPowerDimension() {
474
        return new PowerDimension();
475
    }
476
 
477
    /**
478
     * Create an instance of {@link WattageIntegerDimension }
479
     * 
480
     */
481
    public WattageIntegerDimension createWattageIntegerDimension() {
482
        return new WattageIntegerDimension();
483
    }
484
 
485
    /**
486
     * Create an instance of {@link BuyerPrice }
487
     * 
488
     */
489
    public BuyerPrice createBuyerPrice() {
490
        return new BuyerPrice();
491
    }
492
 
493
    /**
494
     * Create an instance of {@link SweetnessAtHarvestDimension }
495
     * 
496
     */
497
    public SweetnessAtHarvestDimension createSweetnessAtHarvestDimension() {
498
        return new SweetnessAtHarvestDimension();
499
    }
500
 
501
    /**
502
     * Create an instance of {@link SpeedDimension }
503
     * 
504
     */
505
    public SpeedDimension createSpeedDimension() {
506
        return new SpeedDimension();
507
    }
508
 
509
    /**
510
     * Create an instance of {@link CurrentDimension }
511
     * 
512
     */
513
    public CurrentDimension createCurrentDimension() {
514
        return new CurrentDimension();
515
    }
516
 
517
    /**
518
     * Create an instance of {@link Recall }
519
     * 
520
     */
521
    public Recall createRecall() {
522
        return new Recall();
523
    }
524
 
525
    /**
526
     * Create an instance of {@link VoltageIntegerDimension }
527
     * 
528
     */
529
    public VoltageIntegerDimension createVoltageIntegerDimension() {
530
        return new VoltageIntegerDimension();
531
    }
532
 
533
    /**
534
     * Create an instance of {@link CurencyDimension }
535
     * 
536
     */
537
    public CurencyDimension createCurencyDimension() {
538
        return new CurencyDimension();
539
    }
540
 
541
    /**
542
     * Create an instance of {@link ResolutionDimension }
543
     * 
544
     */
545
    public ResolutionDimension createResolutionDimension() {
546
        return new ResolutionDimension();
547
    }
548
 
549
    /**
550
     * Create an instance of {@link TorqueType }
551
     * 
552
     */
553
    public TorqueType createTorqueType() {
554
        return new TorqueType();
555
    }
556
 
557
    /**
558
     * Create an instance of {@link BatteryPowerIntegerDimension }
559
     * 
560
     */
561
    public BatteryPowerIntegerDimension createBatteryPowerIntegerDimension() {
562
        return new BatteryPowerIntegerDimension();
563
    }
564
 
565
    /**
566
     * Create an instance of {@link CurrencyAmount }
567
     * 
568
     */
569
    public CurrencyAmount createCurrencyAmount() {
570
        return new CurrencyAmount();
571
    }
572
 
573
    /**
574
     * Create an instance of {@link LengthDimension }
575
     * 
576
     */
577
    public LengthDimension createLengthDimension() {
578
        return new LengthDimension();
579
    }
580
 
581
    /**
582
     * Create an instance of {@link WeightRecommendationType }
583
     * 
584
     */
585
    public WeightRecommendationType createWeightRecommendationType() {
586
        return new WeightRecommendationType();
587
    }
588
 
589
    /**
590
     * Create an instance of {@link LuminanceIntegerDimension }
591
     * 
592
     */
593
    public LuminanceIntegerDimension createLuminanceIntegerDimension() {
594
        return new LuminanceIntegerDimension();
595
    }
596
 
597
    /**
598
     * Create an instance of {@link AddressTypeSupportNonCity }
599
     * 
600
     */
601
    public AddressTypeSupportNonCity createAddressTypeSupportNonCity() {
602
        return new AddressTypeSupportNonCity();
603
    }
604
 
605
    /**
606
     * Create an instance of {@link GraduationInterval }
607
     * 
608
     */
609
    public GraduationInterval createGraduationInterval() {
610
        return new GraduationInterval();
611
    }
612
 
613
    /**
614
     * Create an instance of {@link AmperageDimension }
615
     * 
616
     */
617
    public AmperageDimension createAmperageDimension() {
618
        return new AmperageDimension();
619
    }
620
 
621
    /**
622
     * Create an instance of {@link LengthDimensionOptionalUnit }
623
     * 
624
     */
625
    public LengthDimensionOptionalUnit createLengthDimensionOptionalUnit() {
626
        return new LengthDimensionOptionalUnit();
627
    }
628
 
629
    /**
630
     * Create an instance of {@link PositiveCurrencyAmount }
631
     * 
632
     */
633
    public PositiveCurrencyAmount createPositiveCurrencyAmount() {
634
        return new PositiveCurrencyAmount();
635
    }
636
 
637
    /**
638
     * Create an instance of {@link MemorySizeIntegerDimension }
639
     * 
640
     */
641
    public MemorySizeIntegerDimension createMemorySizeIntegerDimension() {
642
        return new MemorySizeIntegerDimension();
643
    }
644
 
645
    /**
646
     * Create an instance of {@link ConditionInfo }
647
     * 
648
     */
649
    public ConditionInfo createConditionInfo() {
650
        return new ConditionInfo();
651
    }
652
 
653
    /**
654
     * Create an instance of {@link TimeIntegerDimension }
655
     * 
656
     */
657
    public TimeIntegerDimension createTimeIntegerDimension() {
658
        return new TimeIntegerDimension();
659
    }
660
 
661
    /**
662
     * Create an instance of {@link VoltageDecimalDimension }
663
     * 
664
     */
665
    public VoltageDecimalDimension createVoltageDecimalDimension() {
666
        return new VoltageDecimalDimension();
667
    }
668
 
669
    /**
670
     * Create an instance of {@link MillimeterDecimalDimension }
671
     * 
672
     */
673
    public MillimeterDecimalDimension createMillimeterDecimalDimension() {
674
        return new MillimeterDecimalDimension();
675
    }
676
 
677
    /**
678
     * Create an instance of {@link TemperatureRatingDimension }
679
     * 
680
     */
681
    public TemperatureRatingDimension createTemperatureRatingDimension() {
682
        return new TemperatureRatingDimension();
683
    }
684
 
685
    /**
686
     * Create an instance of {@link Battery }
687
     * 
688
     */
689
    public Battery createBattery() {
690
        return new Battery();
691
    }
692
 
693
    /**
694
     * Create an instance of {@link FrequencyIntegerDimension }
695
     * 
696
     */
697
    public FrequencyIntegerDimension createFrequencyIntegerDimension() {
698
        return new FrequencyIntegerDimension();
699
    }
700
 
701
    /**
702
     * Create an instance of {@link EnergyConsumptionDimension }
703
     * 
704
     */
705
    public EnergyConsumptionDimension createEnergyConsumptionDimension() {
706
        return new EnergyConsumptionDimension();
707
    }
708
 
709
    /**
710
     * Create an instance of {@link AirFlowDisplacementDimension }
711
     * 
712
     */
713
    public AirFlowDisplacementDimension createAirFlowDisplacementDimension() {
714
        return new AirFlowDisplacementDimension();
715
    }
716
 
717
    /**
718
     * Create an instance of {@link PromotionDataType.Component }
719
     * 
720
     */
721
    public PromotionDataType.Component createPromotionDataTypeComponent() {
722
        return new PromotionDataType.Component();
723
    }
724
 
725
    /**
726
     * Create an instance of {@link VideoGamesAccessories }
727
     * 
728
     */
729
    public VideoGamesAccessories createVideoGamesAccessories() {
730
        return new VideoGamesAccessories();
731
    }
732
 
733
    /**
734
     * Create an instance of {@link DirectPaymentType }
735
     * 
736
     */
737
    public DirectPaymentType createDirectPaymentType() {
738
        return new DirectPaymentType();
739
    }
740
 
741
    /**
742
     * Create an instance of {@link RebateType }
743
     * 
744
     */
745
    public RebateType createRebateType() {
746
        return new RebateType();
747
    }
748
 
749
    /**
750
     * Create an instance of {@link BuyerPrice.Component }
751
     * 
752
     */
753
    public BuyerPrice.Component createBuyerPriceComponent() {
754
        return new BuyerPrice.Component();
755
    }
756
 
757
    /**
758
     * Create an instance of {@link EmailAddressType }
759
     * 
760
     */
761
    public EmailAddressType createEmailAddressType() {
762
        return new EmailAddressType();
763
    }
764
 
765
    /**
766
     * Create an instance of {@link DateIntegerDimension }
767
     * 
768
     */
769
    public DateIntegerDimension createDateIntegerDimension() {
770
        return new DateIntegerDimension();
771
    }
772
 
773
    /**
774
     * Create an instance of {@link ColorSpecification }
775
     * 
776
     */
777
    public ColorSpecification createColorSpecification() {
778
        return new ColorSpecification();
779
    }
780
 
781
    /**
782
     * Create an instance of {@link CharacterDataType }
783
     * 
784
     */
785
    public CharacterDataType createCharacterDataType() {
786
        return new CharacterDataType();
787
    }
788
 
789
    /**
790
     * Create an instance of {@link AreaDimensionOptionalUnit }
791
     * 
792
     */
793
    public AreaDimensionOptionalUnit createAreaDimensionOptionalUnit() {
794
        return new AreaDimensionOptionalUnit();
795
    }
796
 
797
    /**
798
     * Create an instance of {@link LengthIntegerDimension }
799
     * 
800
     */
801
    public LengthIntegerDimension createLengthIntegerDimension() {
802
        return new LengthIntegerDimension();
803
    }
804
 
805
    /**
806
     * Create an instance of {@link PromotionDataType }
807
     * 
808
     */
809
    public PromotionDataType createPromotionDataType() {
810
        return new PromotionDataType();
811
    }
812
 
813
    /**
814
     * Create an instance of {@link LuminancePositiveIntegerDimension }
815
     * 
816
     */
817
    public LuminancePositiveIntegerDimension createLuminancePositiveIntegerDimension() {
818
        return new LuminancePositiveIntegerDimension();
819
    }
820
 
821
    /**
822
     * Create an instance of {@link JewelryLengthDimension }
823
     * 
824
     */
825
    public JewelryLengthDimension createJewelryLengthDimension() {
826
        return new JewelryLengthDimension();
827
    }
828
 
829
    /**
830
     * Create an instance of {@link LoyaltyCustomAttribute }
831
     * 
832
     */
833
    public LoyaltyCustomAttribute createLoyaltyCustomAttribute() {
834
        return new LoyaltyCustomAttribute();
835
    }
836
 
837
    /**
838
     * Create an instance of {@link AgeRecommendedDimension }
839
     * 
840
     */
841
    public AgeRecommendedDimension createAgeRecommendedDimension() {
842
        return new AgeRecommendedDimension();
843
    }
844
 
845
    /**
846
     * Create an instance of {@link StringLengthOptionalDimension }
847
     * 
848
     */
849
    public StringLengthOptionalDimension createStringLengthOptionalDimension() {
850
        return new StringLengthOptionalDimension();
851
    }
852
 
853
    /**
854
     * Create an instance of {@link MinimumAgeRecommendedDimension }
855
     * 
856
     */
857
    public MinimumAgeRecommendedDimension createMinimumAgeRecommendedDimension() {
858
        return new MinimumAgeRecommendedDimension();
859
    }
860
 
861
    /**
862
     * Create an instance of {@link VideoGames }
863
     * 
864
     */
865
    public VideoGames createVideoGames() {
866
        return new VideoGames();
867
    }
868
 
869
    /**
870
     * Create an instance of {@link HardnessDimension }
871
     * 
872
     */
873
    public HardnessDimension createHardnessDimension() {
874
        return new HardnessDimension();
875
    }
876
 
877
    /**
878
     * Create an instance of {@link ForceDimension }
879
     * 
880
     */
881
    public ForceDimension createForceDimension() {
882
        return new ForceDimension();
883
    }
884
 
885
    /**
886
     * Create an instance of {@link ForwardFacingWeight }
887
     * 
888
     */
889
    public ForwardFacingWeight createForwardFacingWeight() {
890
        return new ForwardFacingWeight();
891
    }
892
 
893
    /**
894
     * Create an instance of {@link ComputerPlatform }
895
     * 
896
     */
897
    public ComputerPlatform createComputerPlatform() {
898
        return new ComputerPlatform();
899
    }
900
 
901
    /**
902
     * Create an instance of {@link FrequencyDimension }
903
     * 
904
     */
905
    public FrequencyDimension createFrequencyDimension() {
906
        return new FrequencyDimension();
907
    }
908
 
909
    /**
910
     * Create an instance of {@link PositiveNonZeroWeightDimension }
911
     * 
912
     */
913
    public PositiveNonZeroWeightDimension createPositiveNonZeroWeightDimension() {
914
        return new PositiveNonZeroWeightDimension();
915
    }
916
 
917
    /**
918
     * Create an instance of {@link JewelryWeightDimension }
919
     * 
920
     */
921
    public JewelryWeightDimension createJewelryWeightDimension() {
922
        return new JewelryWeightDimension();
923
    }
924
 
925
    /**
926
     * Create an instance of {@link BatteryPowerDimension }
927
     * 
928
     */
929
    public BatteryPowerDimension createBatteryPowerDimension() {
930
        return new BatteryPowerDimension();
931
    }
932
 
933
    /**
934
     * Create an instance of {@link AssemblyTimeDimension }
935
     * 
936
     */
937
    public AssemblyTimeDimension createAssemblyTimeDimension() {
938
        return new AssemblyTimeDimension();
939
    }
940
 
941
    /**
942
     * Create an instance of {@link DirectPaymentType.Component }
943
     * 
944
     */
945
    public DirectPaymentType.Component createDirectPaymentTypeComponent() {
946
        return new DirectPaymentType.Component();
947
    }
948
 
949
    /**
950
     * Create an instance of {@link PhoneNumberType }
951
     * 
952
     */
953
    public PhoneNumberType createPhoneNumberType() {
954
        return new PhoneNumberType();
955
    }
956
 
957
    /**
958
     * Create an instance of {@link BurnTimeDimension }
959
     * 
960
     */
961
    public BurnTimeDimension createBurnTimeDimension() {
962
        return new BurnTimeDimension();
963
    }
964
 
965
    /**
966
     * Create an instance of {@link WattageDimensionOptionalUnit }
967
     * 
968
     */
969
    public WattageDimensionOptionalUnit createWattageDimensionOptionalUnit() {
970
        return new WattageDimensionOptionalUnit();
971
    }
972
 
973
    /**
974
     * Create an instance of {@link ShoulderHarnessHeight }
975
     * 
976
     */
977
    public ShoulderHarnessHeight createShoulderHarnessHeight() {
978
        return new ShoulderHarnessHeight();
979
    }
980
 
981
    /**
982
     * Create an instance of {@link CustomizationInfoType }
983
     * 
984
     */
985
    public CustomizationInfoType createCustomizationInfoType() {
986
        return new CustomizationInfoType();
987
    }
988
 
989
    /**
990
     * Create an instance of {@link AlcoholContentDimension }
991
     * 
992
     */
993
    public AlcoholContentDimension createAlcoholContentDimension() {
994
        return new AlcoholContentDimension();
995
    }
996
 
997
    /**
998
     * Create an instance of {@link SoftwareVideoGames }
999
     * 
1000
     */
1001
    public SoftwareVideoGames createSoftwareVideoGames() {
1002
        return new SoftwareVideoGames();
1003
    }
1004
 
1005
    /**
1006
     * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}}
1007
     * 
1008
     */
1009
    @XmlElementDecl(namespace = "", name = "ConditionType")
1010
    public JAXBElement<String> createConditionType(String value) {
1011
        return new JAXBElement<String>(_ConditionType_QNAME, String.class, null, value);
1012
    }
1013
 
1014
    /**
1015
     * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}}
1016
     * 
1017
     */
1018
    @XmlElementDecl(namespace = "", name = "ProductTaxCode")
1019
    @XmlJavaTypeAdapter(NormalizedStringAdapter.class)
1020
    public JAXBElement<String> createProductTaxCode(String value) {
1021
        return new JAXBElement<String>(_ProductTaxCode_QNAME, String.class, null, value);
1022
    }
1023
 
1024
    /**
1025
     * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}}
1026
     * 
1027
     */
1028
    @XmlElementDecl(namespace = "", name = "AmazonOrderItemCode")
1029
    public JAXBElement<String> createAmazonOrderItemCode(String value) {
1030
        return new JAXBElement<String>(_AmazonOrderItemCode_QNAME, String.class, null, value);
1031
    }
1032
 
1033
    /**
1034
     * Create an instance of {@link JAXBElement }{@code <}{@link CharacterDataType }{@code >}}
1035
     * 
1036
     */
1037
    @XmlElementDecl(namespace = "", name = "CharacterData")
1038
    public JAXBElement<CharacterDataType> createCharacterData(CharacterDataType value) {
1039
        return new JAXBElement<CharacterDataType>(_CharacterData_QNAME, CharacterDataType.class, null, value);
1040
    }
1041
 
1042
    /**
1043
     * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}}
1044
     * 
1045
     */
1046
    @XmlElementDecl(namespace = "", name = "AmazonOrderID")
1047
    public JAXBElement<String> createAmazonOrderID(String value) {
1048
        return new JAXBElement<String>(_AmazonOrderID_QNAME, String.class, null, value);
1049
    }
1050
 
1051
    /**
1052
     * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}}
1053
     * 
1054
     */
1055
    @XmlElementDecl(namespace = "", name = "MerchantOrderItemID")
1056
    @XmlJavaTypeAdapter(NormalizedStringAdapter.class)
1057
    public JAXBElement<String> createMerchantOrderItemID(String value) {
1058
        return new JAXBElement<String>(_MerchantOrderItemID_QNAME, String.class, null, value);
1059
    }
1060
 
1061
    /**
1062
     * Create an instance of {@link JAXBElement }{@code <}{@link BigDecimal }{@code >}}
1063
     * 
1064
     */
1065
    @XmlElementDecl(namespace = "", name = "Denomination")
1066
    public JAXBElement<BigDecimal> createDenomination(BigDecimal value) {
1067
        return new JAXBElement<BigDecimal>(_Denomination_QNAME, BigDecimal.class, null, value);
1068
    }
1069
 
1070
    /**
1071
     * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}}
1072
     * 
1073
     */
1074
    @XmlElementDecl(namespace = "", name = "MerchantPromotionID")
1075
    @XmlJavaTypeAdapter(NormalizedStringAdapter.class)
1076
    public JAXBElement<String> createMerchantPromotionID(String value) {
1077
        return new JAXBElement<String>(_MerchantPromotionID_QNAME, String.class, null, value);
1078
    }
1079
 
1080
    /**
1081
     * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}}
1082
     * 
1083
     */
1084
    @XmlElementDecl(namespace = "", name = "SKU")
1085
    @XmlJavaTypeAdapter(NormalizedStringAdapter.class)
1086
    public JAXBElement<String> createSKU(String value) {
1087
        return new JAXBElement<String>(_SKU_QNAME, String.class, null, value);
1088
    }
1089
 
1090
    /**
1091
     * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}}
1092
     * 
1093
     */
1094
    @XmlElementDecl(namespace = "", name = "AmazonCustomerID")
1095
    @XmlJavaTypeAdapter(NormalizedStringAdapter.class)
1096
    public JAXBElement<String> createAmazonCustomerID(String value) {
1097
        return new JAXBElement<String>(_AmazonCustomerID_QNAME, String.class, null, value);
1098
    }
1099
 
1100
    /**
1101
     * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}}
1102
     * 
1103
     */
1104
    @XmlElementDecl(namespace = "", name = "ColorMap")
1105
    public JAXBElement<String> createColorMap(String value) {
1106
        return new JAXBElement<String>(_ColorMap_QNAME, String.class, null, value);
1107
    }
1108
 
1109
    /**
1110
     * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}}
1111
     * 
1112
     */
1113
    @XmlElementDecl(namespace = "", name = "ShipmentID")
1114
    @XmlJavaTypeAdapter(NormalizedStringAdapter.class)
1115
    public JAXBElement<String> createShipmentID(String value) {
1116
        return new JAXBElement<String>(_ShipmentID_QNAME, String.class, null, value);
1117
    }
1118
 
1119
    /**
1120
     * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}}
1121
     * 
1122
     */
1123
    @XmlElementDecl(namespace = "", name = "MerchantFulfillmentID")
1124
    @XmlJavaTypeAdapter(NormalizedStringAdapter.class)
1125
    public JAXBElement<String> createMerchantFulfillmentID(String value) {
1126
        return new JAXBElement<String>(_MerchantFulfillmentID_QNAME, String.class, null, value);
1127
    }
1128
 
1129
    /**
1130
     * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}}
1131
     * 
1132
     */
1133
    @XmlElementDecl(namespace = "", name = "FulfillmentMethod")
1134
    public JAXBElement<String> createFulfillmentMethod(String value) {
1135
        return new JAXBElement<String>(_FulfillmentMethod_QNAME, String.class, null, value);
1136
    }
1137
 
1138
    /**
1139
     * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}}
1140
     * 
1141
     */
1142
    @XmlElementDecl(namespace = "", name = "CarrierCode")
1143
    public JAXBElement<String> createCarrierCode(String value) {
1144
        return new JAXBElement<String>(_CarrierCode_QNAME, String.class, null, value);
1145
    }
1146
 
1147
    /**
1148
     * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}}
1149
     * 
1150
     */
1151
    @XmlElementDecl(namespace = "", name = "FulfillmentCenterID")
1152
    @XmlJavaTypeAdapter(NormalizedStringAdapter.class)
1153
    public JAXBElement<String> createFulfillmentCenterID(String value) {
1154
        return new JAXBElement<String>(_FulfillmentCenterID_QNAME, String.class, null, value);
1155
    }
1156
 
1157
    /**
1158
     * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}}
1159
     * 
1160
     */
1161
    @XmlElementDecl(namespace = "", name = "PromotionClaimCode")
1162
    public JAXBElement<String> createPromotionClaimCode(String value) {
1163
        return new JAXBElement<String>(_PromotionClaimCode_QNAME, String.class, null, value);
1164
    }
1165
 
1166
    /**
1167
     * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}}
1168
     * 
1169
     */
1170
    @XmlElementDecl(namespace = "", name = "ShipOption")
1171
    @XmlJavaTypeAdapter(NormalizedStringAdapter.class)
1172
    public JAXBElement<String> createShipOption(String value) {
1173
        return new JAXBElement<String>(_ShipOption_QNAME, String.class, null, value);
1174
    }
1175
 
1176
    /**
1177
     * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}}
1178
     * 
1179
     */
1180
    @XmlElementDecl(namespace = "", name = "ExternalCustomerID")
1181
    @XmlJavaTypeAdapter(NormalizedStringAdapter.class)
1182
    public JAXBElement<String> createExternalCustomerID(String value) {
1183
        return new JAXBElement<String>(_ExternalCustomerID_QNAME, String.class, null, value);
1184
    }
1185
 
1186
    /**
1187
     * Create an instance of {@link JAXBElement }{@code <}{@link AddressType }{@code >}}
1188
     * 
1189
     */
1190
    @XmlElementDecl(namespace = "", name = "Address")
1191
    public JAXBElement<AddressType> createAddress(AddressType value) {
1192
        return new JAXBElement<AddressType>(_Address_QNAME, AddressType.class, null, value);
1193
    }
1194
 
1195
    /**
1196
     * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}}
1197
     * 
1198
     */
1199
    @XmlElementDecl(namespace = "", name = "MarketplaceName")
1200
    @XmlJavaTypeAdapter(NormalizedStringAdapter.class)
1201
    public JAXBElement<String> createMarketplaceName(String value) {
1202
        return new JAXBElement<String>(_MarketplaceName_QNAME, String.class, null, value);
1203
    }
1204
 
1205
    /**
1206
     * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}}
1207
     * 
1208
     */
1209
    @XmlElementDecl(namespace = "", name = "MerchantOrderID")
1210
    @XmlJavaTypeAdapter(NormalizedStringAdapter.class)
1211
    public JAXBElement<String> createMerchantOrderID(String value) {
1212
        return new JAXBElement<String>(_MerchantOrderID_QNAME, String.class, null, value);
1213
    }
1214
 
1215
    /**
1216
     * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}}
1217
     * 
1218
     */
1219
    @XmlElementDecl(namespace = "", name = "FulfillmentServiceLevel")
1220
    public JAXBElement<String> createFulfillmentServiceLevel(String value) {
1221
        return new JAXBElement<String>(_FulfillmentServiceLevel_QNAME, String.class, null, value);
1222
    }
1223
 
1224
    /**
1225
     * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}}
1226
     * 
1227
     */
1228
    @XmlElementDecl(namespace = "", name = "DeliveryChannel")
1229
    public JAXBElement<String> createDeliveryChannel(String value) {
1230
        return new JAXBElement<String>(_DeliveryChannel_QNAME, String.class, null, value);
1231
    }
1232
 
1233
}