Subversion Repositories SmartDukaan

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
7480 vikram.rag 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.BigDecimal;
12
import java.math.BigInteger;
13
import java.util.ArrayList;
14
import java.util.List;
15
import javax.xml.bind.annotation.XmlAccessType;
16
import javax.xml.bind.annotation.XmlAccessorType;
17
import javax.xml.bind.annotation.XmlAttribute;
18
import javax.xml.bind.annotation.XmlElement;
19
import javax.xml.bind.annotation.XmlRootElement;
20
import javax.xml.bind.annotation.XmlSchemaType;
21
import javax.xml.bind.annotation.XmlType;
22
import javax.xml.bind.annotation.XmlValue;
23
import javax.xml.bind.annotation.adapters.NormalizedStringAdapter;
24
import javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter;
25
 
26
 
27
/**
28
 * <p>Java class for anonymous complex type.
29
 * 
30
 * <p>The following schema fragment specifies the expected content contained within this class.
31
 * 
32
 * <pre>
33
 * &lt;complexType>
34
 *   &lt;complexContent>
35
 *     &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
36
 *       &lt;sequence>
37
 *         &lt;element name="VariationData" minOccurs="0">
38
 *           &lt;complexType>
39
 *             &lt;complexContent>
40
 *               &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
41
 *                 &lt;sequence>
42
 *                   &lt;element name="Parentage">
43
 *                     &lt;simpleType>
44
 *                       &lt;restriction base="{http://www.w3.org/2001/XMLSchema}string">
45
 *                         &lt;enumeration value="parent"/>
46
 *                         &lt;enumeration value="child"/>
47
 *                       &lt;/restriction>
48
 *                     &lt;/simpleType>
49
 *                   &lt;/element>
50
 *                   &lt;element name="VariationTheme" minOccurs="0">
51
 *                     &lt;simpleType>
52
 *                       &lt;restriction base="{http://www.w3.org/2001/XMLSchema}string">
53
 *                         &lt;enumeration value="Size"/>
54
 *                         &lt;enumeration value="Flavor"/>
55
 *                         &lt;enumeration value="Flavor-Size"/>
56
 *                         &lt;enumeration value="PatternName"/>
57
 *                       &lt;/restriction>
58
 *                     &lt;/simpleType>
59
 *                   &lt;/element>
60
 *                   &lt;element name="Size" type="{}StringNotNull" minOccurs="0"/>
61
 *                   &lt;element name="Flavor" type="{}StringNotNull" minOccurs="0"/>
62
 *                   &lt;element name="PatternName" type="{}HundredString" minOccurs="0"/>
63
 *                 &lt;/sequence>
64
 *               &lt;/restriction>
65
 *             &lt;/complexContent>
66
 *           &lt;/complexType>
67
 *         &lt;/element>
68
 *         &lt;element name="CountryProducedIn" type="{}LongStringNotNull" minOccurs="0"/>
69
 *         &lt;element name="RegionOfOrigin" type="{}StringNotNull" minOccurs="0"/>
70
 *         &lt;element name="Prefecture" type="{}StringNotNull" minOccurs="0"/>
71
 *         &lt;element name="ItemForm" type="{}String" minOccurs="0"/>
72
 *         &lt;element name="Ingredients" type="{}LongStringNotNull" minOccurs="0"/>
73
 *         &lt;element name="NutritionalFacts" type="{}LongStringNotNull" minOccurs="0"/>
74
 *         &lt;element name="KosherCertification" type="{}HundredString" maxOccurs="5" minOccurs="0"/>
75
 *         &lt;element name="OrganicCertification" type="{}HundredString" maxOccurs="5" minOccurs="0"/>
76
 *         &lt;element name="ItemSpecialty" type="{}StringNotNull" maxOccurs="5" minOccurs="0"/>
77
 *         &lt;element name="VarietalComposition" type="{}String" minOccurs="0"/>
78
 *         &lt;element name="Vintage" type="{}FourDigitYear" minOccurs="0"/>
79
 *         &lt;element name="BodyDescription" type="{}String" minOccurs="0"/>
80
 *         &lt;element name="TasteDescription" type="{}String" minOccurs="0"/>
81
 *         &lt;element name="AlcoholContent" minOccurs="0">
82
 *           &lt;complexType>
83
 *             &lt;simpleContent>
84
 *               &lt;extension base="&lt;>Dimension">
85
 *                 &lt;attribute name="unitOfMeasure" use="required">
86
 *                   &lt;simpleType>
87
 *                     &lt;restriction base="{http://www.w3.org/2001/XMLSchema}string">
88
 *                       &lt;enumeration value="percent_by_volume"/>
89
 *                       &lt;enumeration value="percent_by_weight"/>
90
 *                       &lt;enumeration value="proof"/>
91
 *                       &lt;enumeration value="unit_of_alcohol"/>
92
 *                     &lt;/restriction>
93
 *                   &lt;/simpleType>
94
 *                 &lt;/attribute>
95
 *               &lt;/extension>
96
 *             &lt;/simpleContent>
97
 *           &lt;/complexType>
98
 *         &lt;/element>
99
 *         &lt;element name="CaffeineContent" type="{}String" minOccurs="0"/>
100
 *         &lt;element name="Warnings" type="{}LongStringNotNull" minOccurs="0"/>
101
 *         &lt;element name="IsPerishable" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
102
 *         &lt;element name="StorageInstructions" type="{}HundredString" minOccurs="0"/>
103
 *         &lt;element name="Directions" type="{}LongStringNotNull" minOccurs="0"/>
104
 *         &lt;element name="RecommendedServingInstructions" type="{}String" minOccurs="0"/>
105
 *         &lt;element name="Occasion" type="{}MediumStringNotNull" minOccurs="0"/>
106
 *         &lt;element name="AwardsWon" type="{}HundredString" maxOccurs="5" minOccurs="0"/>
107
 *         &lt;element name="AgeRangeDescription" type="{}String" minOccurs="0"/>
108
 *         &lt;element name="ItemPackageQuantity" type="{http://www.w3.org/2001/XMLSchema}positiveInteger" minOccurs="0"/>
109
 *         &lt;element name="NumberOfItems" type="{http://www.w3.org/2001/XMLSchema}positiveInteger" minOccurs="0"/>
110
 *         &lt;element name="DisplayLength" type="{}LengthDimension" minOccurs="0"/>
111
 *         &lt;element name="DisplayWeight" type="{}WeightDimension" minOccurs="0"/>
112
 *         &lt;element name="DisplayVolume" type="{}VolumeDimension" minOccurs="0"/>
113
 *         &lt;element name="ContainerType" type="{}String" minOccurs="0"/>
114
 *         &lt;element name="UnitCount" minOccurs="0">
115
 *           &lt;complexType>
116
 *             &lt;simpleContent>
117
 *               &lt;extension base="&lt;http://www.w3.org/2001/XMLSchema>positiveInteger">
118
 *                 &lt;attribute name="unitOfMeasure" use="required" type="{}StringNotNull" />
119
 *               &lt;/extension>
120
 *             &lt;/simpleContent>
121
 *           &lt;/complexType>
122
 *         &lt;/element>
123
 *         &lt;element name="NutritionalFactsGroup" minOccurs="0">
124
 *           &lt;complexType>
125
 *             &lt;complexContent>
126
 *               &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
127
 *                 &lt;sequence>
128
 *                   &lt;element ref="{}AllergenInformation" maxOccurs="5" minOccurs="0"/>
129
 *                   &lt;element name="SpecialIngredients" type="{}HundredString" maxOccurs="5" minOccurs="0"/>
130
 *                 &lt;/sequence>
131
 *               &lt;/restriction>
132
 *             &lt;/complexContent>
133
 *           &lt;/complexType>
134
 *         &lt;/element>
135
 *         &lt;element name="Cuisine" type="{}String" minOccurs="0"/>
136
 *         &lt;element name="UseByRecommendation" type="{}String" minOccurs="0"/>
137
 *       &lt;/sequence>
138
 *     &lt;/restriction>
139
 *   &lt;/complexContent>
140
 * &lt;/complexType>
141
 * </pre>
142
 * 
143
 * 
144
 */
