Subversion Repositories SmartDukaan

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
7487 kshitij.so 1
//
2
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10 in JDK 6 
3
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a> 
4
// Any modifications to this file will be lost upon recompilation of the source schema. 
5
// Generated on: 2013.03.04 at 03:49:29 PM IST 
6
//
7
 
8
 
9
package in.shop2020.feeds.products;
10
 
11
import java.math.BigInteger;
12
import javax.xml.bind.annotation.XmlAccessType;
13
import javax.xml.bind.annotation.XmlAccessorType;
14
import javax.xml.bind.annotation.XmlElement;
15
import javax.xml.bind.annotation.XmlRootElement;
16
import javax.xml.bind.annotation.XmlSchemaType;
17
import javax.xml.bind.annotation.XmlType;
18
import javax.xml.bind.annotation.adapters.NormalizedStringAdapter;
19
import javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter;
20
 
21
 
22
/**
23
 * <p>Java class for anonymous complex type.
24
 * 
25
 * <p>The following schema fragment specifies the expected content contained within this class.
26
 * 
27
 * <pre>
28
 * &lt;complexType>
29
 *   &lt;complexContent>
30
 *     &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
31
 *       &lt;sequence>
32
 *         &lt;element name="ProductType">
33
 *           &lt;simpleType>
34
 *             &lt;restriction base="{}HundredString">
35
 *               &lt;enumeration value="SportsMemorabilia"/>
36
 *             &lt;/restriction>
37
 *           &lt;/simpleType>
38
 *         &lt;/element>
39
 *         &lt;element name="AuthenticatedBy" type="{}HundredString"/>
40
 *         &lt;element name="AuthenticityCertificateNumber" type="{}HundredString" minOccurs="0"/>
41
 *         &lt;element name="Autographed" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
42
 *         &lt;element name="ConditionProvidedBy" type="{}HundredString"/>
43
 *         &lt;element name="ConditionRating" type="{}HundredString"/>
44
 *         &lt;element name="EventName" type="{}HundredString" minOccurs="0"/>
45
 *         &lt;element name="GameUsed" type="{}HundredString" minOccurs="0"/>
46
 *         &lt;element name="IsVeryHighValue" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
47
 *         &lt;element name="ItemThickness" type="{}LengthDimension" minOccurs="0"/>
48
 *         &lt;element name="JerseyType" type="{}HundredString" minOccurs="0"/>
49
 *         &lt;element name="LeagueName" type="{}HundredString" minOccurs="0"/>
50
 *         &lt;element name="LotType" type="{}HundredString" minOccurs="0"/>
51
 *         &lt;element name="Material" type="{}HundredString" minOccurs="0"/>
52
 *         &lt;element name="NumberOfPages" type="{http://www.w3.org/2001/XMLSchema}positiveInteger" minOccurs="0"/>
53
 *         &lt;element name="NumberOfPieces" type="{http://www.w3.org/2001/XMLSchema}positiveInteger" minOccurs="0"/>
54
 *         &lt;element name="Packaging" type="{}HundredString" minOccurs="0"/>
55
 *         &lt;element name="PlayerName" type="{}HundredString" minOccurs="0"/>
56
 *         &lt;element name="Season" type="{}HundredString" minOccurs="0"/>
57
 *         &lt;element name="SignedBy" type="{}HundredString" minOccurs="0"/>
58
 *         &lt;element name="Sport" type="{}HundredString" minOccurs="0"/>
59
 *         &lt;element name="TeamName" type="{}HundredString" minOccurs="0"/>
60
 *         &lt;element name="UniformNumber" type="{http://www.w3.org/2001/XMLSchema}positiveInteger" minOccurs="0"/>
61
 *         &lt;element name="WhatsInTheBox" type="{}HundredString" minOccurs="0"/>
62
 *         &lt;element name="Year" type="{http://www.w3.org/2001/XMLSchema}positiveInteger" minOccurs="0"/>
63
 *       &lt;/sequence>
64
 *     &lt;/restriction>
65
 *   &lt;/complexContent>
66
 * &lt;/complexType>
67
 * </pre>
68
 * 
69
 * 
70
 */
