1
2
3
4
5
6
7
8
9 package com.amazon.webservices.awsecommerceservice._2007_04_04;
10
11 import java.math.BigInteger;
12 import java.util.ArrayList;
13 import java.util.List;
14 import javax.xml.bind.annotation.XmlAccessType;
15 import javax.xml.bind.annotation.XmlAccessorType;
16 import javax.xml.bind.annotation.XmlAttribute;
17 import javax.xml.bind.annotation.XmlElement;
18 import javax.xml.bind.annotation.XmlRootElement;
19 import javax.xml.bind.annotation.XmlSchemaType;
20 import javax.xml.bind.annotation.XmlType;
21 import javax.xml.bind.annotation.XmlValue;
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363 @XmlAccessorType(XmlAccessType.FIELD)
364 @XmlType(name = "", propOrder = {
365 "actor",
366 "address",
367 "amazonMaximumAge",
368 "amazonMinimumAge",
369 "analogVideoFormat",
370 "apertureModes",
371 "artist",
372 "aspectRatio",
373 "assemblyInstructions",
374 "assemblyRequired",
375 "audienceRating",
376 "audioFormat",
377 "author",
378 "backFinding",
379 "bandMaterialType",
380 "batteriesIncluded",
381 "batteriesRequired",
382 "batteries",
383 "batteryDescription",
384 "batteryType",
385 "bezelMaterialType",
386 "binding",
387 "brand",
388 "calendarType",
389 "cameraManualFeatures",
390 "caseDiameter",
391 "caseMaterialType",
392 "caseThickness",
393 "caseType",
394 "catalogNumber",
395 "cdrwDescription",
396 "chainType",
397 "ceroAgeRating",
398 "claspType",
399 "clothingSize",
400 "clubType",
401 "color",
402 "compatibility",
403 "compatibleDevices",
404 "computerHardwareType",
405 "computerPlatform",
406 "connectivity",
407 "continuousShootingSpeed",
408 "country",
409 "cpuManufacturer",
410 "cpuSpeed",
411 "cpuType",
412 "creator",
413 "cuisine",
414 "dataLinkProtocol",
415 "deliveryOption",
416 "delayBetweenShots",
417 "department",
418 "deweyDecimalNumber",
419 "dialColor",
420 "dialWindowMaterialType",
421 "digitalZoom",
422 "director",
423 "displayColorSupport",
424 "displaySize",
425 "drumSetPieceQuantity",
426 "dvdLayers",
427 "dvdrwDescription",
428 "dvdSides",
429 "dpci",
430 "ean",
431 "edition",
432 "esrbAgeRating",
433 "externalDisplaySupportDescription",
434 "fabricType",
435 "faxNumber",
436 "feature",
437 "filmColorType",
438 "firstIssueLeadTime",
439 "floppyDiskDriveDescription",
440 "format",
441 "formFactor",
442 "gemType",
443 "genre",
444 "graphicsCardInterface",
445 "graphicsDescription",
446 "graphicsMemorySize",
447 "guitarAttribute",
448 "guitarBridgeSystem",
449 "guitarPickThickness",
450 "guitarPickupConfiguration",
451 "handOrientation",
452 "hardDiskCount",
453 "hardDiskSize",
454 "hardDiskInterface",
455 "hardwarePlatform",
456 "hasAutoFocus",
457 "hasBurstMode",
458 "hasInCameraEditing",
459 "hasRedEyeReduction",
460 "hasSelfTimer",
461 "hasTripodMount",
462 "hasVideoOut",
463 "hasViewfinder",
464 "hazardousMaterialType",
465 "hoursOfOperation",
466 "includedSoftware",
467 "includesMp3Player",
468 "ingredients",
469 "instrumentKey",
470 "isAdultProduct",
471 "isAutographed",
472 "isbn",
473 "isFragile",
474 "isLabCreated",
475 "isMemorabilia",
476 "isoEquivalent",
477 "isPreannounce",
478 "issuesPerYear",
479 "itemDimensions",
480 "keyboardDescription",
481 "label",
482 "languages",
483 "legalDisclaimer",
484 "lensType",
485 "lineVoltage",
486 "listPrice",
487 "macroFocusRange",
488 "magazineType",
489 "malletHardness",
490 "manufacturer",
491 "manufacturerLaborWarrantyDescription",
492 "manufacturerMaximumAge",
493 "manufacturerMinimumAge",
494 "manufacturerPartsWarrantyDescription",
495 "materialType",
496 "maximumAperture",
497 "maximumColorDepth",
498 "maximumFocalLength",
499 "maximumHighResolutionImages",
500 "maximumHorizontalResolution",
501 "maximumLowResolutionImages",
502 "maximumResolution",
503 "maximumShutterSpeed",
504 "maximumVerticalResolution",
505 "maximumWeightRecommendation",
506 "mediaType",
507 "memorySlotsAvailable",
508 "metalStamp",
509 "metalType",
510 "miniMovieDescription",
511 "minimumFocalLength",
512 "minimumShutterSpeed",
513 "model",
514 "modelYear",
515 "modemDescription",
516 "monitorSize",
517 "monitorViewableDiagonalSize",
518 "mouseDescription",
519 "mpn",
520 "musicalStyle",
521 "nativeResolution",
522 "neighborhood",
523 "networkInterfaceDescription",
524 "notebookDisplayTechnology",
525 "notebookPointingDeviceDescription",
526 "numberOfDiscs",
527 "numberOfIssues",
528 "numberOfItems",
529 "numberOfKeys",
530 "numberOfPages",
531 "numberOfPearls",
532 "numberOfRapidFireShots",
533 "numberOfStones",
534 "numberOfStrings",
535 "numberOfTracks",
536 "operatingSystem",
537 "opticalSensorResolution",
538 "opticalZoom",
539 "originalReleaseDate",
540 "outputWattage",
541 "packageDimensions",
542 "packageQuantity",
543 "pearlLustre",
544 "pearlMinimumColor",
545 "pearlShape",
546 "pearlStringingMethod",
547 "pearlSurfaceBlemishes",
548 "pearlType",
549 "pearlUniformity",
550 "phoneNumber",
551 "photoFlashType",
552 "pictureFormat",
553 "platform",
554 "priceRating",
555 "processorCount",
556 "productGroup",
557 "productSiteLaunchDate",
558 "productTypeName",
559 "productTypeSubcategory",
560 "promotionalTag",
561 "publicationDate",
562 "publisher",
563 "poBoxShippingExcluded",
564 "readingLevel",
565 "returnMethod",
566 "recorderTrackCount",
567 "regionCode",
568 "regionOfOrigin",
569 "returnPolicy",
570 "releaseDate",
571 "removableMemory",
572 "removableStorage",
573 "requiredVoltageRange",
574 "resolutionModes",
575 "ringSize",
576 "runningTime",
577 "scentName",
578 "secondaryCacheSize",
579 "settingType",
580 "shaftMaterialType",
581 "size",
582 "sizePerPearl",
583 "skillLevel",
584 "sku",
585 "soldInStores",
586 "soundCardDescription",
587 "speakerCount",
588 "speakerDescription",
589 "specialFeatures",
590 "stoneClarity",
591 "stoneColor",
592 "stoneCut",
593 "stoneShape",
594 "stoneWeight",
595 "studio",
596 "style",
597 "subscriptionLength",
598 "supportedImageType",
599 "supportedMediaSize",
600 "systemBusSpeed",
601 "systemMemorySizeMax",
602 "systemMemorySize",
603 "systemMemoryType",
604 "tellingPageIndicator",
605 "theatricalReleaseDate",
606 "title",
607 "totalDiamondWeight",
608 "totalExternalBaysFree",
609 "totalFirewirePorts",
610 "totalGemWeight",
611 "totalInternalBaysFree",
612 "totalMetalWeight",
613 "totalNTSCPALPorts",
614 "totalParallelPorts",
615 "totalPCCardSlots",
616 "totalPCISlotsFree",
617 "totalSerialPorts",
618 "totalSVideoOutPorts",
619 "totalUSB2Ports",
620 "totalUSBPorts",
621 "totalVGAOutPorts",
622 "upc",
623 "variationDenomination",
624 "variationDescription",
625 "warranty",
626 "watchMovementType",
627 "waterResistanceDepth",
628 "weeeTaxValue",
629 "wirelessMicrophoneFrequency"
630 })
631 @XmlRootElement(name = "ItemAttributes")
632 public class ItemAttributes {
633
634 @XmlElement(name = "Actor")
635 protected List<String> actor;
636 @XmlElement(name = "Address")
637 protected Address address;
638 @XmlElement(name = "AmazonMaximumAge")
639 protected DecimalWithUnits amazonMaximumAge;
640 @XmlElement(name = "AmazonMinimumAge")
641 protected DecimalWithUnits amazonMinimumAge;
642 @XmlElement(name = "AnalogVideoFormat")
643 protected String analogVideoFormat;
644 @XmlElement(name = "ApertureModes")
645 protected String apertureModes;
646 @XmlElement(name = "Artist")
647 protected List<String> artist;
648 @XmlElement(name = "AspectRatio")
649 protected String aspectRatio;
650 @XmlElement(name = "AssemblyInstructions")
651 protected String assemblyInstructions;
652 @XmlElement(name = "AssemblyRequired")
653 protected String assemblyRequired;
654 @XmlElement(name = "AudienceRating")
655 protected String audienceRating;
656 @XmlElement(name = "AudioFormat")
657 protected List<String> audioFormat;
658 @XmlElement(name = "Author")
659 protected List<String> author;
660 @XmlElement(name = "BackFinding")
661 protected String backFinding;
662 @XmlElement(name = "BandMaterialType")
663 protected String bandMaterialType;
664 @XmlElement(name = "BatteriesIncluded")
665 protected String batteriesIncluded;
666 @XmlElement(name = "BatteriesRequired")
667 protected String batteriesRequired;
668 @XmlElement(name = "Batteries")
669 protected NonNegativeIntegerWithUnits batteries;
670 @XmlElement(name = "BatteryDescription")
671 protected String batteryDescription;
672 @XmlElement(name = "BatteryType")
673 protected String batteryType;
674 @XmlElement(name = "BezelMaterialType")
675 protected String bezelMaterialType;
676 @XmlElement(name = "Binding")
677 protected String binding;
678 @XmlElement(name = "Brand")
679 protected String brand;
680 @XmlElement(name = "CalendarType")
681 protected String calendarType;
682 @XmlElement(name = "CameraManualFeatures")
683 protected List<String> cameraManualFeatures;
684 @XmlElement(name = "CaseDiameter")
685 protected DecimalWithUnits caseDiameter;
686 @XmlElement(name = "CaseMaterialType")
687 protected String caseMaterialType;
688 @XmlElement(name = "CaseThickness")
689 protected DecimalWithUnits caseThickness;
690 @XmlElement(name = "CaseType")
691 protected String caseType;
692 @XmlElement(name = "CatalogNumber")
693 protected String catalogNumber;
694 @XmlElement(name = "CDRWDescription")
695 protected String cdrwDescription;
696 @XmlElement(name = "ChainType")
697 protected String chainType;
698 @XmlElement(name = "CEROAgeRating")
699 protected String ceroAgeRating;
700 @XmlElement(name = "ClaspType")
701 protected String claspType;
702 @XmlElement(name = "ClothingSize")
703 protected String clothingSize;
704 @XmlElement(name = "ClubType")
705 protected String clubType;
706 @XmlElement(name = "Color")
707 protected String color;
708 @XmlElement(name = "Compatibility")
709 protected String compatibility;
710 @XmlElement(name = "CompatibleDevices")
711 protected List<String> compatibleDevices;
712 @XmlElement(name = "ComputerHardwareType")
713 protected String computerHardwareType;
714 @XmlElement(name = "ComputerPlatform")
715 protected String computerPlatform;
716 @XmlElement(name = "Connectivity")
717 protected String connectivity;
718 @XmlElement(name = "ContinuousShootingSpeed")
719 protected DecimalWithUnits continuousShootingSpeed;
720 @XmlElement(name = "Country")
721 protected String country;
722 @XmlElement(name = "CPUManufacturer")
723 protected String cpuManufacturer;
724 @XmlElement(name = "CPUSpeed")
725 protected DecimalWithUnits cpuSpeed;
726 @XmlElement(name = "CPUType")
727 protected String cpuType;
728 @XmlElement(name = "Creator")
729 protected List<ItemAttributes.Creator> creator;
730 @XmlElement(name = "Cuisine")
731 protected String cuisine;
732 @XmlElement(name = "DataLinkProtocol")
733 protected List<String> dataLinkProtocol;
734 @XmlElement(name = "DeliveryOption")
735 protected String deliveryOption;
736 @XmlElement(name = "DelayBetweenShots")
737 protected DecimalWithUnits delayBetweenShots;
738 @XmlElement(name = "Department")
739 protected String department;
740 @XmlElement(name = "DeweyDecimalNumber")
741 protected String deweyDecimalNumber;
742 @XmlElement(name = "DialColor")
743 protected String dialColor;
744 @XmlElement(name = "DialWindowMaterialType")
745 protected String dialWindowMaterialType;
746 @XmlElement(name = "DigitalZoom")
747 protected DecimalWithUnits digitalZoom;
748 @XmlElement(name = "Director")
749 protected List<String> director;
750 @XmlElement(name = "DisplayColorSupport")
751 protected String displayColorSupport;
752 @XmlElement(name = "DisplaySize")
753 protected DecimalWithUnits displaySize;
754 @XmlElement(name = "DrumSetPieceQuantity")
755 @XmlSchemaType(name = "nonNegativeInteger")
756 protected BigInteger drumSetPieceQuantity;
757 @XmlElement(name = "DVDLayers")
758 @XmlSchemaType(name = "nonNegativeInteger")
759 protected BigInteger dvdLayers;
760 @XmlElement(name = "DVDRWDescription")
761 protected String dvdrwDescription;
762 @XmlElement(name = "DVDSides")
763 @XmlSchemaType(name = "nonNegativeInteger")
764 protected BigInteger dvdSides;
765 @XmlElement(name = "DPCI")
766 protected String dpci;
767 @XmlElement(name = "EAN")
768 protected String ean;
769 @XmlElement(name = "Edition")
770 protected String edition;
771 @XmlElement(name = "ESRBAgeRating")
772 protected String esrbAgeRating;
773 @XmlElement(name = "ExternalDisplaySupportDescription")
774 protected String externalDisplaySupportDescription;
775 @XmlElement(name = "FabricType")
776 protected String fabricType;
777 @XmlElement(name = "FaxNumber")
778 protected String faxNumber;
779 @XmlElement(name = "Feature")
780 protected List<String> feature;
781 @XmlElement(name = "FilmColorType")
782 protected String filmColorType;
783 @XmlElement(name = "FirstIssueLeadTime")
784 protected StringWithUnits firstIssueLeadTime;
785 @XmlElement(name = "FloppyDiskDriveDescription")
786 protected String floppyDiskDriveDescription;
787 @XmlElement(name = "Format")
788 protected List<String> format;
789 @XmlElement(name = "FormFactor")
790 protected List<String> formFactor;
791 @XmlElement(name = "GemType")
792 protected String gemType;
793 @XmlElement(name = "Genre")
794 protected String genre;
795 @XmlElement(name = "GraphicsCardInterface")
796 protected String graphicsCardInterface;
797 @XmlElement(name = "GraphicsDescription")
798 protected String graphicsDescription;
799 @XmlElement(name = "GraphicsMemorySize")
800 protected DecimalWithUnits graphicsMemorySize;
801 @XmlElement(name = "GuitarAttribute")
802 protected String guitarAttribute;
803 @XmlElement(name = "GuitarBridgeSystem")
804 protected String guitarBridgeSystem;
805 @XmlElement(name = "GuitarPickThickness")
806 protected String guitarPickThickness;
807 @XmlElement(name = "GuitarPickupConfiguration")
808 protected String guitarPickupConfiguration;
809 @XmlElement(name = "HandOrientation")
810 protected String handOrientation;
811 @XmlElement(name = "HardDiskCount")
812 @XmlSchemaType(name = "nonNegativeInteger")
813 protected BigInteger hardDiskCount;
814 @XmlElement(name = "HardDiskSize")
815 protected DecimalWithUnits hardDiskSize;
816 @XmlElement(name = "HardDiskInterface")
817 protected String hardDiskInterface;
818 @XmlElement(name = "HardwarePlatform")
819 protected String hardwarePlatform;
820 @XmlElement(name = "HasAutoFocus")
821 protected Boolean hasAutoFocus;
822 @XmlElement(name = "HasBurstMode")
823 protected Boolean hasBurstMode;
824 @XmlElement(name = "HasInCameraEditing")
825 protected Boolean hasInCameraEditing;
826 @XmlElement(name = "HasRedEyeReduction")
827 protected Boolean hasRedEyeReduction;
828 @XmlElement(name = "HasSelfTimer")
829 protected Boolean hasSelfTimer;
830 @XmlElement(name = "HasTripodMount")
831 protected Boolean hasTripodMount;
832 @XmlElement(name = "HasVideoOut")
833 protected Boolean hasVideoOut;
834 @XmlElement(name = "HasViewfinder")
835 protected Boolean hasViewfinder;
836 @XmlElement(name = "HazardousMaterialType")
837 protected String hazardousMaterialType;
838 @XmlElement(name = "HoursOfOperation")
839 protected String hoursOfOperation;
840 @XmlElement(name = "IncludedSoftware")
841 protected String includedSoftware;
842 @XmlElement(name = "IncludesMp3Player")
843 protected Boolean includesMp3Player;
844 @XmlElement(name = "Ingredients")
845 protected String ingredients;
846 @XmlElement(name = "InstrumentKey")
847 protected String instrumentKey;
848 @XmlElement(name = "IsAdultProduct")
849 protected Boolean isAdultProduct;
850 @XmlElement(name = "IsAutographed")
851 protected Boolean isAutographed;
852 @XmlElement(name = "ISBN")
853 protected String isbn;
854 @XmlElement(name = "IsFragile")
855 protected Boolean isFragile;
856 @XmlElement(name = "IsLabCreated")
857 protected Boolean isLabCreated;
858 @XmlElement(name = "IsMemorabilia")
859 protected Boolean isMemorabilia;
860 @XmlElement(name = "ISOEquivalent")
861 protected NonNegativeIntegerWithUnits isoEquivalent;
862 @XmlElement(name = "IsPreannounce")
863 protected Boolean isPreannounce;
864 @XmlElement(name = "IssuesPerYear")
865 protected String issuesPerYear;
866 @XmlElement(name = "ItemDimensions")
867 protected ItemAttributes.ItemDimensions itemDimensions;
868 @XmlElement(name = "KeyboardDescription")
869 protected String keyboardDescription;
870 @XmlElement(name = "Label")
871 protected String label;
872 @XmlElement(name = "Languages")
873 protected ItemAttributes.Languages languages;
874 @XmlElement(name = "LegalDisclaimer")
875 protected String legalDisclaimer;
876 @XmlElement(name = "LensType")
877 protected String lensType;
878 @XmlElement(name = "LineVoltage")
879 protected String lineVoltage;
880 @XmlElement(name = "ListPrice")
881 protected Price listPrice;
882 @XmlElement(name = "MacroFocusRange")
883 protected String macroFocusRange;
884 @XmlElement(name = "MagazineType")
885 protected String magazineType;
886 @XmlElement(name = "MalletHardness")
887 protected String malletHardness;
888 @XmlElement(name = "Manufacturer")
889 protected String manufacturer;
890 @XmlElement(name = "ManufacturerLaborWarrantyDescription")
891 protected String manufacturerLaborWarrantyDescription;
892 @XmlElement(name = "ManufacturerMaximumAge")
893 protected DecimalWithUnits manufacturerMaximumAge;
894 @XmlElement(name = "ManufacturerMinimumAge")
895 protected DecimalWithUnits manufacturerMinimumAge;
896 @XmlElement(name = "ManufacturerPartsWarrantyDescription")
897 protected String manufacturerPartsWarrantyDescription;
898 @XmlElement(name = "MaterialType")
899 protected String materialType;
900 @XmlElement(name = "MaximumAperture")
901 protected DecimalWithUnits maximumAperture;
902 @XmlElement(name = "MaximumColorDepth")
903 protected String maximumColorDepth;
904 @XmlElement(name = "MaximumFocalLength")
905 protected DecimalWithUnits maximumFocalLength;
906 @XmlElement(name = "MaximumHighResolutionImages")
907 protected NonNegativeIntegerWithUnits maximumHighResolutionImages;
908 @XmlElement(name = "MaximumHorizontalResolution")
909 protected NonNegativeIntegerWithUnits maximumHorizontalResolution;
910 @XmlElement(name = "MaximumLowResolutionImages")
911 protected String maximumLowResolutionImages;
912 @XmlElement(name = "MaximumResolution")
913 protected DecimalWithUnits maximumResolution;
914 @XmlElement(name = "MaximumShutterSpeed")
915 protected DecimalWithUnits maximumShutterSpeed;
916 @XmlElement(name = "MaximumVerticalResolution")
917 protected NonNegativeIntegerWithUnits maximumVerticalResolution;
918 @XmlElement(name = "MaximumWeightRecommendation")
919 protected DecimalWithUnits maximumWeightRecommendation;
920 @XmlElement(name = "MediaType")
921 protected String mediaType;
922 @XmlElement(name = "MemorySlotsAvailable")
923 protected String memorySlotsAvailable;
924 @XmlElement(name = "MetalStamp")
925 protected String metalStamp;
926 @XmlElement(name = "MetalType")
927 protected String metalType;
928 @XmlElement(name = "MiniMovieDescription")
929 protected String miniMovieDescription;
930 @XmlElement(name = "MinimumFocalLength")
931 protected DecimalWithUnits minimumFocalLength;
932 @XmlElement(name = "MinimumShutterSpeed")
933 protected DecimalWithUnits minimumShutterSpeed;
934 @XmlElement(name = "Model")
935 protected String model;
936 @XmlElement(name = "ModelYear")
937 @XmlSchemaType(name = "nonNegativeInteger")
938 protected BigInteger modelYear;
939 @XmlElement(name = "ModemDescription")
940 protected String modemDescription;
941 @XmlElement(name = "MonitorSize")
942 protected DecimalWithUnits monitorSize;
943 @XmlElement(name = "MonitorViewableDiagonalSize")
944 protected DecimalWithUnits monitorViewableDiagonalSize;
945 @XmlElement(name = "MouseDescription")
946 protected String mouseDescription;
947 @XmlElement(name = "MPN")
948 protected String mpn;
949 @XmlElement(name = "MusicalStyle")
950 protected String musicalStyle;
951 @XmlElement(name = "NativeResolution")
952 protected String nativeResolution;
953 @XmlElement(name = "Neighborhood")
954 protected String neighborhood;
955 @XmlElement(name = "NetworkInterfaceDescription")
956 protected String networkInterfaceDescription;
957 @XmlElement(name = "NotebookDisplayTechnology")
958 protected String notebookDisplayTechnology;
959 @XmlElement(name = "NotebookPointingDeviceDescription")
960 protected String notebookPointingDeviceDescription;
961 @XmlElement(name = "NumberOfDiscs")
962 @XmlSchemaType(name = "nonNegativeInteger")
963 protected BigInteger numberOfDiscs;
964 @XmlElement(name = "NumberOfIssues")
965 @XmlSchemaType(name = "nonNegativeInteger")
966 protected BigInteger numberOfIssues;
967 @XmlElement(name = "NumberOfItems")
968 @XmlSchemaType(name = "nonNegativeInteger")
969 protected BigInteger numberOfItems;
970 @XmlElement(name = "NumberOfKeys")
971 @XmlSchemaType(name = "nonNegativeInteger")
972 protected BigInteger numberOfKeys;
973 @XmlElement(name = "NumberOfPages")
974 @XmlSchemaType(name = "nonNegativeInteger")
975 protected BigInteger numberOfPages;
976 @XmlElement(name = "NumberOfPearls")
977 @XmlSchemaType(name = "nonNegativeInteger")
978 protected BigInteger numberOfPearls;
979 @XmlElement(name = "NumberOfRapidFireShots")
980 @XmlSchemaType(name = "nonNegativeInteger")
981 protected BigInteger numberOfRapidFireShots;
982 @XmlElement(name = "NumberOfStones")
983 @XmlSchemaType(name = "nonNegativeInteger")
984 protected BigInteger numberOfStones;
985 @XmlElement(name = "NumberOfStrings")
986 @XmlSchemaType(name = "nonNegativeInteger")
987 protected BigInteger numberOfStrings;
988 @XmlElement(name = "NumberOfTracks")
989 @XmlSchemaType(name = "nonNegativeInteger")
990 protected BigInteger numberOfTracks;
991 @XmlElement(name = "OperatingSystem")
992 protected String operatingSystem;
993 @XmlElement(name = "OpticalSensorResolution")
994 protected DecimalWithUnits opticalSensorResolution;
995 @XmlElement(name = "OpticalZoom")
996 protected DecimalWithUnits opticalZoom;
997 @XmlElement(name = "OriginalReleaseDate")
998 protected String originalReleaseDate;
999 @XmlElement(name = "OutputWattage")
1000 @XmlSchemaType(name = "nonNegativeInteger")
1001 protected BigInteger outputWattage;
1002 @XmlElement(name = "PackageDimensions")
1003 protected ItemAttributes.PackageDimensions packageDimensions;
1004 @XmlElement(name = "PackageQuantity")
1005 @XmlSchemaType(name = "nonNegativeInteger")
1006 protected BigInteger packageQuantity;
1007 @XmlElement(name = "PearlLustre")
1008 protected String pearlLustre;
1009 @XmlElement(name = "PearlMinimumColor")
1010 protected String pearlMinimumColor;
1011 @XmlElement(name = "PearlShape")
1012 protected String pearlShape;
1013 @XmlElement(name = "PearlStringingMethod")
1014 protected String pearlStringingMethod;
1015 @XmlElement(name = "PearlSurfaceBlemishes")
1016 protected String pearlSurfaceBlemishes;
1017 @XmlElement(name = "PearlType")
1018 protected String pearlType;
1019 @XmlElement(name = "PearlUniformity")
1020 protected String pearlUniformity;
1021 @XmlElement(name = "PhoneNumber")
1022 protected String phoneNumber;
1023 @XmlElement(name = "PhotoFlashType")
1024 protected List<String> photoFlashType;
1025 @XmlElement(name = "PictureFormat")
1026 protected List<String> pictureFormat;
1027 @XmlElement(name = "Platform")
1028 protected List<String> platform;
1029 @XmlElement(name = "PriceRating")
1030 @XmlSchemaType(name = "nonNegativeInteger")
1031 protected BigInteger priceRating;
1032 @XmlElement(name = "ProcessorCount")
1033 @XmlSchemaType(name = "nonNegativeInteger")
1034 protected BigInteger processorCount;
1035 @XmlElement(name = "ProductGroup")
1036 protected String productGroup;
1037 @XmlElement(name = "ProductSiteLaunchDate")
1038 protected String productSiteLaunchDate;
1039 @XmlElement(name = "ProductTypeName")
1040 protected String productTypeName;
1041 @XmlElement(name = "ProductTypeSubcategory")
1042 protected String productTypeSubcategory;
1043 @XmlElement(name = "PromotionalTag")
1044 protected String promotionalTag;
1045 @XmlElement(name = "PublicationDate")
1046 protected String publicationDate;
1047 @XmlElement(name = "Publisher")
1048 protected String publisher;
1049 @XmlElement(name = "POBoxShippingExcluded")
1050 protected String poBoxShippingExcluded;
1051 @XmlElement(name = "ReadingLevel")
1052 protected String readingLevel;
1053 @XmlElement(name = "ReturnMethod")
1054 protected List<String> returnMethod;
1055 @XmlElement(name = "RecorderTrackCount")
1056 @XmlSchemaType(name = "nonNegativeInteger")
1057 protected BigInteger recorderTrackCount;
1058 @XmlElement(name = "RegionCode")
1059 protected String regionCode;
1060 @XmlElement(name = "RegionOfOrigin")
1061 protected String regionOfOrigin;
1062 @XmlElement(name = "ReturnPolicy")
1063 protected String returnPolicy;
1064 @XmlElement(name = "ReleaseDate")
1065 protected String releaseDate;
1066 @XmlElement(name = "RemovableMemory")
1067 protected String removableMemory;
1068 @XmlElement(name = "RemovableStorage")
1069 protected String removableStorage;
1070 @XmlElement(name = "RequiredVoltageRange")
1071 protected String requiredVoltageRange;
1072 @XmlElement(name = "ResolutionModes")
1073 protected String resolutionModes;
1074 @XmlElement(name = "RingSize")
1075 protected String ringSize;
1076 @XmlElement(name = "RunningTime")
1077 protected DecimalWithUnits runningTime;
1078 @XmlElement(name = "ScentName")
1079 protected String scentName;
1080 @XmlElement(name = "SecondaryCacheSize")
1081 protected NonNegativeIntegerWithUnits secondaryCacheSize;
1082 @XmlElement(name = "SettingType")
1083 protected String settingType;
1084 @XmlElement(name = "ShaftMaterialType")
1085 protected String shaftMaterialType;
1086 @XmlElement(name = "Size")
1087 protected String size;
1088 @XmlElement(name = "SizePerPearl")
1089 protected String sizePerPearl;
1090 @XmlElement(name = "SkillLevel")
1091 protected String skillLevel;
1092 @XmlElement(name = "SKU")
1093 protected String sku;
1094 @XmlElement(name = "SoldInStores")
1095 protected String soldInStores;
1096 @XmlElement(name = "SoundCardDescription")
1097 protected String soundCardDescription;
1098 @XmlElement(name = "SpeakerCount")
1099 @XmlSchemaType(name = "nonNegativeInteger")
1100 protected BigInteger speakerCount;
1101 @XmlElement(name = "SpeakerDescription")
1102 protected String speakerDescription;
1103 @XmlElement(name = "SpecialFeatures")
1104 protected List<String> specialFeatures;
1105 @XmlElement(name = "StoneClarity")
1106 protected String stoneClarity;
1107 @XmlElement(name = "StoneColor")
1108 protected String stoneColor;
1109 @XmlElement(name = "StoneCut")
1110 protected String stoneCut;
1111 @XmlElement(name = "StoneShape")
1112 protected String stoneShape;
1113 @XmlElement(name = "StoneWeight")
1114 protected DecimalWithUnits stoneWeight;
1115 @XmlElement(name = "Studio")
1116 protected String studio;
1117 @XmlElement(name = "Style")
1118 protected String style;
1119 @XmlElement(name = "SubscriptionLength")
1120 protected NonNegativeIntegerWithUnits subscriptionLength;
1121 @XmlElement(name = "SupportedImageType")
1122 protected List<String> supportedImageType;
1123 @XmlElement(name = "SupportedMediaSize")
1124 protected String supportedMediaSize;
1125 @XmlElement(name = "SystemBusSpeed")
1126 protected DecimalWithUnits systemBusSpeed;
1127 @XmlElement(name = "SystemMemorySizeMax")
1128 protected DecimalWithUnits systemMemorySizeMax;
1129 @XmlElement(name = "SystemMemorySize")
1130 protected DecimalWithUnits systemMemorySize;
1131 @XmlElement(name = "SystemMemoryType")
1132 protected String systemMemoryType;
1133 @XmlElement(name = "TellingPageIndicator")
1134 protected String tellingPageIndicator;
1135 @XmlElement(name = "TheatricalReleaseDate")
1136 protected String theatricalReleaseDate;
1137 @XmlElement(name = "Title")
1138 protected String title;
1139 @XmlElement(name = "TotalDiamondWeight")
1140 protected DecimalWithUnits totalDiamondWeight;
1141 @XmlElement(name = "TotalExternalBaysFree")
1142 @XmlSchemaType(name = "nonNegativeInteger")
1143 protected BigInteger totalExternalBaysFree;
1144 @XmlElement(name = "TotalFirewirePorts")
1145 @XmlSchemaType(name = "nonNegativeInteger")
1146 protected BigInteger totalFirewirePorts;
1147 @XmlElement(name = "TotalGemWeight")
1148 protected DecimalWithUnits totalGemWeight;
1149 @XmlElement(name = "TotalInternalBaysFree")
1150 @XmlSchemaType(name = "nonNegativeInteger")
1151 protected BigInteger totalInternalBaysFree;
1152 @XmlElement(name = "TotalMetalWeight")
1153 protected DecimalWithUnits totalMetalWeight;
1154 @XmlElement(name = "TotalNTSCPALPorts")
1155 @XmlSchemaType(name = "nonNegativeInteger")
1156 protected BigInteger totalNTSCPALPorts;
1157 @XmlElement(name = "TotalParallelPorts")
1158 @XmlSchemaType(name = "nonNegativeInteger")
1159 protected BigInteger totalParallelPorts;
1160 @XmlElement(name = "TotalPCCardSlots")
1161 @XmlSchemaType(name = "nonNegativeInteger")
1162 protected BigInteger totalPCCardSlots;
1163 @XmlElement(name = "TotalPCISlotsFree")
1164 @XmlSchemaType(name = "nonNegativeInteger")
1165 protected BigInteger totalPCISlotsFree;
1166 @XmlElement(name = "TotalSerialPorts")
1167 @XmlSchemaType(name = "nonNegativeInteger")
1168 protected BigInteger totalSerialPorts;
1169 @XmlElement(name = "TotalSVideoOutPorts")
1170 @XmlSchemaType(name = "nonNegativeInteger")
1171 protected BigInteger totalSVideoOutPorts;
1172 @XmlElement(name = "TotalUSB2Ports")
1173 @XmlSchemaType(name = "nonNegativeInteger")
1174 protected BigInteger totalUSB2Ports;
1175 @XmlElement(name = "TotalUSBPorts")
1176 @XmlSchemaType(name = "nonNegativeInteger")
1177 protected BigInteger totalUSBPorts;
1178 @XmlElement(name = "TotalVGAOutPorts")
1179 @XmlSchemaType(name = "nonNegativeInteger")
1180 protected BigInteger totalVGAOutPorts;
1181 @XmlElement(name = "UPC")
1182 protected String upc;
1183 @XmlElement(name = "VariationDenomination")
1184 protected String variationDenomination;
1185 @XmlElement(name = "VariationDescription")
1186 protected String variationDescription;
1187 @XmlElement(name = "Warranty")
1188 protected String warranty;
1189 @XmlElement(name = "WatchMovementType")
1190 protected String watchMovementType;
1191 @XmlElement(name = "WaterResistanceDepth")
1192 protected DecimalWithUnits waterResistanceDepth;
1193 @XmlElement(name = "WEEETaxValue")
1194 protected Price weeeTaxValue;
1195 @XmlElement(name = "WirelessMicrophoneFrequency")
1196 @XmlSchemaType(name = "nonNegativeInteger")
1197 protected BigInteger wirelessMicrophoneFrequency;
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221 public List<String> getActor() {
1222 if (actor == null) {
1223 actor = new ArrayList<String>();
1224 }
1225 return this.actor;
1226 }
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236 public Address getAddress() {
1237 return address;
1238 }
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248 public void setAddress(Address value) {
1249 this.address = value;
1250 }
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260 public DecimalWithUnits getAmazonMaximumAge() {
1261 return amazonMaximumAge;
1262 }
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272 public void setAmazonMaximumAge(DecimalWithUnits value) {
1273 this.amazonMaximumAge = value;
1274 }
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284 public DecimalWithUnits getAmazonMinimumAge() {
1285 return amazonMinimumAge;
1286 }
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296 public void setAmazonMinimumAge(DecimalWithUnits value) {
1297 this.amazonMinimumAge = value;
1298 }
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308 public String getAnalogVideoFormat() {
1309 return analogVideoFormat;
1310 }
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320 public void setAnalogVideoFormat(String value) {
1321 this.analogVideoFormat = value;
1322 }
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332 public String getApertureModes() {
1333 return apertureModes;
1334 }
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344 public void setApertureModes(String value) {
1345 this.apertureModes = value;
1346 }
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370 public List<String> getArtist() {
1371 if (artist == null) {
1372 artist = new ArrayList<String>();
1373 }
1374 return this.artist;
1375 }
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385 public String getAspectRatio() {
1386 return aspectRatio;
1387 }
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397 public void setAspectRatio(String value) {
1398 this.aspectRatio = value;
1399 }
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409 public String getAssemblyInstructions() {
1410 return assemblyInstructions;
1411 }
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421 public void setAssemblyInstructions(String value) {
1422 this.assemblyInstructions = value;
1423 }
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433 public String getAssemblyRequired() {
1434 return assemblyRequired;
1435 }
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445 public void setAssemblyRequired(String value) {
1446 this.assemblyRequired = value;
1447 }
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457 public String getAudienceRating() {
1458 return audienceRating;
1459 }
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469 public void setAudienceRating(String value) {
1470 this.audienceRating = value;
1471 }
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495 public List<String> getAudioFormat() {
1496 if (audioFormat == null) {
1497 audioFormat = new ArrayList<String>();
1498 }
1499 return this.audioFormat;
1500 }
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524 public List<String> getAuthor() {
1525 if (author == null) {
1526 author = new ArrayList<String>();
1527 }
1528 return this.author;
1529 }
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539 public String getBackFinding() {
1540 return backFinding;
1541 }
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551 public void setBackFinding(String value) {
1552 this.backFinding = value;
1553 }
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563 public String getBandMaterialType() {
1564 return bandMaterialType;
1565 }
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575 public void setBandMaterialType(String value) {
1576 this.bandMaterialType = value;
1577 }
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587 public String getBatteriesIncluded() {
1588 return batteriesIncluded;
1589 }
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599 public void setBatteriesIncluded(String value) {
1600 this.batteriesIncluded = value;
1601 }
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611 public String getBatteriesRequired() {
1612 return batteriesRequired;
1613 }
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623 public void setBatteriesRequired(String value) {
1624 this.batteriesRequired = value;
1625 }
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635 public NonNegativeIntegerWithUnits getBatteries() {
1636 return batteries;
1637 }
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647 public void setBatteries(NonNegativeIntegerWithUnits value) {
1648 this.batteries = value;
1649 }
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659 public String getBatteryDescription() {
1660 return batteryDescription;
1661 }
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671 public void setBatteryDescription(String value) {
1672 this.batteryDescription = value;
1673 }
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683 public String getBatteryType() {
1684 return batteryType;
1685 }
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695 public void setBatteryType(String value) {
1696 this.batteryType = value;
1697 }
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707 public String getBezelMaterialType() {
1708 return bezelMaterialType;
1709 }
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719 public void setBezelMaterialType(String value) {
1720 this.bezelMaterialType = value;
1721 }
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731 public String getBinding() {
1732 return binding;
1733 }
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743 public void setBinding(String value) {
1744 this.binding = value;
1745 }
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755 public String getBrand() {
1756 return brand;
1757 }
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767 public void setBrand(String value) {
1768 this.brand = value;
1769 }
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779 public String getCalendarType() {
1780 return calendarType;
1781 }
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791 public void setCalendarType(String value) {
1792 this.calendarType = value;
1793 }
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
1817 public List<String> getCameraManualFeatures() {
1818 if (cameraManualFeatures == null) {
1819 cameraManualFeatures = new ArrayList<String>();
1820 }
1821 return this.cameraManualFeatures;
1822 }
1823
1824
1825
1826
1827
1828
1829
1830
1831
1832 public DecimalWithUnits getCaseDiameter() {
1833 return caseDiameter;
1834 }
1835
1836
1837
1838
1839
1840
1841
1842
1843
1844 public void setCaseDiameter(DecimalWithUnits value) {
1845 this.caseDiameter = value;
1846 }
1847
1848
1849
1850
1851
1852
1853
1854
1855
1856 public String getCaseMaterialType() {
1857 return caseMaterialType;
1858 }
1859
1860
1861
1862
1863
1864
1865
1866
1867
1868 public void setCaseMaterialType(String value) {
1869 this.caseMaterialType = value;
1870 }
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880 public DecimalWithUnits getCaseThickness() {
1881 return caseThickness;
1882 }
1883
1884
1885
1886
1887
1888
1889
1890
1891
1892 public void setCaseThickness(DecimalWithUnits value) {
1893 this.caseThickness = value;
1894 }
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904 public String getCaseType() {
1905 return caseType;
1906 }
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916 public void setCaseType(String value) {
1917 this.caseType = value;
1918 }
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928 public String getCatalogNumber() {
1929 return catalogNumber;
1930 }
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940 public void setCatalogNumber(String value) {
1941 this.catalogNumber = value;
1942 }
1943
1944
1945
1946
1947
1948
1949
1950
1951
1952 public String getCDRWDescription() {
1953 return cdrwDescription;
1954 }
1955
1956
1957
1958
1959
1960
1961
1962
1963
1964 public void setCDRWDescription(String value) {
1965 this.cdrwDescription = value;
1966 }
1967
1968
1969
1970
1971
1972
1973
1974
1975
1976 public String getChainType() {
1977 return chainType;
1978 }
1979
1980
1981
1982
1983
1984
1985
1986
1987
1988 public void setChainType(String value) {
1989 this.chainType = value;
1990 }
1991
1992
1993
1994
1995
1996
1997
1998
1999
2000 public String getCEROAgeRating() {
2001 return ceroAgeRating;
2002 }
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012 public void setCEROAgeRating(String value) {
2013 this.ceroAgeRating = value;
2014 }
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024 public String getClaspType() {
2025 return claspType;
2026 }
2027
2028
2029
2030
2031
2032
2033
2034
2035
2036 public void setClaspType(String value) {
2037 this.claspType = value;
2038 }
2039
2040
2041
2042
2043
2044
2045
2046
2047
2048 public String getClothingSize() {
2049 return clothingSize;
2050 }
2051
2052
2053
2054
2055
2056
2057
2058
2059
2060 public void setClothingSize(String value) {
2061 this.clothingSize = value;
2062 }
2063
2064
2065
2066
2067
2068
2069
2070
2071
2072 public String getClubType() {
2073 return clubType;
2074 }
2075
2076
2077
2078
2079
2080
2081
2082
2083
2084 public void setClubType(String value) {
2085 this.clubType = value;
2086 }
2087
2088
2089
2090
2091
2092
2093
2094
2095
2096 public String getColor() {
2097 return color;
2098 }
2099
2100
2101
2102
2103
2104
2105
2106
2107
2108 public void setColor(String value) {
2109 this.color = value;
2110 }
2111
2112
2113
2114
2115
2116
2117
2118
2119
2120 public String getCompatibility() {
2121 return compatibility;
2122 }
2123
2124
2125
2126
2127
2128
2129
2130
2131
2132 public void setCompatibility(String value) {
2133 this.compatibility = value;
2134 }
2135
2136
2137
2138
2139
2140
2141
2142
2143
2144
2145
2146
2147
2148
2149
2150
2151
2152
2153
2154
2155
2156
2157
2158 public List<String> getCompatibleDevices() {
2159 if (compatibleDevices == null) {
2160 compatibleDevices = new ArrayList<String>();
2161 }
2162 return this.compatibleDevices;
2163 }
2164
2165
2166
2167
2168
2169
2170
2171
2172
2173 public String getComputerHardwareType() {
2174 return computerHardwareType;
2175 }
2176
2177
2178
2179
2180
2181
2182
2183
2184
2185 public void setComputerHardwareType(String value) {
2186 this.computerHardwareType = value;
2187 }
2188
2189
2190
2191
2192
2193
2194
2195
2196
2197 public String getComputerPlatform() {
2198 return computerPlatform;
2199 }
2200
2201
2202
2203
2204
2205
2206
2207
2208
2209 public void setComputerPlatform(String value) {
2210 this.computerPlatform = value;
2211 }
2212
2213
2214
2215
2216
2217
2218
2219
2220
2221 public String getConnectivity() {
2222 return connectivity;
2223 }
2224
2225
2226
2227
2228
2229
2230
2231
2232
2233 public void setConnectivity(String value) {
2234 this.connectivity = value;
2235 }
2236
2237
2238
2239
2240
2241
2242
2243
2244
2245 public DecimalWithUnits getContinuousShootingSpeed() {
2246 return continuousShootingSpeed;
2247 }
2248
2249
2250
2251
2252
2253
2254
2255
2256
2257 public void setContinuousShootingSpeed(DecimalWithUnits value) {
2258 this.continuousShootingSpeed = value;
2259 }
2260
2261
2262
2263
2264
2265
2266
2267
2268
2269 public String getCountry() {
2270 return country;
2271 }
2272
2273
2274
2275
2276
2277
2278
2279
2280
2281 public void setCountry(String value) {
2282 this.country = value;
2283 }
2284
2285
2286
2287
2288
2289
2290
2291
2292
2293 public String getCPUManufacturer() {
2294 return cpuManufacturer;
2295 }
2296
2297
2298
2299
2300
2301
2302
2303
2304
2305 public void setCPUManufacturer(String value) {
2306 this.cpuManufacturer = value;
2307 }
2308
2309
2310
2311
2312
2313
2314
2315
2316
2317 public DecimalWithUnits getCPUSpeed() {
2318 return cpuSpeed;
2319 }
2320
2321
2322
2323
2324
2325
2326
2327
2328
2329 public void setCPUSpeed(DecimalWithUnits value) {
2330 this.cpuSpeed = value;
2331 }
2332
2333
2334
2335
2336
2337
2338
2339
2340
2341 public String getCPUType() {
2342 return cpuType;
2343 }
2344
2345
2346
2347
2348
2349
2350
2351
2352
2353 public void setCPUType(String value) {
2354 this.cpuType = value;
2355 }
2356
2357
2358
2359
2360
2361
2362
2363
2364
2365
2366
2367
2368
2369
2370
2371
2372
2373
2374
2375
2376
2377
2378
2379 public List<ItemAttributes.Creator> getCreator() {
2380 if (creator == null) {
2381 creator = new ArrayList<ItemAttributes.Creator>();
2382 }
2383 return this.creator;
2384 }
2385
2386
2387
2388
2389
2390
2391
2392
2393
2394 public String getCuisine() {
2395 return cuisine;
2396 }
2397
2398
2399
2400
2401
2402
2403
2404
2405
2406 public void setCuisine(String value) {
2407 this.cuisine = value;
2408 }
2409
2410
2411
2412
2413
2414
2415
2416
2417
2418
2419
2420
2421
2422
2423
2424
2425
2426
2427
2428
2429
2430
2431
2432 public List<String> getDataLinkProtocol() {
2433 if (dataLinkProtocol == null) {
2434 dataLinkProtocol = new ArrayList<String>();
2435 }
2436 return this.dataLinkProtocol;
2437 }
2438
2439
2440
2441
2442
2443
2444
2445
2446
2447 public String getDeliveryOption() {
2448 return deliveryOption;
2449 }
2450
2451
2452
2453
2454
2455
2456
2457
2458
2459 public void setDeliveryOption(String value) {
2460 this.deliveryOption = value;
2461 }
2462
2463
2464
2465
2466
2467
2468
2469
2470
2471 public DecimalWithUnits getDelayBetweenShots() {
2472 return delayBetweenShots;
2473 }
2474
2475
2476
2477
2478
2479
2480
2481
2482
2483 public void setDelayBetweenShots(DecimalWithUnits value) {
2484 this.delayBetweenShots = value;
2485 }
2486
2487
2488
2489
2490
2491
2492
2493
2494
2495 public String getDepartment() {
2496 return department;
2497 }
2498
2499
2500
2501
2502
2503
2504
2505
2506
2507 public void setDepartment(String value) {
2508 this.department = value;
2509 }
2510
2511
2512
2513
2514
2515
2516
2517
2518
2519 public String getDeweyDecimalNumber() {
2520 return deweyDecimalNumber;
2521 }
2522
2523
2524
2525
2526
2527
2528
2529
2530
2531 public void setDeweyDecimalNumber(String value) {
2532 this.deweyDecimalNumber = value;
2533 }
2534
2535
2536
2537
2538
2539
2540
2541
2542
2543 public String getDialColor() {
2544 return dialColor;
2545 }
2546
2547
2548
2549
2550
2551
2552
2553
2554
2555 public void setDialColor(String value) {
2556 this.dialColor = value;
2557 }
2558
2559
2560
2561
2562
2563
2564
2565
2566
2567 public String getDialWindowMaterialType() {
2568 return dialWindowMaterialType;
2569 }
2570
2571
2572
2573
2574
2575
2576
2577
2578
2579 public void setDialWindowMaterialType(String value) {
2580 this.dialWindowMaterialType = value;
2581 }
2582
2583
2584
2585
2586
2587
2588
2589
2590
2591 public DecimalWithUnits getDigitalZoom() {
2592 return digitalZoom;
2593 }
2594
2595
2596
2597
2598
2599
2600
2601
2602
2603 public void setDigitalZoom(DecimalWithUnits value) {
2604 this.digitalZoom = value;
2605 }
2606
2607
2608
2609
2610
2611
2612
2613
2614
2615
2616
2617
2618
2619
2620
2621
2622
2623
2624
2625
2626
2627
2628
2629 public List<String> getDirector() {
2630 if (director == null) {
2631 director = new ArrayList<String>();
2632 }
2633 return this.director;
2634 }
2635
2636
2637
2638
2639
2640
2641
2642
2643
2644 public String getDisplayColorSupport() {
2645 return displayColorSupport;
2646 }
2647
2648
2649
2650
2651
2652
2653
2654
2655
2656 public void setDisplayColorSupport(String value) {
2657 this.displayColorSupport = value;
2658 }
2659
2660
2661
2662
2663
2664
2665
2666
2667
2668 public DecimalWithUnits getDisplaySize() {
2669 return displaySize;
2670 }
2671
2672
2673
2674
2675
2676
2677
2678
2679
2680 public void setDisplaySize(DecimalWithUnits value) {
2681 this.displaySize = value;
2682 }
2683
2684
2685
2686
2687
2688
2689
2690
2691
2692 public BigInteger getDrumSetPieceQuantity() {
2693 return drumSetPieceQuantity;
2694 }
2695
2696
2697
2698
2699
2700
2701
2702
2703
2704 public void setDrumSetPieceQuantity(BigInteger value) {
2705 this.drumSetPieceQuantity = value;
2706 }
2707
2708
2709
2710
2711
2712
2713
2714
2715
2716 public BigInteger getDVDLayers() {
2717 return dvdLayers;
2718 }
2719
2720
2721
2722
2723
2724
2725
2726
2727
2728 public void setDVDLayers(BigInteger value) {
2729 this.dvdLayers = value;
2730 }
2731
2732
2733
2734
2735
2736
2737
2738
2739
2740 public String getDVDRWDescription() {
2741 return dvdrwDescription;
2742 }
2743
2744
2745
2746
2747
2748
2749
2750
2751
2752 public void setDVDRWDescription(String value) {
2753 this.dvdrwDescription = value;
2754 }
2755
2756
2757
2758
2759
2760
2761
2762
2763
2764 public BigInteger getDVDSides() {
2765 return dvdSides;
2766 }
2767
2768
2769
2770
2771
2772
2773
2774
2775
2776 public void setDVDSides(BigInteger value) {
2777 this.dvdSides = value;
2778 }
2779
2780
2781
2782
2783
2784
2785
2786
2787
2788 public String getDPCI() {
2789 return dpci;
2790 }
2791
2792
2793
2794
2795
2796
2797
2798
2799
2800 public void setDPCI(String value) {
2801 this.dpci = value;
2802 }
2803
2804
2805
2806
2807
2808
2809
2810
2811
2812 public String getEAN() {
2813 return ean;
2814 }
2815
2816
2817
2818
2819
2820
2821
2822
2823
2824 public void setEAN(String value) {
2825 this.ean = value;
2826 }
2827
2828
2829
2830
2831
2832
2833
2834
2835
2836 public String getEdition() {
2837 return edition;
2838 }
2839
2840
2841
2842
2843
2844
2845
2846
2847
2848 public void setEdition(String value) {
2849 this.edition = value;
2850 }
2851
2852
2853
2854
2855
2856
2857
2858
2859
2860 public String getESRBAgeRating() {
2861 return esrbAgeRating;
2862 }
2863
2864
2865
2866
2867
2868
2869
2870
2871
2872 public void setESRBAgeRating(String value) {
2873 this.esrbAgeRating = value;
2874 }
2875
2876
2877
2878
2879
2880
2881
2882
2883
2884 public String getExternalDisplaySupportDescription() {
2885 return externalDisplaySupportDescription;
2886 }
2887
2888
2889
2890
2891
2892
2893
2894
2895
2896 public void setExternalDisplaySupportDescription(String value) {
2897 this.externalDisplaySupportDescription = value;
2898 }
2899
2900
2901
2902
2903
2904
2905
2906
2907
2908 public String getFabricType() {
2909 return fabricType;
2910 }
2911
2912
2913
2914
2915
2916
2917
2918
2919
2920 public void setFabricType(String value) {
2921 this.fabricType = value;
2922 }
2923
2924
2925
2926
2927
2928
2929
2930
2931
2932 public String getFaxNumber() {
2933 return faxNumber;
2934 }
2935
2936
2937
2938
2939
2940
2941
2942
2943
2944 public void setFaxNumber(String value) {
2945 this.faxNumber = value;
2946 }
2947
2948
2949
2950
2951
2952
2953
2954
2955
2956
2957
2958
2959
2960
2961
2962
2963
2964
2965
2966
2967
2968
2969
2970 public List<String> getFeature() {
2971 if (feature == null) {
2972 feature = new ArrayList<String>();
2973 }
2974 return this.feature;
2975 }
2976
2977
2978
2979
2980
2981
2982
2983
2984
2985 public String getFilmColorType() {
2986 return filmColorType;
2987 }
2988
2989
2990
2991
2992
2993
2994
2995
2996
2997 public void setFilmColorType(String value) {
2998 this.filmColorType = value;
2999 }
3000
3001
3002
3003
3004
3005
3006
3007
3008
3009 public StringWithUnits getFirstIssueLeadTime() {
3010 return firstIssueLeadTime;
3011 }
3012
3013
3014
3015
3016
3017
3018
3019
3020
3021 public void setFirstIssueLeadTime(StringWithUnits value) {
3022 this.firstIssueLeadTime = value;
3023 }
3024
3025
3026
3027
3028
3029
3030
3031
3032
3033 public String getFloppyDiskDriveDescription() {
3034 return floppyDiskDriveDescription;
3035 }
3036
3037
3038
3039
3040
3041
3042
3043
3044
3045 public void setFloppyDiskDriveDescription(String value) {
3046 this.floppyDiskDriveDescription = value;
3047 }
3048
3049
3050
3051
3052
3053
3054
3055
3056
3057
3058
3059
3060
3061
3062
3063
3064
3065
3066
3067
3068
3069
3070
3071 public List<String> getFormat() {
3072 if (format == null) {
3073 format = new ArrayList<String>();
3074 }
3075 return this.format;
3076 }
3077
3078
3079
3080
3081
3082
3083
3084
3085
3086
3087
3088
3089
3090
3091
3092
3093
3094
3095
3096
3097
3098
3099
3100 public List<String> getFormFactor() {
3101 if (formFactor == null) {
3102 formFactor = new ArrayList<String>();
3103 }
3104 return this.formFactor;
3105 }
3106
3107
3108
3109
3110
3111
3112
3113
3114
3115 public String getGemType() {
3116 return gemType;
3117 }
3118
3119
3120
3121
3122
3123
3124
3125
3126
3127 public void setGemType(String value) {
3128 this.gemType = value;
3129 }
3130
3131
3132
3133
3134
3135
3136
3137
3138
3139 public String getGenre() {
3140 return genre;
3141 }
3142
3143
3144
3145
3146
3147
3148
3149
3150
3151 public void setGenre(String value) {
3152 this.genre = value;
3153 }
3154
3155
3156
3157
3158
3159
3160
3161
3162
3163 public String getGraphicsCardInterface() {
3164 return graphicsCardInterface;
3165 }
3166
3167
3168
3169
3170
3171
3172
3173
3174
3175 public void setGraphicsCardInterface(String value) {
3176 this.graphicsCardInterface = value;
3177 }
3178
3179
3180
3181
3182
3183
3184
3185
3186
3187 public String getGraphicsDescription() {
3188 return graphicsDescription;
3189 }
3190
3191
3192
3193
3194
3195
3196
3197
3198
3199 public void setGraphicsDescription(String value) {
3200 this.graphicsDescription = value;
3201 }
3202
3203
3204
3205
3206
3207
3208
3209
3210
3211 public DecimalWithUnits getGraphicsMemorySize() {
3212 return graphicsMemorySize;
3213 }
3214
3215
3216
3217
3218
3219
3220
3221
3222
3223 public void setGraphicsMemorySize(DecimalWithUnits value) {
3224 this.graphicsMemorySize = value;
3225 }
3226
3227
3228
3229
3230
3231
3232
3233
3234
3235 public String getGuitarAttribute() {
3236 return guitarAttribute;
3237 }
3238
3239
3240
3241
3242
3243
3244
3245
3246
3247 public void setGuitarAttribute(String value) {
3248 this.guitarAttribute = value;
3249 }
3250
3251
3252
3253
3254
3255
3256
3257
3258
3259 public String getGuitarBridgeSystem() {
3260 return guitarBridgeSystem;
3261 }
3262
3263
3264
3265
3266
3267
3268
3269
3270
3271 public void setGuitarBridgeSystem(String value) {
3272 this.guitarBridgeSystem = value;
3273 }
3274
3275
3276
3277
3278
3279
3280
3281
3282
3283 public String getGuitarPickThickness() {
3284 return guitarPickThickness;
3285 }
3286
3287
3288
3289
3290
3291
3292
3293
3294
3295 public void setGuitarPickThickness(String value) {
3296 this.guitarPickThickness = value;
3297 }
3298
3299
3300
3301
3302
3303
3304
3305
3306
3307 public String getGuitarPickupConfiguration() {
3308 return guitarPickupConfiguration;
3309 }
3310
3311
3312
3313
3314
3315
3316
3317
3318
3319 public void setGuitarPickupConfiguration(String value) {
3320 this.guitarPickupConfiguration = value;
3321 }
3322
3323
3324
3325
3326
3327
3328
3329
3330
3331 public String getHandOrientation() {
3332 return handOrientation;
3333 }
3334
3335
3336
3337
3338
3339
3340
3341
3342
3343 public void setHandOrientation(String value) {
3344 this.handOrientation = value;
3345 }
3346
3347
3348
3349
3350
3351
3352
3353
3354
3355 public BigInteger getHardDiskCount() {
3356 return hardDiskCount;
3357 }
3358
3359
3360
3361
3362
3363
3364
3365
3366
3367 public void setHardDiskCount(BigInteger value) {
3368 this.hardDiskCount = value;
3369 }
3370
3371
3372
3373
3374
3375
3376
3377
3378
3379 public DecimalWithUnits getHardDiskSize() {
3380 return hardDiskSize;
3381 }
3382
3383
3384
3385
3386
3387
3388
3389
3390
3391 public void setHardDiskSize(DecimalWithUnits value) {
3392 this.hardDiskSize = value;
3393 }
3394
3395
3396
3397
3398
3399
3400
3401
3402
3403 public String getHardDiskInterface() {
3404 return hardDiskInterface;
3405 }
3406
3407
3408
3409
3410
3411
3412
3413
3414
3415 public void setHardDiskInterface(String value) {
3416 this.hardDiskInterface = value;
3417 }
3418
3419
3420
3421
3422
3423
3424
3425
3426
3427 public String getHardwarePlatform() {
3428 return hardwarePlatform;
3429 }
3430
3431
3432
3433
3434
3435
3436
3437
3438
3439 public void setHardwarePlatform(String value) {
3440 this.hardwarePlatform = value;
3441 }
3442
3443
3444
3445
3446
3447
3448
3449
3450
3451 public Boolean isHasAutoFocus() {
3452 return hasAutoFocus;
3453 }
3454
3455
3456
3457
3458
3459
3460
3461
3462
3463 public void setHasAutoFocus(Boolean value) {
3464 this.hasAutoFocus = value;
3465 }
3466
3467
3468
3469
3470
3471
3472
3473
3474
3475 public Boolean isHasBurstMode() {
3476 return hasBurstMode;
3477 }
3478
3479
3480
3481
3482
3483
3484
3485
3486
3487 public void setHasBurstMode(Boolean value) {
3488 this.hasBurstMode = value;
3489 }
3490
3491
3492
3493
3494
3495
3496
3497
3498
3499 public Boolean isHasInCameraEditing() {
3500 return hasInCameraEditing;
3501 }
3502
3503
3504
3505
3506
3507
3508
3509
3510
3511 public void setHasInCameraEditing(Boolean value) {
3512 this.hasInCameraEditing = value;
3513 }
3514
3515
3516
3517
3518
3519
3520
3521
3522
3523 public Boolean isHasRedEyeReduction() {
3524 return hasRedEyeReduction;
3525 }
3526
3527
3528
3529
3530
3531
3532
3533
3534
3535 public void setHasRedEyeReduction(Boolean value) {
3536 this.hasRedEyeReduction = value;
3537 }
3538
3539
3540
3541
3542
3543
3544
3545
3546
3547 public Boolean isHasSelfTimer() {
3548 return hasSelfTimer;
3549 }
3550
3551
3552
3553
3554
3555
3556
3557
3558
3559 public void setHasSelfTimer(Boolean value) {
3560 this.hasSelfTimer = value;
3561 }
3562
3563
3564
3565
3566
3567
3568
3569
3570
3571 public Boolean isHasTripodMount() {
3572 return hasTripodMount;
3573 }
3574
3575
3576
3577
3578
3579
3580
3581
3582
3583 public void setHasTripodMount(Boolean value) {
3584 this.hasTripodMount = value;
3585 }
3586
3587
3588
3589
3590
3591
3592
3593
3594
3595 public Boolean isHasVideoOut() {
3596 return hasVideoOut;
3597 }
3598
3599
3600
3601
3602
3603
3604
3605
3606
3607 public void setHasVideoOut(Boolean value) {
3608 this.hasVideoOut = value;
3609 }
3610
3611
3612
3613
3614
3615
3616
3617
3618
3619 public Boolean isHasViewfinder() {
3620 return hasViewfinder;
3621 }
3622
3623
3624
3625
3626
3627
3628
3629
3630
3631 public void setHasViewfinder(Boolean value) {
3632 this.hasViewfinder = value;
3633 }
3634
3635
3636
3637
3638
3639
3640
3641
3642
3643 public String getHazardousMaterialType() {
3644 return hazardousMaterialType;
3645 }
3646
3647
3648
3649
3650
3651
3652
3653
3654
3655 public void setHazardousMaterialType(String value) {
3656 this.hazardousMaterialType = value;
3657 }
3658
3659
3660
3661
3662
3663
3664
3665
3666
3667 public String getHoursOfOperation() {
3668 return hoursOfOperation;
3669 }
3670
3671
3672
3673
3674
3675
3676
3677
3678
3679 public void setHoursOfOperation(String value) {
3680 this.hoursOfOperation = value;
3681 }
3682
3683
3684
3685
3686
3687
3688
3689
3690
3691 public String getIncludedSoftware() {
3692 return includedSoftware;
3693 }
3694
3695
3696
3697
3698
3699
3700
3701
3702
3703 public void setIncludedSoftware(String value) {
3704 this.includedSoftware = value;
3705 }
3706
3707
3708
3709
3710
3711
3712
3713
3714
3715 public Boolean isIncludesMp3Player() {
3716 return includesMp3Player;
3717 }
3718
3719
3720
3721
3722
3723
3724
3725
3726
3727 public void setIncludesMp3Player(Boolean value) {
3728 this.includesMp3Player = value;
3729 }
3730
3731
3732
3733
3734
3735
3736
3737
3738
3739 public String getIngredients() {
3740 return ingredients;
3741 }
3742
3743
3744
3745
3746
3747
3748
3749
3750
3751 public void setIngredients(String value) {
3752 this.ingredients = value;
3753 }
3754
3755
3756
3757
3758
3759
3760
3761
3762
3763 public String getInstrumentKey() {
3764 return instrumentKey;
3765 }
3766
3767
3768
3769
3770
3771
3772
3773
3774
3775 public void setInstrumentKey(String value) {
3776 this.instrumentKey = value;
3777 }
3778
3779
3780
3781
3782
3783
3784
3785
3786
3787 public Boolean isIsAdultProduct() {
3788 return isAdultProduct;
3789 }
3790
3791
3792
3793
3794
3795
3796
3797
3798
3799 public void setIsAdultProduct(Boolean value) {
3800 this.isAdultProduct = value;
3801 }
3802
3803
3804
3805
3806
3807
3808
3809
3810
3811 public Boolean isIsAutographed() {
3812 return isAutographed;
3813 }
3814
3815
3816
3817
3818
3819
3820
3821
3822
3823 public void setIsAutographed(Boolean value) {
3824 this.isAutographed = value;
3825 }
3826
3827
3828
3829
3830
3831
3832
3833
3834
3835 public String getISBN() {
3836 return isbn;
3837 }
3838
3839
3840
3841
3842
3843
3844
3845
3846
3847 public void setISBN(String value) {
3848 this.isbn = value;
3849 }
3850
3851
3852
3853
3854
3855
3856
3857
3858
3859 public Boolean isIsFragile() {
3860 return isFragile;
3861 }
3862
3863
3864
3865
3866
3867
3868
3869
3870
3871 public void setIsFragile(Boolean value) {
3872 this.isFragile = value;
3873 }
3874
3875
3876
3877
3878
3879
3880
3881
3882
3883 public Boolean isIsLabCreated() {
3884 return isLabCreated;
3885 }
3886
3887
3888
3889
3890
3891
3892
3893
3894
3895 public void setIsLabCreated(Boolean value) {
3896 this.isLabCreated = value;
3897 }
3898
3899
3900
3901
3902
3903
3904
3905
3906
3907 public Boolean isIsMemorabilia() {
3908 return isMemorabilia;
3909 }
3910
3911
3912
3913
3914
3915
3916
3917
3918
3919 public void setIsMemorabilia(Boolean value) {
3920 this.isMemorabilia = value;
3921 }
3922
3923
3924
3925
3926
3927
3928
3929
3930
3931 public NonNegativeIntegerWithUnits getISOEquivalent() {
3932 return isoEquivalent;
3933 }
3934
3935
3936
3937
3938
3939
3940
3941
3942
3943 public void setISOEquivalent(NonNegativeIntegerWithUnits value) {
3944 this.isoEquivalent = value;
3945 }
3946
3947
3948
3949
3950
3951
3952
3953
3954
3955 public Boolean isIsPreannounce() {
3956 return isPreannounce;
3957 }
3958
3959
3960
3961
3962
3963
3964
3965
3966
3967 public void setIsPreannounce(Boolean value) {
3968 this.isPreannounce = value;
3969 }
3970
3971
3972
3973
3974
3975
3976
3977
3978
3979 public String getIssuesPerYear() {
3980 return issuesPerYear;
3981 }
3982
3983
3984
3985
3986
3987
3988
3989
3990
3991 public void setIssuesPerYear(String value) {
3992 this.issuesPerYear = value;
3993 }
3994
3995
3996
3997
3998
3999
4000
4001
4002
4003 public ItemAttributes.ItemDimensions getItemDimensions() {
4004 return itemDimensions;
4005 }
4006
4007
4008
4009
4010
4011
4012
4013
4014
4015 public void setItemDimensions(ItemAttributes.ItemDimensions value) {
4016 this.itemDimensions = value;
4017 }
4018
4019
4020
4021
4022
4023
4024
4025
4026
4027 public String getKeyboardDescription() {
4028 return keyboardDescription;
4029 }
4030
4031
4032
4033
4034
4035
4036
4037
4038
4039 public void setKeyboardDescription(String value) {
4040 this.keyboardDescription = value;
4041 }
4042
4043
4044
4045
4046
4047
4048
4049
4050
4051 public String getLabel() {
4052 return label;
4053 }
4054
4055
4056
4057
4058
4059
4060
4061
4062
4063 public void setLabel(String value) {
4064 this.label = value;
4065 }
4066
4067
4068
4069
4070
4071
4072
4073
4074
4075 public ItemAttributes.Languages getLanguages() {
4076 return languages;
4077 }
4078
4079
4080
4081
4082
4083
4084
4085
4086
4087 public void setLanguages(ItemAttributes.Languages value) {
4088 this.languages = value;
4089 }
4090
4091
4092
4093
4094
4095
4096
4097
4098
4099 public String getLegalDisclaimer() {
4100 return legalDisclaimer;
4101 }
4102
4103
4104
4105
4106
4107
4108
4109
4110
4111 public void setLegalDisclaimer(String value) {
4112 this.legalDisclaimer = value;
4113 }
4114
4115
4116
4117
4118
4119
4120
4121
4122
4123 public String getLensType() {
4124 return lensType;
4125 }
4126
4127
4128
4129
4130
4131
4132
4133
4134
4135 public void setLensType(String value) {
4136 this.lensType = value;
4137 }
4138
4139
4140
4141
4142
4143
4144
4145
4146
4147 public String getLineVoltage() {
4148 return lineVoltage;
4149 }
4150
4151
4152
4153
4154
4155
4156
4157
4158
4159 public void setLineVoltage(String value) {
4160 this.lineVoltage = value;
4161 }
4162
4163
4164
4165
4166
4167
4168
4169
4170
4171 public Price getListPrice() {
4172 return listPrice;
4173 }
4174
4175
4176
4177
4178
4179
4180
4181
4182
4183 public void setListPrice(Price value) {
4184 this.listPrice = value;
4185 }
4186
4187
4188
4189
4190
4191
4192
4193
4194
4195 public String getMacroFocusRange() {
4196 return macroFocusRange;
4197 }
4198
4199
4200
4201
4202
4203
4204
4205
4206
4207 public void setMacroFocusRange(String value) {
4208 this.macroFocusRange = value;
4209 }
4210
4211
4212
4213
4214
4215
4216
4217
4218
4219 public String getMagazineType() {
4220 return magazineType;
4221 }
4222
4223
4224
4225
4226
4227
4228
4229
4230
4231 public void setMagazineType(String value) {
4232 this.magazineType = value;
4233 }
4234
4235
4236
4237
4238
4239
4240
4241
4242
4243 public String getMalletHardness() {
4244 return malletHardness;
4245 }
4246
4247
4248
4249
4250
4251
4252
4253
4254
4255 public void setMalletHardness(String value) {
4256 this.malletHardness = value;
4257 }
4258
4259
4260
4261
4262
4263
4264
4265
4266
4267 public String getManufacturer() {
4268 return manufacturer;
4269 }
4270
4271
4272
4273
4274
4275
4276
4277
4278
4279 public void setManufacturer(String value) {
4280 this.manufacturer = value;
4281 }
4282
4283
4284
4285
4286
4287
4288
4289
4290
4291 public String getManufacturerLaborWarrantyDescription() {
4292 return manufacturerLaborWarrantyDescription;
4293 }
4294
4295
4296
4297
4298
4299
4300
4301
4302
4303 public void setManufacturerLaborWarrantyDescription(String value) {
4304 this.manufacturerLaborWarrantyDescription = value;
4305 }
4306
4307
4308
4309
4310
4311
4312
4313
4314
4315 public DecimalWithUnits getManufacturerMaximumAge() {
4316 return manufacturerMaximumAge;
4317 }
4318
4319
4320
4321
4322
4323
4324
4325
4326
4327 public void setManufacturerMaximumAge(DecimalWithUnits value) {
4328 this.manufacturerMaximumAge = value;
4329 }
4330
4331
4332
4333
4334
4335
4336
4337
4338
4339 public DecimalWithUnits getManufacturerMinimumAge() {
4340 return manufacturerMinimumAge;
4341 }
4342
4343
4344
4345
4346
4347
4348
4349
4350
4351 public void setManufacturerMinimumAge(DecimalWithUnits value) {
4352 this.manufacturerMinimumAge = value;
4353 }
4354
4355
4356
4357
4358
4359
4360
4361
4362
4363 public String getManufacturerPartsWarrantyDescription() {
4364 return manufacturerPartsWarrantyDescription;
4365 }
4366
4367
4368
4369
4370
4371
4372
4373
4374
4375 public void setManufacturerPartsWarrantyDescription(String value) {
4376 this.manufacturerPartsWarrantyDescription = value;
4377 }
4378
4379
4380
4381
4382
4383
4384
4385
4386
4387 public String getMaterialType() {
4388 return materialType;
4389 }
4390
4391
4392
4393
4394
4395
4396
4397
4398
4399 public void setMaterialType(String value) {
4400 this.materialType = value;
4401 }
4402
4403
4404
4405
4406
4407
4408
4409
4410
4411 public DecimalWithUnits getMaximumAperture() {
4412 return maximumAperture;
4413 }
4414
4415
4416
4417
4418
4419
4420
4421
4422
4423 public void setMaximumAperture(DecimalWithUnits value) {
4424 this.maximumAperture = value;
4425 }
4426
4427
4428
4429
4430
4431
4432
4433
4434
4435 public String getMaximumColorDepth() {
4436 return maximumColorDepth;
4437 }
4438
4439
4440
4441
4442
4443
4444
4445
4446
4447 public void setMaximumColorDepth(String value) {
4448 this.maximumColorDepth = value;
4449 }
4450
4451
4452
4453
4454
4455
4456
4457
4458
4459 public DecimalWithUnits getMaximumFocalLength() {
4460 return maximumFocalLength;
4461 }
4462
4463
4464
4465
4466
4467
4468
4469
4470
4471 public void setMaximumFocalLength(DecimalWithUnits value) {
4472 this.maximumFocalLength = value;
4473 }
4474
4475
4476
4477
4478
4479
4480
4481
4482
4483 public NonNegativeIntegerWithUnits getMaximumHighResolutionImages() {
4484 return maximumHighResolutionImages;
4485 }
4486
4487
4488
4489
4490
4491
4492
4493
4494
4495 public void setMaximumHighResolutionImages(NonNegativeIntegerWithUnits value) {
4496 this.maximumHighResolutionImages = value;
4497 }
4498
4499
4500
4501
4502
4503
4504
4505
4506
4507 public NonNegativeIntegerWithUnits getMaximumHorizontalResolution() {
4508 return maximumHorizontalResolution;
4509 }
4510
4511
4512
4513
4514
4515
4516
4517
4518
4519 public void setMaximumHorizontalResolution(NonNegativeIntegerWithUnits value) {
4520 this.maximumHorizontalResolution = value;
4521 }
4522
4523
4524
4525
4526
4527
4528
4529
4530
4531 public String getMaximumLowResolutionImages() {
4532 return maximumLowResolutionImages;
4533 }
4534
4535
4536
4537
4538
4539
4540
4541
4542
4543 public void setMaximumLowResolutionImages(String value) {
4544 this.maximumLowResolutionImages = value;
4545 }
4546
4547
4548
4549
4550
4551
4552
4553
4554
4555 public DecimalWithUnits getMaximumResolution() {
4556 return maximumResolution;
4557 }
4558
4559
4560
4561
4562
4563
4564
4565
4566
4567 public void setMaximumResolution(DecimalWithUnits value) {
4568 this.maximumResolution = value;
4569 }
4570
4571
4572
4573
4574
4575
4576
4577
4578
4579 public DecimalWithUnits getMaximumShutterSpeed() {
4580 return maximumShutterSpeed;
4581 }
4582
4583
4584
4585
4586
4587
4588
4589
4590
4591 public void setMaximumShutterSpeed(DecimalWithUnits value) {
4592 this.maximumShutterSpeed = value;
4593 }
4594
4595
4596
4597
4598
4599
4600
4601
4602
4603 public NonNegativeIntegerWithUnits getMaximumVerticalResolution() {
4604 return maximumVerticalResolution;
4605 }
4606
4607
4608
4609
4610
4611
4612
4613
4614
4615 public void setMaximumVerticalResolution(NonNegativeIntegerWithUnits value) {
4616 this.maximumVerticalResolution = value;
4617 }
4618
4619
4620
4621
4622
4623
4624
4625
4626
4627 public DecimalWithUnits getMaximumWeightRecommendation() {
4628 return maximumWeightRecommendation;
4629 }
4630
4631
4632
4633
4634
4635
4636
4637
4638
4639 public void setMaximumWeightRecommendation(DecimalWithUnits value) {
4640 this.maximumWeightRecommendation = value;
4641 }
4642
4643
4644
4645
4646
4647
4648
4649
4650
4651 public String getMediaType() {
4652 return mediaType;
4653 }
4654
4655
4656
4657
4658
4659
4660
4661
4662
4663 public void setMediaType(String value) {
4664 this.mediaType = value;
4665 }
4666
4667
4668
4669
4670
4671
4672
4673
4674
4675 public String getMemorySlotsAvailable() {
4676 return memorySlotsAvailable;
4677 }
4678
4679
4680
4681
4682
4683
4684
4685
4686
4687 public void setMemorySlotsAvailable(String value) {
4688 this.memorySlotsAvailable = value;
4689 }
4690
4691
4692
4693
4694
4695
4696
4697
4698
4699 public String getMetalStamp() {
4700 return metalStamp;
4701 }
4702
4703
4704
4705
4706
4707
4708
4709
4710
4711 public void setMetalStamp(String value) {
4712 this.metalStamp = value;
4713 }
4714
4715
4716
4717
4718
4719
4720
4721
4722
4723 public String getMetalType() {
4724 return metalType;
4725 }
4726
4727
4728
4729
4730
4731
4732
4733
4734
4735 public void setMetalType(String value) {
4736 this.metalType = value;
4737 }
4738
4739
4740
4741
4742
4743
4744
4745
4746
4747 public String getMiniMovieDescription() {
4748 return miniMovieDescription;
4749 }
4750
4751
4752
4753
4754
4755
4756
4757
4758
4759 public void setMiniMovieDescription(String value) {
4760 this.miniMovieDescription = value;
4761 }
4762
4763
4764
4765
4766
4767
4768
4769
4770
4771 public DecimalWithUnits getMinimumFocalLength() {
4772 return minimumFocalLength;
4773 }
4774
4775
4776
4777
4778
4779
4780
4781
4782
4783 public void setMinimumFocalLength(DecimalWithUnits value) {
4784 this.minimumFocalLength = value;
4785 }
4786
4787
4788
4789
4790
4791
4792
4793
4794
4795 public DecimalWithUnits getMinimumShutterSpeed() {
4796 return minimumShutterSpeed;
4797 }
4798
4799
4800
4801
4802
4803
4804
4805
4806
4807 public void setMinimumShutterSpeed(DecimalWithUnits value) {
4808 this.minimumShutterSpeed = value;
4809 }
4810
4811
4812
4813
4814
4815
4816
4817
4818
4819 public String getModel() {
4820 return model;
4821 }
4822
4823
4824
4825
4826
4827
4828
4829
4830
4831 public void setModel(String value) {
4832 this.model = value;
4833 }
4834
4835
4836
4837
4838
4839
4840
4841
4842
4843 public BigInteger getModelYear() {
4844 return modelYear;
4845 }
4846
4847
4848
4849
4850
4851
4852
4853
4854
4855 public void setModelYear(BigInteger value) {
4856 this.modelYear = value;
4857 }
4858
4859
4860
4861
4862
4863
4864
4865
4866
4867 public String getModemDescription() {
4868 return modemDescription;
4869 }
4870
4871
4872
4873
4874
4875
4876
4877
4878
4879 public void setModemDescription(String value) {
4880 this.modemDescription = value;
4881 }
4882
4883
4884
4885
4886
4887
4888
4889
4890
4891 public DecimalWithUnits getMonitorSize() {
4892 return monitorSize;
4893 }
4894
4895
4896
4897
4898
4899
4900
4901
4902
4903 public void setMonitorSize(DecimalWithUnits value) {
4904 this.monitorSize = value;
4905 }
4906
4907
4908
4909
4910
4911
4912
4913
4914
4915 public DecimalWithUnits getMonitorViewableDiagonalSize() {
4916 return monitorViewableDiagonalSize;
4917 }
4918
4919
4920
4921
4922
4923
4924
4925
4926
4927 public void setMonitorViewableDiagonalSize(DecimalWithUnits value) {
4928 this.monitorViewableDiagonalSize = value;
4929 }
4930
4931
4932
4933
4934
4935
4936
4937
4938
4939 public String getMouseDescription() {
4940 return mouseDescription;
4941 }
4942
4943
4944
4945
4946
4947
4948
4949
4950
4951 public void setMouseDescription(String value) {
4952 this.mouseDescription = value;
4953 }
4954
4955
4956
4957
4958
4959
4960
4961
4962
4963 public String getMPN() {
4964 return mpn;
4965 }
4966
4967
4968
4969
4970
4971
4972
4973
4974
4975 public void setMPN(String value) {
4976 this.mpn = value;
4977 }
4978
4979
4980
4981
4982
4983
4984
4985
4986
4987 public String getMusicalStyle() {
4988 return musicalStyle;
4989 }
4990
4991
4992
4993
4994
4995
4996
4997
4998
4999 public void setMusicalStyle(String value) {
5000 this.musicalStyle = value;
5001 }
5002
5003
5004
5005
5006
5007
5008
5009
5010
5011 public String getNativeResolution() {
5012 return nativeResolution;
5013 }
5014
5015
5016
5017
5018
5019
5020
5021
5022
5023 public void setNativeResolution(String value) {
5024 this.nativeResolution = value;
5025 }
5026
5027
5028
5029
5030
5031
5032
5033
5034
5035 public String getNeighborhood() {
5036 return neighborhood;
5037 }
5038
5039
5040
5041
5042
5043
5044
5045
5046
5047 public void setNeighborhood(String value) {
5048 this.neighborhood = value;
5049 }
5050
5051
5052
5053
5054
5055
5056
5057
5058
5059 public String getNetworkInterfaceDescription() {
5060 return networkInterfaceDescription;
5061 }
5062
5063
5064
5065
5066
5067
5068
5069
5070
5071 public void setNetworkInterfaceDescription(String value) {
5072 this.networkInterfaceDescription = value;
5073 }
5074
5075
5076
5077
5078
5079
5080
5081
5082
5083 public String getNotebookDisplayTechnology() {
5084 return notebookDisplayTechnology;
5085 }
5086
5087
5088
5089
5090
5091
5092
5093
5094
5095 public void setNotebookDisplayTechnology(String value) {
5096 this.notebookDisplayTechnology = value;
5097 }
5098
5099
5100
5101
5102
5103
5104
5105
5106
5107 public String getNotebookPointingDeviceDescription() {
5108 return notebookPointingDeviceDescription;
5109 }
5110
5111
5112
5113
5114
5115
5116
5117
5118
5119 public void setNotebookPointingDeviceDescription(String value) {
5120 this.notebookPointingDeviceDescription = value;
5121 }
5122
5123
5124
5125
5126
5127
5128
5129
5130
5131 public BigInteger getNumberOfDiscs() {
5132 return numberOfDiscs;
5133 }
5134
5135
5136
5137
5138
5139
5140
5141
5142
5143 public void setNumberOfDiscs(BigInteger value) {
5144 this.numberOfDiscs = value;
5145 }
5146
5147
5148
5149
5150
5151
5152
5153
5154
5155 public BigInteger getNumberOfIssues() {
5156 return numberOfIssues;
5157 }
5158
5159
5160
5161
5162
5163
5164
5165
5166
5167 public void setNumberOfIssues(BigInteger value) {
5168 this.numberOfIssues = value;
5169 }
5170
5171
5172
5173
5174
5175
5176
5177
5178
5179 public BigInteger getNumberOfItems() {
5180 return numberOfItems;
5181 }
5182
5183
5184
5185
5186
5187
5188
5189
5190
5191 public void setNumberOfItems(BigInteger value) {
5192 this.numberOfItems = value;
5193 }
5194
5195
5196
5197
5198
5199
5200
5201
5202
5203 public BigInteger getNumberOfKeys() {
5204 return numberOfKeys;
5205 }
5206
5207
5208
5209
5210
5211
5212
5213
5214
5215 public void setNumberOfKeys(BigInteger value) {
5216 this.numberOfKeys = value;
5217 }
5218
5219
5220
5221
5222
5223
5224
5225
5226
5227 public BigInteger getNumberOfPages() {
5228 return numberOfPages;
5229 }
5230
5231
5232
5233
5234
5235
5236
5237
5238
5239 public void setNumberOfPages(BigInteger value) {
5240 this.numberOfPages = value;
5241 }
5242
5243
5244
5245
5246
5247
5248
5249
5250
5251 public BigInteger getNumberOfPearls() {
5252 return numberOfPearls;
5253 }
5254
5255
5256
5257
5258
5259
5260
5261
5262
5263 public void setNumberOfPearls(BigInteger value) {
5264 this.numberOfPearls = value;
5265 }
5266
5267
5268
5269
5270
5271
5272
5273
5274
5275 public BigInteger getNumberOfRapidFireShots() {
5276 return numberOfRapidFireShots;
5277 }
5278
5279
5280
5281
5282
5283
5284
5285
5286
5287 public void setNumberOfRapidFireShots(BigInteger value) {
5288 this.numberOfRapidFireShots = value;
5289 }
5290
5291
5292
5293
5294
5295
5296
5297
5298
5299 public BigInteger getNumberOfStones() {
5300 return numberOfStones;
5301 }
5302
5303
5304
5305
5306
5307
5308
5309
5310
5311 public void setNumberOfStones(BigInteger value) {
5312 this.numberOfStones = value;
5313 }
5314
5315
5316
5317
5318
5319
5320
5321
5322
5323 public BigInteger getNumberOfStrings() {
5324 return numberOfStrings;
5325 }
5326
5327
5328
5329
5330
5331
5332
5333
5334
5335 public void setNumberOfStrings(BigInteger value) {
5336 this.numberOfStrings = value;
5337 }
5338
5339
5340
5341
5342
5343
5344
5345
5346
5347 public BigInteger getNumberOfTracks() {
5348 return numberOfTracks;
5349 }
5350
5351
5352
5353
5354
5355
5356
5357
5358
5359 public void setNumberOfTracks(BigInteger value) {
5360 this.numberOfTracks = value;
5361 }
5362
5363
5364
5365
5366
5367
5368
5369
5370
5371 public String getOperatingSystem() {
5372 return operatingSystem;
5373 }
5374
5375
5376
5377
5378
5379
5380
5381
5382
5383 public void setOperatingSystem(String value) {
5384 this.operatingSystem = value;
5385 }
5386
5387
5388
5389
5390
5391
5392
5393
5394
5395 public DecimalWithUnits getOpticalSensorResolution() {
5396 return opticalSensorResolution;
5397 }
5398
5399
5400
5401
5402
5403
5404
5405
5406
5407 public void setOpticalSensorResolution(DecimalWithUnits value) {
5408 this.opticalSensorResolution = value;
5409 }
5410
5411
5412
5413
5414
5415
5416
5417
5418
5419 public DecimalWithUnits getOpticalZoom() {
5420 return opticalZoom;
5421 }
5422
5423
5424
5425
5426
5427
5428
5429
5430
5431 public void setOpticalZoom(DecimalWithUnits value) {
5432 this.opticalZoom = value;
5433 }
5434
5435
5436
5437
5438
5439
5440
5441
5442
5443 public String getOriginalReleaseDate() {
5444 return originalReleaseDate;
5445 }
5446
5447
5448
5449
5450
5451
5452
5453
5454
5455 public void setOriginalReleaseDate(String value) {
5456 this.originalReleaseDate = value;
5457 }
5458
5459
5460
5461
5462
5463
5464
5465
5466
5467 public BigInteger getOutputWattage() {
5468 return outputWattage;
5469 }
5470
5471
5472
5473
5474
5475
5476
5477
5478
5479 public void setOutputWattage(BigInteger value) {
5480 this.outputWattage = value;
5481 }
5482
5483
5484
5485
5486
5487
5488
5489
5490
5491 public ItemAttributes.PackageDimensions getPackageDimensions() {
5492 return packageDimensions;
5493 }
5494
5495
5496
5497
5498
5499
5500
5501
5502
5503 public void setPackageDimensions(ItemAttributes.PackageDimensions value) {
5504 this.packageDimensions = value;
5505 }
5506
5507
5508
5509
5510
5511
5512
5513
5514
5515 public BigInteger getPackageQuantity() {
5516 return packageQuantity;
5517 }
5518
5519
5520
5521
5522
5523
5524
5525
5526
5527 public void setPackageQuantity(BigInteger value) {
5528 this.packageQuantity = value;
5529 }
5530
5531
5532
5533
5534
5535
5536
5537
5538
5539 public String getPearlLustre() {
5540 return pearlLustre;
5541 }
5542
5543
5544
5545
5546
5547
5548
5549
5550
5551 public void setPearlLustre(String value) {
5552 this.pearlLustre = value;
5553 }
5554
5555
5556
5557
5558
5559
5560
5561
5562
5563 public String getPearlMinimumColor() {
5564 return pearlMinimumColor;
5565 }
5566
5567
5568
5569
5570
5571
5572
5573
5574
5575 public void setPearlMinimumColor(String value) {
5576 this.pearlMinimumColor = value;
5577 }
5578
5579
5580
5581
5582
5583
5584
5585
5586
5587 public String getPearlShape() {
5588 return pearlShape;
5589 }
5590
5591
5592
5593
5594
5595
5596
5597
5598
5599 public void setPearlShape(String value) {
5600 this.pearlShape = value;
5601 }
5602
5603
5604
5605
5606
5607
5608
5609
5610
5611 public String getPearlStringingMethod() {
5612 return pearlStringingMethod;
5613 }
5614
5615
5616
5617
5618
5619
5620
5621
5622
5623 public void setPearlStringingMethod(String value) {
5624 this.pearlStringingMethod = value;
5625 }
5626
5627
5628
5629
5630
5631
5632
5633
5634
5635 public String getPearlSurfaceBlemishes() {
5636 return pearlSurfaceBlemishes;
5637 }
5638
5639
5640
5641
5642
5643
5644
5645
5646
5647 public void setPearlSurfaceBlemishes(String value) {
5648 this.pearlSurfaceBlemishes = value;
5649 }
5650
5651
5652
5653
5654
5655
5656
5657
5658
5659 public String getPearlType() {
5660 return pearlType;
5661 }
5662
5663
5664
5665
5666
5667
5668
5669
5670
5671 public void setPearlType(String value) {
5672 this.pearlType = value;
5673 }
5674
5675
5676
5677
5678
5679
5680
5681
5682
5683 public String getPearlUniformity() {
5684 return pearlUniformity;
5685 }
5686
5687
5688
5689
5690
5691
5692
5693
5694
5695 public void setPearlUniformity(String value) {
5696 this.pearlUniformity = value;
5697 }
5698
5699
5700
5701
5702
5703
5704
5705
5706
5707 public String getPhoneNumber() {
5708 return phoneNumber;
5709 }
5710
5711
5712
5713
5714
5715
5716
5717
5718
5719 public void setPhoneNumber(String value) {
5720 this.phoneNumber = value;
5721 }
5722
5723
5724
5725
5726
5727
5728
5729
5730
5731
5732
5733
5734
5735
5736
5737
5738
5739
5740
5741
5742
5743
5744
5745 public List<String> getPhotoFlashType() {
5746 if (photoFlashType == null) {
5747 photoFlashType = new ArrayList<String>();
5748 }
5749 return this.photoFlashType;
5750 }
5751
5752
5753
5754
5755
5756
5757
5758
5759
5760
5761
5762
5763
5764
5765
5766
5767
5768
5769
5770
5771
5772
5773
5774 public List<String> getPictureFormat() {
5775 if (pictureFormat == null) {
5776 pictureFormat = new ArrayList<String>();
5777 }
5778 return this.pictureFormat;
5779 }
5780
5781
5782
5783
5784
5785
5786
5787
5788
5789
5790
5791
5792
5793
5794
5795
5796
5797
5798
5799
5800
5801
5802
5803 public List<String> getPlatform() {
5804 if (platform == null) {
5805 platform = new ArrayList<String>();
5806 }
5807 return this.platform;
5808 }
5809
5810
5811
5812
5813
5814
5815
5816
5817
5818 public BigInteger getPriceRating() {
5819 return priceRating;
5820 }
5821
5822
5823
5824
5825
5826
5827
5828
5829
5830 public void setPriceRating(BigInteger value) {
5831 this.priceRating = value;
5832 }
5833
5834
5835
5836
5837
5838
5839
5840
5841
5842 public BigInteger getProcessorCount() {
5843 return processorCount;
5844 }
5845
5846
5847
5848
5849
5850
5851
5852
5853
5854 public void setProcessorCount(BigInteger value) {
5855 this.processorCount = value;
5856 }
5857
5858
5859
5860
5861
5862
5863
5864
5865
5866 public String getProductGroup() {
5867 return productGroup;
5868 }
5869
5870
5871
5872
5873
5874
5875
5876
5877
5878 public void setProductGroup(String value) {
5879 this.productGroup = value;
5880 }
5881
5882
5883
5884
5885
5886
5887
5888
5889
5890 public String getProductSiteLaunchDate() {
5891 return productSiteLaunchDate;
5892 }
5893
5894
5895
5896
5897
5898
5899
5900
5901
5902 public void setProductSiteLaunchDate(String value) {
5903 this.productSiteLaunchDate = value;
5904 }
5905
5906
5907
5908
5909
5910
5911
5912
5913
5914 public String getProductTypeName() {
5915 return productTypeName;
5916 }
5917
5918
5919
5920
5921
5922
5923
5924
5925
5926 public void setProductTypeName(String value) {
5927 this.productTypeName = value;
5928 }
5929
5930
5931
5932
5933
5934
5935
5936
5937
5938 public String getProductTypeSubcategory() {
5939 return productTypeSubcategory;
5940 }
5941
5942
5943
5944
5945
5946
5947
5948
5949
5950 public void setProductTypeSubcategory(String value) {
5951 this.productTypeSubcategory = value;
5952 }
5953
5954
5955
5956
5957
5958
5959
5960
5961
5962 public String getPromotionalTag() {
5963 return promotionalTag;
5964 }
5965
5966
5967
5968
5969
5970
5971
5972
5973
5974 public void setPromotionalTag(String value) {
5975 this.promotionalTag = value;
5976 }
5977
5978
5979
5980
5981
5982
5983
5984
5985
5986 public String getPublicationDate() {
5987 return publicationDate;
5988 }
5989
5990
5991
5992
5993
5994
5995
5996
5997
5998 public void setPublicationDate(String value) {
5999 this.publicationDate = value;
6000 }
6001
6002
6003
6004
6005
6006
6007
6008
6009
6010 public String getPublisher() {
6011 return publisher;
6012 }
6013
6014
6015
6016
6017
6018
6019
6020
6021
6022 public void setPublisher(String value) {
6023 this.publisher = value;
6024 }
6025
6026
6027
6028
6029
6030
6031
6032
6033
6034 public String getPOBoxShippingExcluded() {
6035 return poBoxShippingExcluded;
6036 }
6037
6038
6039
6040
6041
6042
6043
6044
6045
6046 public void setPOBoxShippingExcluded(String value) {
6047 this.poBoxShippingExcluded = value;
6048 }
6049
6050
6051
6052
6053
6054
6055
6056
6057
6058 public String getReadingLevel() {
6059 return readingLevel;
6060 }
6061
6062
6063
6064
6065
6066
6067
6068
6069
6070 public void setReadingLevel(String value) {
6071 this.readingLevel = value;
6072 }
6073
6074
6075
6076
6077
6078
6079
6080
6081
6082
6083
6084
6085
6086
6087
6088
6089
6090
6091
6092
6093
6094
6095
6096 public List<String> getReturnMethod() {
6097 if (returnMethod == null) {
6098 returnMethod = new ArrayList<String>();
6099 }
6100 return this.returnMethod;
6101 }
6102
6103
6104
6105
6106
6107
6108
6109
6110
6111 public BigInteger getRecorderTrackCount() {
6112 return recorderTrackCount;
6113 }
6114
6115
6116
6117
6118
6119
6120
6121
6122
6123 public void setRecorderTrackCount(BigInteger value) {
6124 this.recorderTrackCount = value;
6125 }
6126
6127
6128
6129
6130
6131
6132
6133
6134
6135 public String getRegionCode() {
6136 return regionCode;
6137 }
6138
6139
6140
6141
6142
6143
6144
6145
6146
6147 public void setRegionCode(String value) {
6148 this.regionCode = value;
6149 }
6150
6151
6152
6153
6154
6155
6156
6157
6158
6159 public String getRegionOfOrigin() {
6160 return regionOfOrigin;
6161 }
6162
6163
6164
6165
6166
6167
6168
6169
6170
6171 public void setRegionOfOrigin(String value) {
6172 this.regionOfOrigin = value;
6173 }
6174
6175
6176
6177
6178
6179
6180
6181
6182
6183 public String getReturnPolicy() {
6184 return returnPolicy;
6185 }
6186
6187
6188
6189
6190
6191
6192
6193
6194
6195 public void setReturnPolicy(String value) {
6196 this.returnPolicy = value;
6197 }
6198
6199
6200
6201
6202
6203
6204
6205
6206
6207 public String getReleaseDate() {
6208 return releaseDate;
6209 }
6210
6211
6212
6213
6214
6215
6216
6217
6218
6219 public void setReleaseDate(String value) {
6220 this.releaseDate = value;
6221 }
6222
6223
6224
6225
6226
6227
6228
6229
6230
6231 public String getRemovableMemory() {
6232 return removableMemory;
6233 }
6234
6235
6236
6237
6238
6239
6240
6241
6242
6243 public void setRemovableMemory(String value) {
6244 this.removableMemory = value;
6245 }
6246
6247
6248
6249
6250
6251
6252
6253
6254
6255 public String getRemovableStorage() {
6256 return removableStorage;
6257 }
6258
6259
6260
6261
6262
6263
6264
6265
6266
6267 public void setRemovableStorage(String value) {
6268 this.removableStorage = value;
6269 }
6270
6271
6272
6273
6274
6275
6276
6277
6278
6279 public String getRequiredVoltageRange() {
6280 return requiredVoltageRange;
6281 }
6282
6283
6284
6285
6286
6287
6288
6289
6290
6291 public void setRequiredVoltageRange(String value) {
6292 this.requiredVoltageRange = value;
6293 }
6294
6295
6296
6297
6298
6299
6300
6301
6302
6303 public String getResolutionModes() {
6304 return resolutionModes;
6305 }
6306
6307
6308
6309
6310
6311
6312
6313
6314
6315 public void setResolutionModes(String value) {
6316 this.resolutionModes = value;
6317 }
6318
6319
6320
6321
6322
6323
6324
6325
6326
6327 public String getRingSize() {
6328 return ringSize;
6329 }
6330
6331
6332
6333
6334
6335
6336
6337
6338
6339 public void setRingSize(String value) {
6340 this.ringSize = value;
6341 }
6342
6343
6344
6345
6346
6347
6348
6349
6350
6351 public DecimalWithUnits getRunningTime() {
6352 return runningTime;
6353 }
6354
6355
6356
6357
6358
6359
6360
6361
6362
6363 public void setRunningTime(DecimalWithUnits value) {
6364 this.runningTime = value;
6365 }
6366
6367
6368
6369
6370
6371
6372
6373
6374
6375 public String getScentName() {
6376 return scentName;
6377 }
6378
6379
6380
6381
6382
6383
6384
6385
6386
6387 public void setScentName(String value) {
6388 this.scentName = value;
6389 }
6390
6391
6392
6393
6394
6395
6396
6397
6398
6399 public NonNegativeIntegerWithUnits getSecondaryCacheSize() {
6400 return secondaryCacheSize;
6401 }
6402
6403
6404
6405
6406
6407
6408
6409
6410
6411 public void setSecondaryCacheSize(NonNegativeIntegerWithUnits value) {
6412 this.secondaryCacheSize = value;
6413 }
6414
6415
6416
6417
6418
6419
6420
6421
6422
6423 public String getSettingType() {
6424 return settingType;
6425 }
6426
6427
6428
6429
6430
6431
6432
6433
6434
6435 public void setSettingType(String value) {
6436 this.settingType = value;
6437 }
6438
6439
6440
6441
6442
6443
6444
6445
6446
6447 public String getShaftMaterialType() {
6448 return shaftMaterialType;
6449 }
6450
6451
6452
6453
6454
6455
6456
6457
6458
6459 public void setShaftMaterialType(String value) {
6460 this.shaftMaterialType = value;
6461 }
6462
6463
6464
6465
6466
6467
6468
6469
6470
6471 public String getSize() {
6472 return size;
6473 }
6474
6475
6476
6477
6478
6479
6480
6481
6482
6483 public void setSize(String value) {
6484 this.size = value;
6485 }
6486
6487
6488
6489
6490
6491
6492
6493
6494
6495 public String getSizePerPearl() {
6496 return sizePerPearl;
6497 }
6498
6499
6500
6501
6502
6503
6504
6505
6506
6507 public void setSizePerPearl(String value) {
6508 this.sizePerPearl = value;
6509 }
6510
6511
6512
6513
6514
6515
6516
6517
6518
6519 public String getSkillLevel() {
6520 return skillLevel;
6521 }
6522
6523
6524
6525
6526
6527
6528
6529
6530
6531 public void setSkillLevel(String value) {
6532 this.skillLevel = value;
6533 }
6534
6535
6536
6537
6538
6539
6540
6541
6542
6543 public String getSKU() {
6544 return sku;
6545 }
6546
6547
6548
6549
6550
6551
6552
6553
6554
6555 public void setSKU(String value) {
6556 this.sku = value;
6557 }
6558
6559
6560
6561
6562
6563
6564
6565
6566
6567 public String getSoldInStores() {
6568 return soldInStores;
6569 }
6570
6571
6572
6573
6574
6575
6576
6577
6578
6579 public void setSoldInStores(String value) {
6580 this.soldInStores = value;
6581 }
6582
6583
6584
6585
6586
6587
6588
6589
6590
6591 public String getSoundCardDescription() {
6592 return soundCardDescription;
6593 }
6594
6595
6596
6597
6598
6599
6600
6601
6602
6603 public void setSoundCardDescription(String value) {
6604 this.soundCardDescription = value;
6605 }
6606
6607
6608
6609
6610
6611
6612
6613
6614
6615 public BigInteger getSpeakerCount() {
6616 return speakerCount;
6617 }
6618
6619
6620
6621
6622
6623
6624
6625
6626
6627 public void setSpeakerCount(BigInteger value) {
6628 this.speakerCount = value;
6629 }
6630
6631
6632
6633
6634
6635
6636
6637
6638
6639 public String getSpeakerDescription() {
6640 return speakerDescription;
6641 }
6642
6643
6644
6645
6646
6647
6648
6649
6650
6651 public void setSpeakerDescription(String value) {
6652 this.speakerDescription = value;
6653 }
6654
6655
6656
6657
6658
6659
6660
6661
6662
6663
6664
6665
6666
6667
6668
6669
6670
6671
6672
6673
6674
6675
6676
6677 public List<String> getSpecialFeatures() {
6678 if (specialFeatures == null) {
6679 specialFeatures = new ArrayList<String>();
6680 }
6681 return this.specialFeatures;
6682 }
6683
6684
6685
6686
6687
6688
6689
6690
6691
6692 public String getStoneClarity() {
6693 return stoneClarity;
6694 }
6695
6696
6697
6698
6699
6700
6701
6702
6703
6704 public void setStoneClarity(String value) {
6705 this.stoneClarity = value;
6706 }
6707
6708
6709
6710
6711
6712
6713
6714
6715
6716 public String getStoneColor() {
6717 return stoneColor;
6718 }
6719
6720
6721
6722
6723
6724
6725
6726
6727
6728 public void setStoneColor(String value) {
6729 this.stoneColor = value;
6730 }
6731
6732
6733
6734
6735
6736
6737
6738
6739
6740 public String getStoneCut() {
6741 return stoneCut;
6742 }
6743
6744
6745
6746
6747
6748
6749
6750
6751
6752 public void setStoneCut(String value) {
6753 this.stoneCut = value;
6754 }
6755
6756
6757
6758
6759
6760
6761
6762
6763
6764 public String getStoneShape() {
6765 return stoneShape;
6766 }
6767
6768
6769
6770
6771
6772
6773
6774
6775
6776 public void setStoneShape(String value) {
6777 this.stoneShape = value;
6778 }
6779
6780
6781
6782
6783
6784
6785
6786
6787
6788 public DecimalWithUnits getStoneWeight() {
6789 return stoneWeight;
6790 }
6791
6792
6793
6794
6795
6796
6797
6798
6799
6800 public void setStoneWeight(DecimalWithUnits value) {
6801 this.stoneWeight = value;
6802 }
6803
6804
6805
6806
6807
6808
6809
6810
6811
6812 public String getStudio() {
6813 return studio;
6814 }
6815
6816
6817
6818
6819
6820
6821
6822
6823
6824 public void setStudio(String value) {
6825 this.studio = value;
6826 }
6827
6828
6829
6830
6831
6832
6833
6834
6835
6836 public String getStyle() {
6837 return style;
6838 }
6839
6840
6841
6842
6843
6844
6845
6846
6847
6848 public void setStyle(String value) {
6849 this.style = value;
6850 }
6851
6852
6853
6854
6855
6856
6857
6858
6859
6860 public NonNegativeIntegerWithUnits getSubscriptionLength() {
6861 return subscriptionLength;
6862 }
6863
6864
6865
6866
6867
6868
6869
6870
6871
6872 public void setSubscriptionLength(NonNegativeIntegerWithUnits value) {
6873 this.subscriptionLength = value;
6874 }
6875
6876
6877
6878
6879
6880
6881
6882
6883
6884
6885
6886
6887
6888
6889
6890
6891
6892
6893
6894
6895
6896
6897
6898 public List<String> getSupportedImageType() {
6899 if (supportedImageType == null) {
6900 supportedImageType = new ArrayList<String>();
6901 }
6902 return this.supportedImageType;
6903 }
6904
6905
6906
6907
6908
6909
6910
6911
6912
6913 public String getSupportedMediaSize() {
6914 return supportedMediaSize;
6915 }
6916
6917
6918
6919
6920
6921
6922
6923
6924
6925 public void setSupportedMediaSize(String value) {
6926 this.supportedMediaSize = value;
6927 }
6928
6929
6930
6931
6932
6933
6934
6935
6936
6937 public DecimalWithUnits getSystemBusSpeed() {
6938 return systemBusSpeed;
6939 }
6940
6941
6942
6943
6944
6945
6946
6947
6948
6949 public void setSystemBusSpeed(DecimalWithUnits value) {
6950 this.systemBusSpeed = value;
6951 }
6952
6953
6954
6955
6956
6957
6958
6959
6960
6961 public DecimalWithUnits getSystemMemorySizeMax() {
6962 return systemMemorySizeMax;
6963 }
6964
6965
6966
6967
6968
6969
6970
6971
6972
6973 public void setSystemMemorySizeMax(DecimalWithUnits value) {
6974 this.systemMemorySizeMax = value;
6975 }
6976
6977
6978
6979
6980
6981
6982
6983
6984
6985 public DecimalWithUnits getSystemMemorySize() {
6986 return systemMemorySize;
6987 }
6988
6989
6990
6991
6992
6993
6994
6995
6996
6997 public void setSystemMemorySize(DecimalWithUnits value) {
6998 this.systemMemorySize = value;
6999 }
7000
7001
7002
7003
7004
7005
7006
7007
7008
7009 public String getSystemMemoryType() {
7010 return systemMemoryType;
7011 }
7012
7013
7014
7015
7016
7017
7018
7019
7020
7021 public void setSystemMemoryType(String value) {
7022 this.systemMemoryType = value;
7023 }
7024
7025
7026
7027
7028
7029
7030
7031
7032
7033 public String getTellingPageIndicator() {
7034 return tellingPageIndicator;
7035 }
7036
7037
7038
7039
7040
7041
7042
7043
7044
7045 public void setTellingPageIndicator(String value) {
7046 this.tellingPageIndicator = value;
7047 }
7048
7049
7050
7051
7052
7053
7054
7055
7056
7057 public String getTheatricalReleaseDate() {
7058 return theatricalReleaseDate;
7059 }
7060
7061
7062
7063
7064
7065
7066
7067
7068
7069 public void setTheatricalReleaseDate(String value) {
7070 this.theatricalReleaseDate = value;
7071 }
7072
7073
7074
7075
7076
7077
7078
7079
7080
7081 public String getTitle() {
7082 return title;
7083 }
7084
7085
7086
7087
7088
7089
7090
7091
7092
7093 public void setTitle(String value) {
7094 this.title = value;
7095 }
7096
7097
7098
7099
7100
7101
7102
7103
7104
7105 public DecimalWithUnits getTotalDiamondWeight() {
7106 return totalDiamondWeight;
7107 }
7108
7109
7110
7111
7112
7113
7114
7115
7116
7117 public void setTotalDiamondWeight(DecimalWithUnits value) {
7118 this.totalDiamondWeight = value;
7119 }
7120
7121
7122
7123
7124
7125
7126
7127
7128
7129 public BigInteger getTotalExternalBaysFree() {
7130 return totalExternalBaysFree;
7131 }
7132
7133
7134
7135
7136
7137
7138
7139
7140
7141 public void setTotalExternalBaysFree(BigInteger value) {
7142 this.totalExternalBaysFree = value;
7143 }
7144
7145
7146
7147
7148
7149
7150
7151
7152
7153 public BigInteger getTotalFirewirePorts() {
7154 return totalFirewirePorts;
7155 }
7156
7157
7158
7159
7160
7161
7162
7163
7164
7165 public void setTotalFirewirePorts(BigInteger value) {
7166 this.totalFirewirePorts = value;
7167 }
7168
7169
7170
7171
7172
7173
7174
7175
7176
7177 public DecimalWithUnits getTotalGemWeight() {
7178 return totalGemWeight;
7179 }
7180
7181
7182
7183
7184
7185
7186
7187
7188
7189 public void setTotalGemWeight(DecimalWithUnits value) {
7190 this.totalGemWeight = value;
7191 }
7192
7193
7194
7195
7196
7197
7198
7199
7200
7201 public BigInteger getTotalInternalBaysFree() {
7202 return totalInternalBaysFree;
7203 }
7204
7205
7206
7207
7208
7209
7210
7211
7212
7213 public void setTotalInternalBaysFree(BigInteger value) {
7214 this.totalInternalBaysFree = value;
7215 }
7216
7217
7218
7219
7220
7221
7222
7223
7224
7225 public DecimalWithUnits getTotalMetalWeight() {
7226 return totalMetalWeight;
7227 }
7228
7229
7230
7231
7232
7233
7234
7235
7236
7237 public void setTotalMetalWeight(DecimalWithUnits value) {
7238 this.totalMetalWeight = value;
7239 }
7240
7241
7242
7243
7244
7245
7246
7247
7248
7249 public BigInteger getTotalNTSCPALPorts() {
7250 return totalNTSCPALPorts;
7251 }
7252
7253
7254
7255
7256
7257
7258
7259
7260
7261 public void setTotalNTSCPALPorts(BigInteger value) {
7262 this.totalNTSCPALPorts = value;
7263 }
7264
7265
7266
7267
7268
7269
7270
7271
7272
7273 public BigInteger getTotalParallelPorts() {
7274 return totalParallelPorts;
7275 }
7276
7277
7278
7279
7280
7281
7282
7283
7284
7285 public void setTotalParallelPorts(BigInteger value) {
7286 this.totalParallelPorts = value;
7287 }
7288
7289
7290
7291
7292
7293
7294
7295
7296
7297 public BigInteger getTotalPCCardSlots() {
7298 return totalPCCardSlots;
7299 }
7300
7301
7302
7303
7304
7305
7306
7307
7308
7309 public void setTotalPCCardSlots(BigInteger value) {
7310 this.totalPCCardSlots = value;
7311 }
7312
7313
7314
7315
7316
7317
7318
7319
7320
7321 public BigInteger getTotalPCISlotsFree() {
7322 return totalPCISlotsFree;
7323 }
7324
7325
7326
7327
7328
7329
7330
7331
7332
7333 public void setTotalPCISlotsFree(BigInteger value) {
7334 this.totalPCISlotsFree = value;
7335 }
7336
7337
7338
7339
7340
7341
7342
7343
7344
7345 public BigInteger getTotalSerialPorts() {
7346 return totalSerialPorts;
7347 }
7348
7349
7350
7351
7352
7353
7354
7355
7356
7357 public void setTotalSerialPorts(BigInteger value) {
7358 this.totalSerialPorts = value;
7359 }
7360
7361
7362
7363
7364
7365
7366
7367
7368
7369 public BigInteger getTotalSVideoOutPorts() {
7370 return totalSVideoOutPorts;
7371 }
7372
7373
7374
7375
7376
7377
7378
7379
7380
7381 public void setTotalSVideoOutPorts(BigInteger value) {
7382 this.totalSVideoOutPorts = value;
7383 }
7384
7385
7386
7387
7388
7389
7390
7391
7392
7393 public BigInteger getTotalUSB2Ports() {
7394 return totalUSB2Ports;
7395 }
7396
7397
7398
7399
7400
7401
7402
7403
7404
7405 public void setTotalUSB2Ports(BigInteger value) {
7406 this.totalUSB2Ports = value;
7407 }
7408
7409
7410
7411
7412
7413
7414
7415
7416
7417 public BigInteger getTotalUSBPorts() {
7418 return totalUSBPorts;
7419 }
7420
7421
7422
7423
7424
7425
7426
7427
7428
7429 public void setTotalUSBPorts(BigInteger value) {
7430 this.totalUSBPorts = value;
7431 }
7432
7433
7434
7435
7436
7437
7438
7439
7440
7441 public BigInteger getTotalVGAOutPorts() {
7442 return totalVGAOutPorts;
7443 }
7444
7445
7446
7447
7448
7449
7450
7451
7452
7453 public void setTotalVGAOutPorts(BigInteger value) {
7454 this.totalVGAOutPorts = value;
7455 }
7456
7457
7458
7459
7460
7461
7462
7463
7464
7465 public String getUPC() {
7466 return upc;
7467 }
7468
7469
7470
7471
7472
7473
7474
7475
7476
7477 public void setUPC(String value) {
7478 this.upc = value;
7479 }
7480
7481
7482
7483
7484
7485
7486
7487
7488
7489 public String getVariationDenomination() {
7490 return variationDenomination;
7491 }
7492
7493
7494
7495
7496
7497
7498
7499
7500
7501 public void setVariationDenomination(String value) {
7502 this.variationDenomination = value;
7503 }
7504
7505
7506
7507
7508
7509
7510
7511
7512
7513 public String getVariationDescription() {
7514 return variationDescription;
7515 }
7516
7517
7518
7519
7520
7521
7522
7523
7524
7525 public void setVariationDescription(String value) {
7526 this.variationDescription = value;
7527 }
7528
7529
7530
7531
7532
7533
7534
7535
7536
7537 public String getWarranty() {
7538 return warranty;
7539 }
7540
7541
7542
7543
7544
7545
7546
7547
7548
7549 public void setWarranty(String value) {
7550 this.warranty = value;
7551 }
7552
7553
7554
7555
7556
7557
7558
7559
7560
7561 public String getWatchMovementType() {
7562 return watchMovementType;
7563 }
7564
7565
7566
7567
7568
7569
7570
7571
7572
7573 public void setWatchMovementType(String value) {
7574 this.watchMovementType = value;
7575 }
7576
7577
7578
7579
7580
7581
7582
7583
7584
7585 public DecimalWithUnits getWaterResistanceDepth() {
7586 return waterResistanceDepth;
7587 }
7588
7589
7590
7591
7592
7593
7594
7595
7596
7597 public void setWaterResistanceDepth(DecimalWithUnits value) {
7598 this.waterResistanceDepth = value;
7599 }
7600
7601
7602
7603
7604
7605
7606
7607
7608
7609 public Price getWEEETaxValue() {
7610 return weeeTaxValue;
7611 }
7612
7613
7614
7615
7616
7617
7618
7619
7620
7621 public void setWEEETaxValue(Price value) {
7622 this.weeeTaxValue = value;
7623 }
7624
7625
7626
7627
7628
7629
7630
7631
7632
7633 public BigInteger getWirelessMicrophoneFrequency() {
7634 return wirelessMicrophoneFrequency;
7635 }
7636
7637
7638
7639
7640
7641
7642
7643
7644
7645 public void setWirelessMicrophoneFrequency(BigInteger value) {
7646 this.wirelessMicrophoneFrequency = value;
7647 }
7648
7649
7650
7651
7652
7653
7654
7655
7656
7657
7658
7659
7660
7661
7662
7663
7664
7665
7666
7667 @XmlAccessorType(XmlAccessType.FIELD)
7668 @XmlType(name = "", propOrder = {
7669 "value"
7670 })
7671 public static class Creator {
7672
7673 @XmlValue
7674 protected String value;
7675 @XmlAttribute(name = "Role", required = true)
7676 protected String role;
7677
7678
7679
7680
7681
7682
7683
7684
7685
7686 public String getValue() {
7687 return value;
7688 }
7689
7690
7691
7692
7693
7694
7695
7696
7697
7698 public void setValue(String value) {
7699 this.value = value;
7700 }
7701
7702
7703
7704
7705
7706
7707
7708
7709
7710 public String getRole() {
7711 return role;
7712 }
7713
7714
7715
7716
7717
7718
7719
7720
7721
7722 public void setRole(String value) {
7723 this.role = value;
7724 }
7725
7726 }
7727
7728
7729
7730
7731
7732
7733
7734
7735
7736
7737
7738
7739
7740
7741
7742
7743
7744
7745
7746
7747
7748
7749
7750
7751 @XmlAccessorType(XmlAccessType.FIELD)
7752 @XmlType(name = "", propOrder = {
7753 "height",
7754 "length",
7755 "weight",
7756 "width"
7757 })
7758 public static class ItemDimensions {
7759
7760 @XmlElement(name = "Height")
7761 protected DecimalWithUnits height;
7762 @XmlElement(name = "Length")
7763 protected DecimalWithUnits length;
7764 @XmlElement(name = "Weight")
7765 protected DecimalWithUnits weight;
7766 @XmlElement(name = "Width")
7767 protected DecimalWithUnits width;
7768
7769
7770
7771
7772
7773
7774
7775
7776
7777 public DecimalWithUnits getHeight() {
7778 return height;
7779 }
7780
7781
7782
7783
7784
7785
7786
7787
7788
7789 public void setHeight(DecimalWithUnits value) {
7790 this.height = value;
7791 }
7792
7793
7794
7795
7796
7797
7798
7799
7800
7801 public DecimalWithUnits getLength() {
7802 return length;
7803 }
7804
7805
7806
7807
7808
7809
7810
7811
7812
7813 public void setLength(DecimalWithUnits value) {
7814 this.length = value;
7815 }
7816
7817
7818
7819
7820
7821
7822
7823
7824
7825 public DecimalWithUnits getWeight() {
7826 return weight;
7827 }
7828
7829
7830
7831
7832
7833
7834
7835
7836
7837 public void setWeight(DecimalWithUnits value) {
7838 this.weight = value;
7839 }
7840
7841
7842
7843
7844
7845
7846
7847
7848
7849 public DecimalWithUnits getWidth() {
7850 return width;
7851 }
7852
7853
7854
7855
7856
7857
7858
7859
7860
7861 public void setWidth(DecimalWithUnits value) {
7862 this.width = value;
7863 }
7864
7865 }
7866
7867
7868
7869
7870
7871
7872
7873
7874
7875
7876
7877
7878
7879
7880
7881
7882
7883
7884
7885
7886
7887
7888
7889
7890
7891
7892
7893
7894
7895
7896
7897
7898
7899 @XmlAccessorType(XmlAccessType.FIELD)
7900 @XmlType(name = "", propOrder = {
7901 "language"
7902 })
7903 public static class Languages {
7904
7905 @XmlElement(name = "Language")
7906 protected List<ItemAttributes.Languages.Language> language;
7907
7908
7909
7910
7911
7912
7913
7914
7915
7916
7917
7918
7919
7920
7921
7922
7923
7924
7925
7926
7927
7928
7929
7930 public List<ItemAttributes.Languages.Language> getLanguage() {
7931 if (language == null) {
7932 language = new ArrayList<ItemAttributes.Languages.Language>();
7933 }
7934 return this.language;
7935 }
7936
7937
7938
7939
7940
7941
7942
7943
7944
7945
7946
7947
7948
7949
7950
7951
7952
7953
7954
7955
7956
7957
7958
7959 @XmlAccessorType(XmlAccessType.FIELD)
7960 @XmlType(name = "", propOrder = {
7961 "name",
7962 "type",
7963 "audioFormat"
7964 })
7965 public static class Language {
7966
7967 @XmlElement(name = "Name", required = true)
7968 protected String name;
7969 @XmlElement(name = "Type")
7970 protected String type;
7971 @XmlElement(name = "AudioFormat")
7972 protected String audioFormat;
7973
7974
7975
7976
7977
7978
7979
7980
7981
7982 public String getName() {
7983 return name;
7984 }
7985
7986
7987
7988
7989
7990
7991
7992
7993
7994 public void setName(String value) {
7995 this.name = value;
7996 }
7997
7998
7999
8000
8001
8002
8003
8004
8005
8006 public String getType() {
8007 return type;
8008 }
8009
8010
8011
8012
8013
8014
8015
8016
8017
8018 public void setType(String value) {
8019 this.type = value;
8020 }
8021
8022
8023
8024
8025
8026
8027
8028
8029
8030 public String getAudioFormat() {
8031 return audioFormat;
8032 }
8033
8034
8035
8036
8037
8038
8039
8040
8041
8042 public void setAudioFormat(String value) {
8043 this.audioFormat = value;
8044 }
8045
8046 }
8047
8048 }
8049
8050
8051
8052
8053
8054
8055
8056
8057
8058
8059
8060
8061
8062
8063
8064
8065
8066
8067
8068
8069
8070
8071
8072
8073 @XmlAccessorType(XmlAccessType.FIELD)
8074 @XmlType(name = "", propOrder = {
8075 "height",
8076 "length",
8077 "weight",
8078 "width"
8079 })
8080 public static class PackageDimensions {
8081
8082 @XmlElement(name = "Height")
8083 protected DecimalWithUnits height;
8084 @XmlElement(name = "Length")
8085 protected DecimalWithUnits length;
8086 @XmlElement(name = "Weight")
8087 protected DecimalWithUnits weight;
8088 @XmlElement(name = "Width")
8089 protected DecimalWithUnits width;
8090
8091
8092
8093
8094
8095
8096
8097
8098
8099 public DecimalWithUnits getHeight() {
8100 return height;
8101 }
8102
8103
8104
8105
8106
8107
8108
8109
8110
8111 public void setHeight(DecimalWithUnits value) {
8112 this.height = value;
8113 }
8114
8115
8116
8117
8118
8119
8120
8121
8122
8123 public DecimalWithUnits getLength() {
8124 return length;
8125 }
8126
8127
8128
8129
8130
8131
8132
8133
8134
8135 public void setLength(DecimalWithUnits value) {
8136 this.length = value;
8137 }
8138
8139
8140
8141
8142
8143
8144
8145
8146
8147 public DecimalWithUnits getWeight() {
8148 return weight;
8149 }
8150
8151
8152
8153
8154
8155
8156
8157
8158
8159 public void setWeight(DecimalWithUnits value) {
8160 this.weight = value;
8161 }
8162
8163
8164
8165
8166
8167
8168
8169
8170
8171 public DecimalWithUnits getWidth() {
8172 return width;
8173 }
8174
8175
8176
8177
8178
8179
8180
8181
8182
8183 public void setWidth(DecimalWithUnits value) {
8184 this.width = value;
8185 }
8186
8187 }
8188
8189 }