145
@XmlAccessorType(XmlAccessType.FIELD)
146
@XmlType(name = "", propOrder = {
147
    "variationData",
148
    "countryProducedIn",
149
    "regionOfOrigin",
150
    "prefecture",
151
    "itemForm",
152
    "ingredients",
153
    "nutritionalFacts",
154
    "kosherCertification",
155
    "organicCertification",
156
    "itemSpecialty",
157
    "varietalComposition",
158
    "vintage",
159
    "bodyDescription",
160
    "tasteDescription",
161
    "alcoholContent",
162
    "caffeineContent",
163
    "warnings",
164
    "isPerishable",
165
    "storageInstructions",
166
    "directions",
167
    "recommendedServingInstructions",
168
    "occasion",
169
    "awardsWon",
170
    "ageRangeDescription",
171
    "itemPackageQuantity",
172
    "numberOfItems",
173
    "displayLength",
174
    "displayWeight",
175
    "displayVolume",
176
    "containerType",
177
    "unitCount",
178
    "nutritionalFactsGroup",
179
    "cuisine",
180
    "useByRecommendation"
181
})
182
@XmlRootElement(name = "AlcoholicBeverages")
183
public class AlcoholicBeverages {
184
 
185
    @XmlElement(name = "VariationData")
186
    protected AlcoholicBeverages.VariationData variationData;
187
    @XmlElement(name = "CountryProducedIn")
188
    @XmlJavaTypeAdapter(NormalizedStringAdapter.class)
189
    protected String countryProducedIn;
190
    @XmlElement(name = "RegionOfOrigin")
191
    @XmlJavaTypeAdapter(NormalizedStringAdapter.class)
192
    protected String regionOfOrigin;
193
    @XmlElement(name = "Prefecture")
194
    @XmlJavaTypeAdapter(NormalizedStringAdapter.class)
195
    protected String prefecture;
196
    @XmlElement(name = "ItemForm")
197
    @XmlJavaTypeAdapter(NormalizedStringAdapter.class)
198
    protected String itemForm;
199
    @XmlElement(name = "Ingredients")
200
    @XmlJavaTypeAdapter(NormalizedStringAdapter.class)
201
    protected String ingredients;
202
    @XmlElement(name = "NutritionalFacts")
203
    @XmlJavaTypeAdapter(NormalizedStringAdapter.class)
204
    protected String nutritionalFacts;
205
    @XmlElement(name = "KosherCertification")
206
    @XmlJavaTypeAdapter(NormalizedStringAdapter.class)
207
    protected List<String> kosherCertification;
208
    @XmlElement(name = "OrganicCertification")
209
    @XmlJavaTypeAdapter(NormalizedStringAdapter.class)
210
    protected List<String> organicCertification;
211
    @XmlElement(name = "ItemSpecialty")
212
    @XmlJavaTypeAdapter(NormalizedStringAdapter.class)
213
    protected List<String> itemSpecialty;
214
    @XmlElement(name = "VarietalComposition")
215
    @XmlJavaTypeAdapter(NormalizedStringAdapter.class)
216
    protected String varietalComposition;
217
    @XmlElement(name = "Vintage")
218
    protected BigInteger vintage;
219
    @XmlElement(name = "BodyDescription")
220
    @XmlJavaTypeAdapter(NormalizedStringAdapter.class)
221
    protected String bodyDescription;
222
    @XmlElement(name = "TasteDescription")
223
    @XmlJavaTypeAdapter(NormalizedStringAdapter.class)
224
    protected String tasteDescription;
225
    @XmlElement(name = "AlcoholContent")
226
    protected AlcoholicBeverages.AlcoholContent alcoholContent;
227
    @XmlElement(name = "CaffeineContent")
228
    @XmlJavaTypeAdapter(NormalizedStringAdapter.class)
229
    protected String caffeineContent;
230
    @XmlElement(name = "Warnings")
231
    @XmlJavaTypeAdapter(NormalizedStringAdapter.class)
232
    protected String warnings;
233
    @XmlElement(name = "IsPerishable")
234
    protected Boolean isPerishable;
235
    @XmlElement(name = "StorageInstructions")
236
    @XmlJavaTypeAdapter(NormalizedStringAdapter.class)
237
    protected String storageInstructions;
238
    @XmlElement(name = "Directions")
239
    @XmlJavaTypeAdapter(NormalizedStringAdapter.class)
240
    protected String directions;
241
    @XmlElement(name = "RecommendedServingInstructions")
242
    @XmlJavaTypeAdapter(NormalizedStringAdapter.class)
243
    protected String recommendedServingInstructions;
244
    @XmlElement(name = "Occasion")
245
    @XmlJavaTypeAdapter(NormalizedStringAdapter.class)
246
    protected String occasion;
247
    @XmlElement(name = "AwardsWon")
248
    @XmlJavaTypeAdapter(NormalizedStringAdapter.class)
249
    protected List<String> awardsWon;
250
    @XmlElement(name = "AgeRangeDescription")
251
    @XmlJavaTypeAdapter(NormalizedStringAdapter.class)
252
    protected String ageRangeDescription;
253
    @XmlElement(name = "ItemPackageQuantity")
254
    @XmlSchemaType(name = "positiveInteger")
255
    protected BigInteger itemPackageQuantity;
256
    @XmlElement(name = "NumberOfItems")
257
    @XmlSchemaType(name = "positiveInteger")
258
    protected BigInteger numberOfItems;
259
    @XmlElement(name = "DisplayLength")
260
    protected LengthDimension displayLength;
261
    @XmlElement(name = "DisplayWeight")
262
    protected WeightDimension displayWeight;
263
    @XmlElement(name = "DisplayVolume")
264
    protected VolumeDimension displayVolume;
265
    @XmlElement(name = "ContainerType")
266
    @XmlJavaTypeAdapter(NormalizedStringAdapter.class)
267
    protected String containerType;
268
    @XmlElement(name = "UnitCount")
269
    protected AlcoholicBeverages.UnitCount unitCount;
270
    @XmlElement(name = "NutritionalFactsGroup")
271
    protected AlcoholicBeverages.NutritionalFactsGroup nutritionalFactsGroup;
272
    @XmlElement(name = "Cuisine")
273
    @XmlJavaTypeAdapter(NormalizedStringAdapter.class)
274
    protected String cuisine;
275
    @XmlElement(name = "UseByRecommendation")
276
    @XmlJavaTypeAdapter(NormalizedStringAdapter.class)
277
    protected String useByRecommendation;
278
 
279
    /**
280
     * Gets the value of the variationData property.
281
     * 
282
     * @return
283
     *     possible object is
284
     *     {@link AlcoholicBeverages.VariationData }
285
     *     
286
     */
287
    public AlcoholicBeverages.VariationData getVariationData() {
288
        return variationData;
289
    }
290
 
291
    /**
292
     * Sets the value of the variationData property.
293
     * 
294
     * @param value
295
     *     allowed object is
296
     *     {@link AlcoholicBeverages.VariationData }
297
     *     
298
     */
299
    public void setVariationData(AlcoholicBeverages.VariationData value) {
300
        this.variationData = value;
301
    }
302
 
303
    /**
304
     * Gets the value of the countryProducedIn property.
305
     * 
306
     * @return
307
     *     possible object is
308
     *     {@link String }
309
     *     
310
     */
311
    public String getCountryProducedIn() {
312
        return countryProducedIn;
313
    }
314
 
315
    /**
316
     * Sets the value of the countryProducedIn property.
317
     * 
318
     * @param value
319
     *     allowed object is
320
     *     {@link String }
321
     *     
322
     */
323
    public void setCountryProducedIn(String value) {
324
        this.countryProducedIn = value;
325
    }
326
 
327
    /**
328
     * Gets the value of the regionOfOrigin property.
329
     * 
330
     * @return
331
     *     possible object is
332
     *     {@link String }
333
     *     
334
     */
335
    public String getRegionOfOrigin() {
336
        return regionOfOrigin;
337
    }
338
 
339
    /**
340
     * Sets the value of the regionOfOrigin property.
341
     * 
342
     * @param value
343
     *     allowed object is
344
     *     {@link String }
345
     *     
346
     */
347
    public void setRegionOfOrigin(String value) {
348
        this.regionOfOrigin = value;
349
    }
350
 
351
    /**
352
     * Gets the value of the prefecture property.
353
     * 
354
     * @return
355
     *     possible object is
356
     *     {@link String }
357
     *     
358
     */
359
    public String getPrefecture() {
360
        return prefecture;
361
    }
362
 
363
    /**
364
     * Sets the value of the prefecture property.
365
     * 
366
     * @param value
367
     *     allowed object is
368
     *     {@link String }
369
     *     
370
     */
371
    public void setPrefecture(String value) {
372
        this.prefecture = value;
373
    }
374
 
375
    /**
376
     * Gets the value of the itemForm property.
377
     * 
378
     * @return
379
     *     possible object is
380
     *     {@link String }
381
     *     
382
     */
383
    public String getItemForm() {
384
        return itemForm;
385
    }
386
 
387
    /**
388
     * Sets the value of the itemForm property.
389
     * 
390
     * @param value
391
     *     allowed object is
392
     *     {@link String }
393
     *     
394
     */
395
    public void setItemForm(String value) {
396
        this.itemForm = value;
397
    }
398
 
399
    /**
400
     * Gets the value of the ingredients property.
401
     * 
402
     * @return
403
     *     possible object is
404
     *     {@link String }
405
     *     
406
     */
407
    public String getIngredients() {
408
        return ingredients;
409
    }
410
 
411
    /**
412
     * Sets the value of the ingredients property.
413
     * 
414
     * @param value
415
     *     allowed object is
416
     *     {@link String }
417
     *     
418
     */
419
    public void setIngredients(String value) {
420
        this.ingredients = value;
421
    }
422
 
423
    /**
424
     * Gets the value of the nutritionalFacts property.
425
     * 
426
     * @return
427
     *     possible object is
428
     *     {@link String }
429
     *     
430
     */
431
    public String getNutritionalFacts() {
432
        return nutritionalFacts;
433
    }
434
 
435
    /**
436
     * Sets the value of the nutritionalFacts property.
437
     * 
438
     * @param value
439
     *     allowed object is
440
     *     {@link String }
441
     *     
442
     */
443
    public void setNutritionalFacts(String value) {
444
        this.nutritionalFacts = value;
445
    }
446
 
447
    /**
448
     * Gets the value of the kosherCertification property.
449
     * 
450
     * <p>
451
     * This accessor method returns a reference to the live list,
452
     * not a snapshot. Therefore any modification you make to the
453
     * returned list will be present inside the JAXB object.
454
     * This is why there is not a <CODE>set</CODE> method for the kosherCertification property.
455
     * 
456
     * <p>
457
     * For example, to add a new item, do as follows:
458
     * <pre>
459
     *    getKosherCertification().add(newItem);
460
     * </pre>
461
     * 
462
     * 
463
     * <p>
464
     * Objects of the following type(s) are allowed in the list
465
     * {@link String }
466
     * 
467
     * 
468
     */
469
    public List<String> getKosherCertification() {
470
        if (kosherCertification == null) {
471
            kosherCertification = new ArrayList<String>();
472
        }
473
        return this.kosherCertification;
474
    }
475
 
476
    /**
477
     * Gets the value of the organicCertification property.
478
     * 
479
     * <p>
480
     * This accessor method returns a reference to the live list,
481
     * not a snapshot. Therefore any modification you make to the
482
     * returned list will be present inside the JAXB object.
483
     * This is why there is not a <CODE>set</CODE> method for the organicCertification property.
484
     * 
485
     * <p>
486
     * For example, to add a new item, do as follows:
487
     * <pre>
488
     *    getOrganicCertification().add(newItem);
489
     * </pre>
490
     * 
491
     * 
492
     * <p>
493
     * Objects of the following type(s) are allowed in the list
494
     * {@link String }
495
     * 
496
     * 
497
     */
498
    public List<String> getOrganicCertification() {
499
        if (organicCertification == null) {
500
            organicCertification = new ArrayList<String>();
501
        }
502
        return this.organicCertification;
503
    }
504
 
505
    /**
506
     * Gets the value of the itemSpecialty property.
507
     * 
508
     * <p>
509
     * This accessor method returns a reference to the live list,
510
     * not a snapshot. Therefore any modification you make to the
511
     * returned list will be present inside the JAXB object.
512
     * This is why there is not a <CODE>set</CODE> method for the itemSpecialty property.
513
     * 
514
     * <p>
515
     * For example, to add a new item, do as follows:
516
     * <pre>
517
     *    getItemSpecialty().add(newItem);
518
     * </pre>
519
     * 
520
     * 
521
     * <p>
522
     * Objects of the following type(s) are allowed in the list
523
     * {@link String }
524
     * 
525
     * 
526
     */
527
    public List<String> getItemSpecialty() {
528
        if (itemSpecialty == null) {
529
            itemSpecialty = new ArrayList<String>();
530
        }
531
        return this.itemSpecialty;
532
    }
533
 
534
    /**
535
     * Gets the value of the varietalComposition property.
536
     * 
537
     * @return
538
     *     possible object is
539
     *     {@link String }
540
     *     
541
     */
542
    public String getVarietalComposition() {
543
        return varietalComposition;
544
    }
545
 
546
    /**
547
     * Sets the value of the varietalComposition property.
548
     * 
549
     * @param value
550
     *     allowed object is
551
     *     {@link String }
552
     *     
553
     */
554
    public void setVarietalComposition(String value) {
555
        this.varietalComposition = value;
556
    }
557
 
558
    /**
559
     * Gets the value of the vintage property.
560
     * 
561
     * @return
562
     *     possible object is
563
     *     {@link BigInteger }
564
     *     
565
     */
566
    public BigInteger getVintage() {
567
        return vintage;
568
    }
569
 
570
    /**
571
     * Sets the value of the vintage property.
572
     * 
573
     * @param value
574
     *     allowed object is
575
     *     {@link BigInteger }
576
     *     
577
     */
578
    public void setVintage(BigInteger value) {
579
        this.vintage = value;
580
    }
581
 
582
    /**
583
     * Gets the value of the bodyDescription property.
584
     * 
585
     * @return
586
     *     possible object is
587
     *     {@link String }
588
     *     
589
     */
590
    public String getBodyDescription() {
591
        return bodyDescription;
592
    }
593
 
594
    /**
595
     * Sets the value of the bodyDescription property.
596
     * 
597
     * @param value
598
     *     allowed object is
599
     *     {@link String }
600
     *     
601
     */
602
    public void setBodyDescription(String value) {
603
        this.bodyDescription = value;
604
    }
605
 
606
    /**
607
     * Gets the value of the tasteDescription property.
608
     * 
609
     * @return
610
     *     possible object is
611
     *     {@link String }
612
     *     
613
     */
614
    public String getTasteDescription() {
615
        return tasteDescription;
616
    }
617
 
618
    /**
619
     * Sets the value of the tasteDescription property.
620
     * 
621
     * @param value
622
     *     allowed object is
623
     *     {@link String }
624
     *     
625
     */
626
    public void setTasteDescription(String value) {
627
        this.tasteDescription = value;
628
    }
629
 
630
    /**
631
     * Gets the value of the alcoholContent property.
632
     * 
633
     * @return
634
     *     possible object is
635
     *     {@link AlcoholicBeverages.AlcoholContent }
636
     *     
637
     */
638
    public AlcoholicBeverages.AlcoholContent getAlcoholContent() {
639
        return alcoholContent;
640
    }
641
 
642
    /**
643
     * Sets the value of the alcoholContent property.
644
     * 
645
     * @param value
646
     *     allowed object is
647
     *     {@link AlcoholicBeverages.AlcoholContent }
648
     *     
649
     */
650
    public void setAlcoholContent(AlcoholicBeverages.AlcoholContent value) {
651
        this.alcoholContent = value;
652
    }
653
 
654
    /**
655
     * Gets the value of the caffeineContent property.
656
     * 
657
     * @return
658
     *     possible object is
659
     *     {@link String }
660
     *     
661
     */
662
    public String getCaffeineContent() {
663
        return caffeineContent;
664
    }
665
 
666
    /**
667
     * Sets the value of the caffeineContent property.
668
     * 
669
     * @param value
670
     *     allowed object is
671
     *     {@link String }
672
     *     
673
     */
674
    public void setCaffeineContent(String value) {
675
        this.caffeineContent = value;
676
    }
677
 
678
    /**
679
     * Gets the value of the warnings property.
680
     * 
681
     * @return
682
     *     possible object is
683
     *     {@link String }
684
     *     
685
     */
686
    public String getWarnings() {
687
        return warnings;
688
    }
689
 
690
    /**
691
     * Sets the value of the warnings property.
692
     * 
693
     * @param value
694
     *     allowed object is
695
     *     {@link String }
696
     *     
697
     */
698
    public void setWarnings(String value) {
699
        this.warnings = value;
700
    }
701
 
702
    /**
703
     * Gets the value of the isPerishable property.
704
     * 
705
     * @return
706
     *     possible object is
707
     *     {@link Boolean }
708
     *     
709
     */
710
    public Boolean isIsPerishable() {
711
        return isPerishable;
712
    }
713
 
714
    /**
715
     * Sets the value of the isPerishable property.
716
     * 
717
     * @param value
718
     *     allowed object is
719
     *     {@link Boolean }
720
     *     
721
     */
722
    public void setIsPerishable(Boolean value) {
723
        this.isPerishable = value;
724
    }
725
 
726
    /**
727
     * Gets the value of the storageInstructions property.
728
     * 
729
     * @return
730
     *     possible object is
731
     *     {@link String }
732
     *     
733
     */
734
    public String getStorageInstructions() {
735
        return storageInstructions;
736
    }
737
 
738
    /**
739
     * Sets the value of the storageInstructions property.
740
     * 
741
     * @param value
742
     *     allowed object is
743
     *     {@link String }
744
     *     
745
     */
746
    public void setStorageInstructions(String value) {
747
        this.storageInstructions = value;
748
    }
749
 
750
    /**
751
     * Gets the value of the directions property.
752
     * 
753
     * @return
754
     *     possible object is
755
     *     {@link String }
756
     *     
757
     */
758
    public String getDirections() {
759
        return directions;
760
    }
761
 
762
    /**
763
     * Sets the value of the directions property.
764
     * 
765
     * @param value
766
     *     allowed object is
767
     *     {@link String }
768
     *     
769
     */
770
    public void setDirections(String value) {
771
        this.directions = value;
772
    }
773
 
774
    /**
775
     * Gets the value of the recommendedServingInstructions property.
776
     * 
777
     * @return
778
     *     possible object is
779
     *     {@link String }
780
     *     
781
     */
782
    public String getRecommendedServingInstructions() {
783
        return recommendedServingInstructions;
784
    }
785
 
786
    /**
787
     * Sets the value of the recommendedServingInstructions property.
788
     * 
789
     * @param value
790
     *     allowed object is
791
     *     {@link String }
792
     *     
793
     */
794
    public void setRecommendedServingInstructions(String value) {
795
        this.recommendedServingInstructions = value;
796
    }
797
 
798
    /**
799
     * Gets the value of the occasion property.
800
     * 
801
     * @return
802
     *     possible object is
803
     *     {@link String }
804
     *     
805
     */
806
    public String getOccasion() {
807
        return occasion;
808
    }
809
 
810
    /**
811
     * Sets the value of the occasion property.
812
     * 
813
     * @param value
814
     *     allowed object is
815
     *     {@link String }
816
     *     
817
     */
818
    public void setOccasion(String value) {
819
        this.occasion = value;
820
    }
821
 
822
    /**
823
     * Gets the value of the awardsWon property.
824
     * 
825
     * <p>
826
     * This accessor method returns a reference to the live list,
827
     * not a snapshot. Therefore any modification you make to the
828
     * returned list will be present inside the JAXB object.
829
     * This is why there is not a <CODE>set</CODE> method for the awardsWon property.
830
     * 
831
     * <p>
832
     * For example, to add a new item, do as follows:
833
     * <pre>
834
     *    getAwardsWon().add(newItem);
835
     * </pre>
836
     * 
837
     * 
838
     * <p>
839
     * Objects of the following type(s) are allowed in the list
840
     * {@link String }
841
     * 
842
     * 
843
     */
844
    public List<String> getAwardsWon() {
845
        if (awardsWon == null) {
846
            awardsWon = new ArrayList<String>();
847
        }
848
        return this.awardsWon;
849
    }
850
 
851
    /**
852
     * Gets the value of the ageRangeDescription property.
853
     * 
854
     * @return
855
     *     possible object is
856
     *     {@link String }
857
     *     
858
     */
859
    public String getAgeRangeDescription() {
860
        return ageRangeDescription;
861
    }
862
 
863
    /**
864
     * Sets the value of the ageRangeDescription property.
865
     * 
866
     * @param value
867
     *     allowed object is
868
     *     {@link String }
869
     *     
870
     */
871
    public void setAgeRangeDescription(String value) {
872
        this.ageRangeDescription = value;
873
    }
874
 
875
    /**
876
     * Gets the value of the itemPackageQuantity property.
877
     * 
878
     * @return
879
     *     possible object is
880
     *     {@link BigInteger }
881
     *     
882
     */
883
    public BigInteger getItemPackageQuantity() {
884
        return itemPackageQuantity;
885
    }
886
 
887
    /**
888
     * Sets the value of the itemPackageQuantity property.
889
     * 
890
     * @param value
891
     *     allowed object is
892
     *     {@link BigInteger }
893
     *     
894
     */
895
    public void setItemPackageQuantity(BigInteger value) {
896
        this.itemPackageQuantity = value;
897
    }
898
 
899
    /**
900
     * Gets the value of the numberOfItems property.
901
     * 
902
     * @return
903
     *     possible object is
904
     *     {@link BigInteger }
905
     *     
906
     */
907
    public BigInteger getNumberOfItems() {
908
        return numberOfItems;
909
    }
910
 
911
    /**
912
     * Sets the value of the numberOfItems property.
913
     * 
914
     * @param value
915
     *     allowed object is
916
     *     {@link BigInteger }
917
     *     
918
     */
919
    public void setNumberOfItems(BigInteger value) {
920
        this.numberOfItems = value;
921
    }
922
 
923
    /**
924
     * Gets the value of the displayLength property.
925
     * 
926
     * @return
927
     *     possible object is
928
     *     {@link LengthDimension }
929
     *     
930
     */
931
    public LengthDimension getDisplayLength() {
932
        return displayLength;
933
    }
934
 
935
    /**
936
     * Sets the value of the displayLength property.
937
     * 
938
     * @param value
939
     *     allowed object is
940
     *     {@link LengthDimension }
941
     *     
942
     */
943
    public void setDisplayLength(LengthDimension value) {
944
        this.displayLength = value;
945
    }
946
 
947
    /**
948
     * Gets the value of the displayWeight property.
949
     * 
950
     * @return
951
     *     possible object is
952
     *     {@link WeightDimension }
953
     *     
954
     */
955
    public WeightDimension getDisplayWeight() {
956
        return displayWeight;
957
    }
958
 
959
    /**
960
     * Sets the value of the displayWeight property.
961
     * 
962
     * @param value
963
     *     allowed object is
964
     *     {@link WeightDimension }
965
     *     
966
     */
967
    public void setDisplayWeight(WeightDimension value) {
968
        this.displayWeight = value;
969
    }
970
 
971
    /**
972
     * Gets the value of the displayVolume property.
973
     * 
974
     * @return
975
     *     possible object is
976
     *     {@link VolumeDimension }
977
     *     
978
     */
979
    public VolumeDimension getDisplayVolume() {
980
        return displayVolume;
981
    }
982
 
983
    /**
984
     * Sets the value of the displayVolume property.
985
     * 
986
     * @param value
987
     *     allowed object is
988
     *     {@link VolumeDimension }
989
     *     
990
     */
991
    public void setDisplayVolume(VolumeDimension value) {
992
        this.displayVolume = value;
993
    }
994
 
995
    /**
996
     * Gets the value of the containerType property.
997
     * 
998
     * @return
999
     *     possible object is
1000
     *     {@link String }
1001
     *     
1002
     */
1003
    public String getContainerType() {
1004
        return containerType;
1005
    }
1006
 
1007
    /**
1008
     * Sets the value of the containerType property.
1009
     * 
1010
     * @param value
1011
     *     allowed object is
1012
     *     {@link String }
1013
     *     
1014
     */
1015
    public void setContainerType(String value) {
1016
        this.containerType = value;
1017
    }
1018
 
1019
    /**
1020
     * Gets the value of the unitCount property.
1021
     * 
1022
     * @return
1023
     *     possible object is
1024
     *     {@link AlcoholicBeverages.UnitCount }
1025
     *     
1026
     */
1027
    public AlcoholicBeverages.UnitCount getUnitCount() {
1028
        return unitCount;
1029
    }
1030
 
1031
    /**
1032
     * Sets the value of the unitCount property.
1033
     * 
1034
     * @param value
1035
     *     allowed object is
1036
     *     {@link AlcoholicBeverages.UnitCount }
1037
     *     
1038
     */
1039
    public void setUnitCount(AlcoholicBeverages.UnitCount value) {
1040
        this.unitCount = value;
1041
    }
1042
 
1043
    /**
1044
     * Gets the value of the nutritionalFactsGroup property.
1045
     * 
1046
     * @return
1047
     *     possible object is
1048
     *     {@link AlcoholicBeverages.NutritionalFactsGroup }
1049
     *     
1050
     */
1051
    public AlcoholicBeverages.NutritionalFactsGroup getNutritionalFactsGroup() {
1052
        return nutritionalFactsGroup;
1053
    }
1054
 
1055
    /**
1056
     * Sets the value of the nutritionalFactsGroup property.
1057
     * 
1058
     * @param value
1059
     *     allowed object is
1060
     *     {@link AlcoholicBeverages.NutritionalFactsGroup }
1061
     *     
1062
     */
1063
    public void setNutritionalFactsGroup(AlcoholicBeverages.NutritionalFactsGroup value) {
1064
        this.nutritionalFactsGroup = value;
1065
    }
1066
 
1067
    /**
1068
     * Gets the value of the cuisine property.
1069
     * 
1070
     * @return
1071
     *     possible object is
1072
     *     {@link String }
1073
     *     
1074
     */
1075
    public String getCuisine() {
1076
        return cuisine;
1077
    }
1078
 
1079
    /**
1080
     * Sets the value of the cuisine property.
1081
     * 
1082
     * @param value
1083
     *     allowed object is
1084
     *     {@link String }
1085
     *     
1086
     */
1087
    public void setCuisine(String value) {
1088
        this.cuisine = value;
1089
    }
1090
 
1091
    /**
1092
     * Gets the value of the useByRecommendation property.
1093
     * 
1094
     * @return
1095
     *     possible object is
1096
     *     {@link String }
1097
     *     
1098
     */
1099
    public String getUseByRecommendation() {
1100
        return useByRecommendation;
1101
    }
1102
 
1103
    /**
1104
     * Sets the value of the useByRecommendation property.
1105
     * 
1106
     * @param value
1107
     *     allowed object is
1108
     *     {@link String }
1109
     *     
1110
     */
1111
    public void setUseByRecommendation(String value) {
1112
        this.useByRecommendation = value;
1113
    }
1114
 
1115
 
1116
    /**
1117
     * <p>Java class for anonymous complex type.
1118
     * 
1119
     * <p>The following schema fragment specifies the expected content contained within this class.
1120
     * 
1121
     * <pre>
1122
     * &lt;complexType>
1123
     *   &lt;simpleContent>
1124
     *     &lt;extension base="&lt;>Dimension">
1125
     *       &lt;attribute name="unitOfMeasure" use="required">
1126
     *         &lt;simpleType>
1127
     *           &lt;restriction base="{http://www.w3.org/2001/XMLSchema}string">
1128
     *             &lt;enumeration value="percent_by_volume"/>
1129
     *             &lt;enumeration value="percent_by_weight"/>
1130
     *             &lt;enumeration value="proof"/>
1131
     *             &lt;enumeration value="unit_of_alcohol"/>
1132
     *           &lt;/restriction>
1133
     *         &lt;/simpleType>
1134
     *       &lt;/attribute>
1135
     *     &lt;/extension>
1136
     *   &lt;/simpleContent>
1137
     * &lt;/complexType>
1138
     * </pre>
1139
     * 
1140
     * 
1141
     */
1142
    @XmlAccessorType(XmlAccessType.FIELD)
1143
    @XmlType(name = "", propOrder = {
1144
        "value"
1145
    })
1146
    public static class AlcoholContent {
1147
 
1148
        @XmlValue
1149
        protected BigDecimal value;
1150
        @XmlAttribute(required = true)
1151
        protected String unitOfMeasure;
1152
 
1153
        /**
1154
         * Gets the value of the value property.
1155
         * 
1156
         * @return
1157
         *     possible object is
1158
         *     {@link BigDecimal }
1159
         *     
1160
         */
1161
        public BigDecimal getValue() {
1162
            return value;
1163
        }
1164
 
1165
        /**
1166
         * Sets the value of the value property.
1167
         * 
1168
         * @param value
1169
         *     allowed object is
1170
         *     {@link BigDecimal }
1171
         *     
1172
         */
1173
        public void setValue(BigDecimal value) {
1174
            this.value = value;
1175
        }
1176
 
1177
        /**
1178
         * Gets the value of the unitOfMeasure property.
1179
         * 
1180
         * @return
1181
         *     possible object is
1182
         *     {@link String }
1183
         *     
1184
         */
1185
        public String getUnitOfMeasure() {
1186
            return unitOfMeasure;
1187
        }
1188
 
1189
        /**
1190
         * Sets the value of the unitOfMeasure property.
1191
         * 
1192
         * @param value
1193
         *     allowed object is
1194
         *     {@link String }
1195
         *     
1196
         */
1197
        public void setUnitOfMeasure(String value) {
1198
            this.unitOfMeasure = value;
1199
        }
1200
 
1201
    }
1202
 
1203
 
1204
    /**
1205
     * <p>Java class for anonymous complex type.
1206
     * 
1207
     * <p>The following schema fragment specifies the expected content contained within this class.
1208
     * 
1209
     * <pre>
1210
     * &lt;complexType>
1211
     *   &lt;complexContent>
1212
     *     &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
1213
     *       &lt;sequence>
1214
     *         &lt;element ref="{}AllergenInformation" maxOccurs="5" minOccurs="0"/>
1215
     *         &lt;element name="SpecialIngredients" type="{}HundredString" maxOccurs="5" minOccurs="0"/>
1216
     *       &lt;/sequence>
1217
     *     &lt;/restriction>
1218
     *   &lt;/complexContent>
1219
     * &lt;/complexType>
1220
     * </pre>
1221
     * 
1222
     * 
1223
     */
1224
    @XmlAccessorType(XmlAccessType.FIELD)
1225
    @XmlType(name = "", propOrder = {
1226
        "allergenInformation",
1227
        "specialIngredients"
1228
    })
1229
    public static class NutritionalFactsGroup {
1230
 
1231
        @XmlElement(name = "AllergenInformation")
1232
        protected List<String> allergenInformation;
1233
        @XmlElement(name = "SpecialIngredients")
1234
        @XmlJavaTypeAdapter(NormalizedStringAdapter.class)
1235
        protected List<String> specialIngredients;
1236
 
1237
        /**
1238
         * Gets the value of the allergenInformation property.
1239
         * 
1240
         * <p>
1241
         * This accessor method returns a reference to the live list,
1242
         * not a snapshot. Therefore any modification you make to the
1243
         * returned list will be present inside the JAXB object.
1244
         * This is why there is not a <CODE>set</CODE> method for the allergenInformation property.
1245
         * 
1246
         * <p>
1247
         * For example, to add a new item, do as follows:
1248
         * <pre>
1249
         *    getAllergenInformation().add(newItem);
1250
         * </pre>
1251
         * 
1252
         * 
1253
         * <p>
1254
         * Objects of the following type(s) are allowed in the list
1255
         * {@link String }
1256
         * 
1257
         * 
1258
         */
1259
        public List<String> getAllergenInformation() {
1260
            if (allergenInformation == null) {
1261
                allergenInformation = new ArrayList<String>();
1262
            }
1263
            return this.allergenInformation;
1264
        }
1265
 
1266
        /**
1267
         * Gets the value of the specialIngredients property.
1268
         * 
1269
         * <p>
1270
         * This accessor method returns a reference to the live list,
1271
         * not a snapshot. Therefore any modification you make to the
1272
         * returned list will be present inside the JAXB object.
1273
         * This is why there is not a <CODE>set</CODE> method for the specialIngredients property.
1274
         * 
1275
         * <p>
1276
         * For example, to add a new item, do as follows:
1277
         * <pre>
1278
         *    getSpecialIngredients().add(newItem);
1279
         * </pre>
1280
         * 
1281
         * 
1282
         * <p>
1283
         * Objects of the following type(s) are allowed in the list
1284
         * {@link String }
1285
         * 
1286
         * 
1287
         */
1288
        public List<String> getSpecialIngredients() {
1289
            if (specialIngredients == null) {
1290
                specialIngredients = new ArrayList<String>();
1291
            }
1292
            return this.specialIngredients;
1293
        }
1294
 
1295
    }
1296
 
1297
 
1298
    /**
1299
     * <p>Java class for anonymous complex type.
1300
     * 
1301
     * <p>The following schema fragment specifies the expected content contained within this class.
1302
     * 
1303
     * <pre>
1304
     * &lt;complexType>
1305
     *   &lt;simpleContent>
1306
     *     &lt;extension base="&lt;http://www.w3.org/2001/XMLSchema>positiveInteger">
1307
     *       &lt;attribute name="unitOfMeasure" use="required" type="{}StringNotNull" />
1308
     *     &lt;/extension>
1309
     *   &lt;/simpleContent>
1310
     * &lt;/complexType>
1311
     * </pre>
1312
     * 
1313
     * 
1314
     */
1315
    @XmlAccessorType(XmlAccessType.FIELD)
1316
    @XmlType(name = "", propOrder = {
1317
        "value"
1318
    })
1319
    public static class UnitCount {
1320
 
1321
        @XmlValue
1322
        @XmlSchemaType(name = "positiveInteger")
1323
        protected BigInteger value;
1324
        @XmlAttribute(required = true)
1325
        @XmlJavaTypeAdapter(NormalizedStringAdapter.class)
1326
        protected String unitOfMeasure;
1327
 
1328
        /**
1329
         * Gets the value of the value property.
1330
         * 
1331
         * @return
1332
         *     possible object is
1333
         *     {@link BigInteger }
1334
         *     
1335
         */
1336
        public BigInteger getValue() {
1337
            return value;
1338
        }
1339
 
1340
        /**
1341
         * Sets the value of the value property.
1342
         * 
1343
         * @param value
1344
         *     allowed object is
1345
         *     {@link BigInteger }
1346
         *     
1347
         */
1348
        public void setValue(BigInteger value) {
1349
            this.value = value;
1350
        }
1351
 
1352
        /**
1353
         * Gets the value of the unitOfMeasure property.
1354
         * 
1355
         * @return
1356
         *     possible object is
1357
         *     {@link String }
1358
         *     
1359
         */
1360
        public String getUnitOfMeasure() {
1361
            return unitOfMeasure;
1362
        }
1363
 
1364
        /**
1365
         * Sets the value of the unitOfMeasure property.
1366
         * 
1367
         * @param value
1368
         *     allowed object is
1369
         *     {@link String }
1370
         *     
1371
         */
1372
        public void setUnitOfMeasure(String value) {
1373
            this.unitOfMeasure = value;
1374
        }
1375
 
1376
    }
1377
 
1378
 
1379
    /**
1380
     * <p>Java class for anonymous complex type.
1381
     * 
1382
     * <p>The following schema fragment specifies the expected content contained within this class.
1383
     * 
1384
     * <pre>
1385
     * &lt;complexType>
1386
     *   &lt;complexContent>
1387
     *     &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
1388
     *       &lt;sequence>
1389
     *         &lt;element name="Parentage">
1390
     *           &lt;simpleType>
1391
     *             &lt;restriction base="{http://www.w3.org/2001/XMLSchema}string">
1392
     *               &lt;enumeration value="parent"/>
1393
     *               &lt;enumeration value="child"/>
1394
     *             &lt;/restriction>
1395
     *           &lt;/simpleType>
1396
     *         &lt;/element>
1397
     *         &lt;element name="VariationTheme" minOccurs="0">
1398
     *           &lt;simpleType>
1399
     *             &lt;restriction base="{http://www.w3.org/2001/XMLSchema}string">
1400
     *               &lt;enumeration value="Size"/>
1401
     *               &lt;enumeration value="Flavor"/>
1402
     *               &lt;enumeration value="Flavor-Size"/>
1403
     *               &lt;enumeration value="PatternName"/>
1404
     *             &lt;/restriction>
1405
     *           &lt;/simpleType>
1406
     *         &lt;/element>
1407
     *         &lt;element name="Size" type="{}StringNotNull" minOccurs="0"/>
1408
     *         &lt;element name="Flavor" type="{}StringNotNull" minOccurs="0"/>
1409
     *         &lt;element name="PatternName" type="{}HundredString" minOccurs="0"/>
1410
     *       &lt;/sequence>
1411
     *     &lt;/restriction>
1412
     *   &lt;/complexContent>
1413
     * &lt;/complexType>
1414
     * </pre>
1415
     * 
1416
     * 
1417
     */
1418
    @XmlAccessorType(XmlAccessType.FIELD)
1419
    @XmlType(name = "", propOrder = {
1420
        "parentage",
1421
        "variationTheme",
1422
        "size",
1423
        "flavor",
1424
        "patternName"
1425
    })
1426
    public static class VariationData {
1427
 
1428
        @XmlElement(name = "Parentage", required = true)
1429
        protected String parentage;
1430
        @XmlElement(name = "VariationTheme")
1431
        protected String variationTheme;
1432
        @XmlElement(name = "Size")
1433
        @XmlJavaTypeAdapter(NormalizedStringAdapter.class)
1434
        protected String size;
1435
        @XmlElement(name = "Flavor")
1436
        @XmlJavaTypeAdapter(NormalizedStringAdapter.class)
1437
        protected String flavor;
1438
        @XmlElement(name = "PatternName")
1439
        @XmlJavaTypeAdapter(NormalizedStringAdapter.class)
1440
        protected String patternName;
1441
 
1442
        /**
1443
         * Gets the value of the parentage property.
1444
         * 
1445
         * @return
1446
         *     possible object is
1447
         *     {@link String }
1448
         *     
1449
         */
1450
        public String getParentage() {
1451
            return parentage;
1452
        }
1453
 
1454
        /**
1455
         * Sets the value of the parentage property.
1456
         * 
1457
         * @param value
1458
         *     allowed object is
1459
         *     {@link String }
1460
         *     
1461
         */
1462
        public void setParentage(String value) {
1463
            this.parentage = value;
1464
        }
1465
 
1466
        /**
1467
         * Gets the value of the variationTheme property.
1468
         * 
1469
         * @return
1470
         *     possible object is
1471
         *     {@link String }
1472
         *     
1473
         */
1474
        public String getVariationTheme() {
1475
            return variationTheme;
1476
        }
1477
 
1478
        /**
1479
         * Sets the value of the variationTheme property.
1480
         * 
1481
         * @param value
1482
         *     allowed object is
1483
         *     {@link String }
1484
         *     
1485
         */
1486
        public void setVariationTheme(String value) {
1487
            this.variationTheme = value;
1488
        }
1489
 
1490
        /**
1491
         * Gets the value of the size property.
1492
         * 
1493
         * @return
1494
         *     possible object is
1495
         *     {@link String }
1496
         *     
1497
         */
1498
        public String getSize() {
1499
            return size;
1500
        }
1501
 
1502
        /**
1503
         * Sets the value of the size property.
1504
         * 
1505
         * @param value
1506
         *     allowed object is
1507
         *     {@link String }
1508
         *     
1509
         */
1510
        public void setSize(String value) {
1511
            this.size = value;
1512
        }
1513
 
1514
        /**
1515
         * Gets the value of the flavor property.
1516
         * 
1517
         * @return
1518
         *     possible object is
1519
         *     {@link String }
1520
         *     
1521
         */
1522
        public String getFlavor() {
1523
            return flavor;
1524
        }
1525
 
1526
        /**
1527
         * Sets the value of the flavor property.
1528
         * 
1529
         * @param value
1530
         *     allowed object is
1531
         *     {@link String }
1532
         *     
1533
         */
1534
        public void setFlavor(String value) {
1535
            this.flavor = value;
1536
        }
1537
 
1538
        /**
1539
         * Gets the value of the patternName property.
1540
         * 
1541
         * @return
1542
         *     possible object is
1543
         *     {@link String }
1544
         *     
1545
         */
1546
        public String getPatternName() {
1547
            return patternName;
1548
        }
1549
 
1550
        /**
1551
         * Sets the value of the patternName property.
1552
         * 
1553
         * @param value
1554
         *     allowed object is
1555
         *     {@link String }
1556
         *     
1557
         */
1558
        public void setPatternName(String value) {
1559
            this.patternName = value;
1560
        }
1561
 
1562
    }
1563
 
1564
}