71
@XmlAccessorType(XmlAccessType.FIELD)
72
@XmlType(name = "", propOrder = {
73
    "productType",
74
    "authenticatedBy",
75
    "authenticityCertificateNumber",
76
    "autographed",
77
    "conditionProvidedBy",
78
    "conditionRating",
79
    "eventName",
80
    "gameUsed",
81
    "isVeryHighValue",
82
    "itemThickness",
83
    "jerseyType",
84
    "leagueName",
85
    "lotType",
86
    "material",
87
    "numberOfPages",
88
    "numberOfPieces",
89
    "packaging",
90
    "playerName",
91
    "season",
92
    "signedBy",
93
    "sport",
94
    "teamName",
95
    "uniformNumber",
96
    "whatsInTheBox",
97
    "year"
98
})
99
@XmlRootElement(name = "SportsMemorabilia")
100
public class SportsMemorabilia {
101
 
102
    @XmlElement(name = "ProductType", required = true)
103
    @XmlJavaTypeAdapter(NormalizedStringAdapter.class)
104
    protected String productType;
105
    @XmlElement(name = "AuthenticatedBy", required = true)
106
    @XmlJavaTypeAdapter(NormalizedStringAdapter.class)
107
    protected String authenticatedBy;
108
    @XmlElement(name = "AuthenticityCertificateNumber")
109
    @XmlJavaTypeAdapter(NormalizedStringAdapter.class)
110
    protected String authenticityCertificateNumber;
111
    @XmlElement(name = "Autographed")
112
    protected Boolean autographed;
113
    @XmlElement(name = "ConditionProvidedBy", required = true)
114
    @XmlJavaTypeAdapter(NormalizedStringAdapter.class)
115
    protected String conditionProvidedBy;
116
    @XmlElement(name = "ConditionRating", required = true)
117
    @XmlJavaTypeAdapter(NormalizedStringAdapter.class)
118
    protected String conditionRating;
119
    @XmlElement(name = "EventName")
120
    @XmlJavaTypeAdapter(NormalizedStringAdapter.class)
121
    protected String eventName;
122
    @XmlElement(name = "GameUsed")
123
    @XmlJavaTypeAdapter(NormalizedStringAdapter.class)
124
    protected String gameUsed;
125
    @XmlElement(name = "IsVeryHighValue")
126
    protected Boolean isVeryHighValue;
127
    @XmlElement(name = "ItemThickness")
128
    protected LengthDimension itemThickness;
129
    @XmlElement(name = "JerseyType")
130
    @XmlJavaTypeAdapter(NormalizedStringAdapter.class)
131
    protected String jerseyType;
132
    @XmlElement(name = "LeagueName")
133
    @XmlJavaTypeAdapter(NormalizedStringAdapter.class)
134
    protected String leagueName;
135
    @XmlElement(name = "LotType")
136
    @XmlJavaTypeAdapter(NormalizedStringAdapter.class)
137
    protected String lotType;
138
    @XmlElement(name = "Material")
139
    @XmlJavaTypeAdapter(NormalizedStringAdapter.class)
140
    protected String material;
141
    @XmlElement(name = "NumberOfPages")
142
    @XmlSchemaType(name = "positiveInteger")
143
    protected BigInteger numberOfPages;
144
    @XmlElement(name = "NumberOfPieces")
145
    @XmlSchemaType(name = "positiveInteger")
146
    protected BigInteger numberOfPieces;
147
    @XmlElement(name = "Packaging")
148
    @XmlJavaTypeAdapter(NormalizedStringAdapter.class)
149
    protected String packaging;
150
    @XmlElement(name = "PlayerName")
151
    @XmlJavaTypeAdapter(NormalizedStringAdapter.class)
152
    protected String playerName;
153
    @XmlElement(name = "Season")
154
    @XmlJavaTypeAdapter(NormalizedStringAdapter.class)
155
    protected String season;
156
    @XmlElement(name = "SignedBy")
157
    @XmlJavaTypeAdapter(NormalizedStringAdapter.class)
158
    protected String signedBy;
159
    @XmlElement(name = "Sport")
160
    @XmlJavaTypeAdapter(NormalizedStringAdapter.class)
161
    protected String sport;
162
    @XmlElement(name = "TeamName")
163
    @XmlJavaTypeAdapter(NormalizedStringAdapter.class)
164
    protected String teamName;
165
    @XmlElement(name = "UniformNumber")
166
    @XmlSchemaType(name = "positiveInteger")
167
    protected BigInteger uniformNumber;
168
    @XmlElement(name = "WhatsInTheBox")
169
    @XmlJavaTypeAdapter(NormalizedStringAdapter.class)
170
    protected String whatsInTheBox;
171
    @XmlElement(name = "Year")
172
    @XmlSchemaType(name = "positiveInteger")
173
    protected BigInteger year;
174
 
175
    /**
176
     * Gets the value of the productType property.
177
     * 
178
     * @return
179
     *     possible object is
180
     *     {@link String }
181
     *     
182
     */
183
    public String getProductType() {
184
        return productType;
185
    }
186
 
187
    /**
188
     * Sets the value of the productType property.
189
     * 
190
     * @param value
191
     *     allowed object is
192
     *     {@link String }
193
     *     
194
     */
195
    public void setProductType(String value) {
196
        this.productType = value;
197
    }
198
 
199
    /**
200
     * Gets the value of the authenticatedBy property.
201
     * 
202
     * @return
203
     *     possible object is
204
     *     {@link String }
205
     *     
206
     */
207
    public String getAuthenticatedBy() {
208
        return authenticatedBy;
209
    }
210
 
211
    /**
212
     * Sets the value of the authenticatedBy property.
213
     * 
214
     * @param value
215
     *     allowed object is
216
     *     {@link String }
217
     *     
218
     */
219
    public void setAuthenticatedBy(String value) {
220
        this.authenticatedBy = value;
221
    }
222
 
223
    /**
224
     * Gets the value of the authenticityCertificateNumber property.
225
     * 
226
     * @return
227
     *     possible object is
228
     *     {@link String }
229
     *     
230
     */
231
    public String getAuthenticityCertificateNumber() {
232
        return authenticityCertificateNumber;
233
    }
234
 
235
    /**
236
     * Sets the value of the authenticityCertificateNumber property.
237
     * 
238
     * @param value
239
     *     allowed object is
240
     *     {@link String }
241
     *     
242
     */
243
    public void setAuthenticityCertificateNumber(String value) {
244
        this.authenticityCertificateNumber = value;
245
    }
246
 
247
    /**
248
     * Gets the value of the autographed property.
249
     * 
250
     * @return
251
     *     possible object is
252
     *     {@link Boolean }
253
     *     
254
     */
255
    public Boolean isAutographed() {
256
        return autographed;
257
    }
258
 
259
    /**
260
     * Sets the value of the autographed property.
261
     * 
262
     * @param value
263
     *     allowed object is
264
     *     {@link Boolean }
265
     *     
266
     */
267
    public void setAutographed(Boolean value) {
268
        this.autographed = value;
269
    }
270
 
271
    /**
272
     * Gets the value of the conditionProvidedBy property.
273
     * 
274
     * @return
275
     *     possible object is
276
     *     {@link String }
277
     *     
278
     */
279
    public String getConditionProvidedBy() {
280
        return conditionProvidedBy;
281
    }
282
 
283
    /**
284
     * Sets the value of the conditionProvidedBy property.
285
     * 
286
     * @param value
287
     *     allowed object is
288
     *     {@link String }
289
     *     
290
     */
291
    public void setConditionProvidedBy(String value) {
292
        this.conditionProvidedBy = value;
293
    }
294
 
295
    /**
296
     * Gets the value of the conditionRating property.
297
     * 
298
     * @return
299
     *     possible object is
300
     *     {@link String }
301
     *     
302
     */
303
    public String getConditionRating() {
304
        return conditionRating;
305
    }
306
 
307
    /**
308
     * Sets the value of the conditionRating property.
309
     * 
310
     * @param value
311
     *     allowed object is
312
     *     {@link String }
313
     *     
314
     */
315
    public void setConditionRating(String value) {
316
        this.conditionRating = value;
317
    }
318
 
319
    /**
320
     * Gets the value of the eventName property.
321
     * 
322
     * @return
323
     *     possible object is
324
     *     {@link String }
325
     *     
326
     */
327
    public String getEventName() {
328
        return eventName;
329
    }
330
 
331
    /**
332
     * Sets the value of the eventName property.
333
     * 
334
     * @param value
335
     *     allowed object is
336
     *     {@link String }
337
     *     
338
     */
339
    public void setEventName(String value) {
340
        this.eventName = value;
341
    }
342
 
343
    /**
344
     * Gets the value of the gameUsed property.
345
     * 
346
     * @return
347
     *     possible object is
348
     *     {@link String }
349
     *     
350
     */
351
    public String getGameUsed() {
352
        return gameUsed;
353
    }
354
 
355
    /**
356
     * Sets the value of the gameUsed property.
357
     * 
358
     * @param value
359
     *     allowed object is
360
     *     {@link String }
361
     *     
362
     */
363
    public void setGameUsed(String value) {
364
        this.gameUsed = value;
365
    }
366
 
367
    /**
368
     * Gets the value of the isVeryHighValue property.
369
     * 
370
     * @return
371
     *     possible object is
372
     *     {@link Boolean }
373
     *     
374
     */
375
    public Boolean isIsVeryHighValue() {
376
        return isVeryHighValue;
377
    }
378
 
379
    /**
380
     * Sets the value of the isVeryHighValue property.
381
     * 
382
     * @param value
383
     *     allowed object is
384
     *     {@link Boolean }
385
     *     
386
     */
387
    public void setIsVeryHighValue(Boolean value) {
388
        this.isVeryHighValue = value;
389
    }
390
 
391
    /**
392
     * Gets the value of the itemThickness property.
393
     * 
394
     * @return
395
     *     possible object is
396
     *     {@link LengthDimension }
397
     *     
398
     */
399
    public LengthDimension getItemThickness() {
400
        return itemThickness;
401
    }
402
 
403
    /**
404
     * Sets the value of the itemThickness property.
405
     * 
406
     * @param value
407
     *     allowed object is
408
     *     {@link LengthDimension }
409
     *     
410
     */
411
    public void setItemThickness(LengthDimension value) {
412
        this.itemThickness = value;
413
    }
414
 
415
    /**
416
     * Gets the value of the jerseyType property.
417
     * 
418
     * @return
419
     *     possible object is
420
     *     {@link String }
421
     *     
422
     */
423
    public String getJerseyType() {
424
        return jerseyType;
425
    }
426
 
427
    /**
428
     * Sets the value of the jerseyType property.
429
     * 
430
     * @param value
431
     *     allowed object is
432
     *     {@link String }
433
     *     
434
     */
435
    public void setJerseyType(String value) {
436
        this.jerseyType = value;
437
    }
438
 
439
    /**
440
     * Gets the value of the leagueName property.
441
     * 
442
     * @return
443
     *     possible object is
444
     *     {@link String }
445
     *     
446
     */
447
    public String getLeagueName() {
448
        return leagueName;
449
    }
450
 
451
    /**
452
     * Sets the value of the leagueName property.
453
     * 
454
     * @param value
455
     *     allowed object is
456
     *     {@link String }
457
     *     
458
     */
459
    public void setLeagueName(String value) {
460
        this.leagueName = value;
461
    }
462
 
463
    /**
464
     * Gets the value of the lotType property.
465
     * 
466
     * @return
467
     *     possible object is
468
     *     {@link String }
469
     *     
470
     */
471
    public String getLotType() {
472
        return lotType;
473
    }
474
 
475
    /**
476
     * Sets the value of the lotType property.
477
     * 
478
     * @param value
479
     *     allowed object is
480
     *     {@link String }
481
     *     
482
     */
483
    public void setLotType(String value) {
484
        this.lotType = value;
485
    }
486
 
487
    /**
488
     * Gets the value of the material property.
489
     * 
490
     * @return
491
     *     possible object is
492
     *     {@link String }
493
     *     
494
     */
495
    public String getMaterial() {
496
        return material;
497
    }
498
 
499
    /**
500
     * Sets the value of the material property.
501
     * 
502
     * @param value
503
     *     allowed object is
504
     *     {@link String }
505
     *     
506
     */
507
    public void setMaterial(String value) {
508
        this.material = value;
509
    }
510
 
511
    /**
512
     * Gets the value of the numberOfPages property.
513
     * 
514
     * @return
515
     *     possible object is
516
     *     {@link BigInteger }
517
     *     
518
     */
519
    public BigInteger getNumberOfPages() {
520
        return numberOfPages;
521
    }
522
 
523
    /**
524
     * Sets the value of the numberOfPages property.
525
     * 
526
     * @param value
527
     *     allowed object is
528
     *     {@link BigInteger }
529
     *     
530
     */
531
    public void setNumberOfPages(BigInteger value) {
532
        this.numberOfPages = value;
533
    }
534
 
535
    /**
536
     * Gets the value of the numberOfPieces property.
537
     * 
538
     * @return
539
     *     possible object is
540
     *     {@link BigInteger }
541
     *     
542
     */
543
    public BigInteger getNumberOfPieces() {
544
        return numberOfPieces;
545
    }
546
 
547
    /**
548
     * Sets the value of the numberOfPieces property.
549
     * 
550
     * @param value
551
     *     allowed object is
552
     *     {@link BigInteger }
553
     *     
554
     */
555
    public void setNumberOfPieces(BigInteger value) {
556
        this.numberOfPieces = value;
557
    }
558
 
559
    /**
560
     * Gets the value of the packaging property.
561
     * 
562
     * @return
563
     *     possible object is
564
     *     {@link String }
565
     *     
566
     */
567
    public String getPackaging() {
568
        return packaging;
569
    }
570
 
571
    /**
572
     * Sets the value of the packaging property.
573
     * 
574
     * @param value
575
     *     allowed object is
576
     *     {@link String }
577
     *     
578
     */
579
    public void setPackaging(String value) {
580
        this.packaging = value;
581
    }
582
 
583
    /**
584
     * Gets the value of the playerName property.
585
     * 
586
     * @return
587
     *     possible object is
588
     *     {@link String }
589
     *     
590
     */
591
    public String getPlayerName() {
592
        return playerName;
593
    }
594
 
595
    /**
596
     * Sets the value of the playerName property.
597
     * 
598
     * @param value
599
     *     allowed object is
600
     *     {@link String }
601
     *     
602
     */
603
    public void setPlayerName(String value) {
604
        this.playerName = value;
605
    }
606
 
607
    /**
608
     * Gets the value of the season property.
609
     * 
610
     * @return
611
     *     possible object is
612
     *     {@link String }
613
     *     
614
     */
615
    public String getSeason() {
616
        return season;
617
    }
618
 
619
    /**
620
     * Sets the value of the season property.
621
     * 
622
     * @param value
623
     *     allowed object is
624
     *     {@link String }
625
     *     
626
     */
627
    public void setSeason(String value) {
628
        this.season = value;
629
    }
630
 
631
    /**
632
     * Gets the value of the signedBy property.
633
     * 
634
     * @return
635
     *     possible object is
636
     *     {@link String }
637
     *     
638
     */
639
    public String getSignedBy() {
640
        return signedBy;
641
    }
642
 
643
    /**
644
     * Sets the value of the signedBy property.
645
     * 
646
     * @param value
647
     *     allowed object is
648
     *     {@link String }
649
     *     
650
     */
651
    public void setSignedBy(String value) {
652
        this.signedBy = value;
653
    }
654
 
655
    /**
656
     * Gets the value of the sport property.
657
     * 
658
     * @return
659
     *     possible object is
660
     *     {@link String }
661
     *     
662
     */
663
    public String getSport() {
664
        return sport;
665
    }
666
 
667
    /**
668
     * Sets the value of the sport property.
669
     * 
670
     * @param value
671
     *     allowed object is
672
     *     {@link String }
673
     *     
674
     */
675
    public void setSport(String value) {
676
        this.sport = value;
677
    }
678
 
679
    /**
680
     * Gets the value of the teamName property.
681
     * 
682
     * @return
683
     *     possible object is
684
     *     {@link String }
685
     *     
686
     */
687
    public String getTeamName() {
688
        return teamName;
689
    }
690
 
691
    /**
692
     * Sets the value of the teamName property.
693
     * 
694
     * @param value
695
     *     allowed object is
696
     *     {@link String }
697
     *     
698
     */
699
    public void setTeamName(String value) {
700
        this.teamName = value;
701
    }
702
 
703
    /**
704
     * Gets the value of the uniformNumber property.
705
     * 
706
     * @return
707
     *     possible object is
708
     *     {@link BigInteger }
709
     *     
710
     */
711
    public BigInteger getUniformNumber() {
712
        return uniformNumber;
713
    }
714
 
715
    /**
716
     * Sets the value of the uniformNumber property.
717
     * 
718
     * @param value
719
     *     allowed object is
720
     *     {@link BigInteger }
721
     *     
722
     */
723
    public void setUniformNumber(BigInteger value) {
724
        this.uniformNumber = value;
725
    }
726
 
727
    /**
728
     * Gets the value of the whatsInTheBox property.
729
     * 
730
     * @return
731
     *     possible object is
732
     *     {@link String }
733
     *     
734
     */
735
    public String getWhatsInTheBox() {
736
        return whatsInTheBox;
737
    }
738
 
739
    /**
740
     * Sets the value of the whatsInTheBox property.
741
     * 
742
     * @param value
743
     *     allowed object is
744
     *     {@link String }
745
     *     
746
     */
747
    public void setWhatsInTheBox(String value) {
748
        this.whatsInTheBox = value;
749
    }
750
 
751
    /**
752
     * Gets the value of the year property.
753
     * 
754
     * @return
755
     *     possible object is
756
     *     {@link BigInteger }
757
     *     
758
     */
759
    public BigInteger getYear() {
760
        return year;
761
    }
762
 
763
    /**
764
     * Sets the value of the year property.
765
     * 
766
     * @param value
767
     *     allowed object is
768
     *     {@link BigInteger }
769
     *     
770
     */
771
    public void setYear(BigInteger value) {
772
        this.year = value;
773
    }
774
 
775
}