Subversion Repositories SmartDukaan

Rev

Rev 8616 | Rev 8660 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 8616 Rev 8657
Line 1... Line 1...
1
//
1
//
2
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.4-2 
2
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.4-2 
3
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a> 
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. 
4
// Any modifications to this file will be lost upon recompilation of the source schema. 
5
// Generated on: 2013.10.28 at 04:47:09 PM IST 
5
// Generated on: 2013.11.01 at 01:31:38 PM IST 
6
//
6
//
7
 
7
 
8
 
8
 
9
package order;
9
package order;
10
 
10
 
Line 12... Line 12...
12
import java.util.List;
12
import java.util.List;
13
import javax.xml.bind.annotation.XmlAccessType;
13
import javax.xml.bind.annotation.XmlAccessType;
14
import javax.xml.bind.annotation.XmlAccessorType;
14
import javax.xml.bind.annotation.XmlAccessorType;
15
import javax.xml.bind.annotation.XmlElement;
15
import javax.xml.bind.annotation.XmlElement;
16
import javax.xml.bind.annotation.XmlRootElement;
16
import javax.xml.bind.annotation.XmlRootElement;
-
 
17
import javax.xml.bind.annotation.XmlSchemaType;
17
import javax.xml.bind.annotation.XmlType;
18
import javax.xml.bind.annotation.XmlType;
-
 
19
import javax.xml.datatype.XMLGregorianCalendar;
18
 
20
 
19
 
21
 
20
/**
22
/**
21
 * <p>Java class for anonymous complex type.
23
 * <p>Java class for anonymous complex type.
22
 * 
24
 * 
Line 25... Line 27...
25
 * <pre>
27
 * <pre>
26
 * &lt;complexType>
28
 * &lt;complexType>
27
 *   &lt;complexContent>
29
 *   &lt;complexContent>
28
 *     &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
30
 *     &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
29
 *       &lt;sequence>
31
 *       &lt;sequence>
30
 *         &lt;element name="FeedIdentifier" type="{http://www.w3.org/2001/XMLSchema}int"/>
32
 *         &lt;element name="FeedIdentifier" type="{http://www.w3.org/2001/XMLSchema}byte"/>
31
 *         &lt;element name="CreateDate" type="{http://www.w3.org/2001/XMLSchema}string"/>
33
 *         &lt;element name="CreateDate" type="{http://www.w3.org/2001/XMLSchema}string"/>
32
 *         &lt;element name="Order" maxOccurs="unbounded" minOccurs="0">
34
 *         &lt;element name="Order" maxOccurs="unbounded" minOccurs="0">
33
 *           &lt;complexType>
35
 *           &lt;complexType>
34
 *             &lt;complexContent>
36
 *             &lt;complexContent>
35
 *               &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
37
 *               &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
Line 46... Line 48...
46
 *                   &lt;element name="City" type="{http://www.w3.org/2001/XMLSchema}string"/>
48
 *                   &lt;element name="City" type="{http://www.w3.org/2001/XMLSchema}string"/>
47
 *                   &lt;element name="State" type="{http://www.w3.org/2001/XMLSchema}string"/>
49
 *                   &lt;element name="State" type="{http://www.w3.org/2001/XMLSchema}string"/>
48
 *                   &lt;element name="PINCode" type="{http://www.w3.org/2001/XMLSchema}int"/>
50
 *                   &lt;element name="PINCode" type="{http://www.w3.org/2001/XMLSchema}int"/>
49
 *                   &lt;element name="SellingPricePerItem" type="{http://www.w3.org/2001/XMLSchema}short"/>
51
 *                   &lt;element name="SellingPricePerItem" type="{http://www.w3.org/2001/XMLSchema}short"/>
50
 *                   &lt;element name="InvoiceCode" type="{http://www.w3.org/2001/XMLSchema}string"/>
52
 *                   &lt;element name="InvoiceCode" type="{http://www.w3.org/2001/XMLSchema}string"/>
-
 
53
 *                   &lt;element name="ShipByDate" type="{http://www.w3.org/2001/XMLSchema}date"/>
51
 *                 &lt;/sequence>
54
 *                 &lt;/sequence>
52
 *               &lt;/restriction>
55
 *               &lt;/restriction>
53
 *             &lt;/complexContent>
56
 *             &lt;/complexContent>
54
 *           &lt;/complexType>
57
 *           &lt;/complexType>
55
 *         &lt;/element>
58
 *         &lt;/element>
Line 69... Line 72...
69
})
72
})
70
@XmlRootElement(name = "SaholicAPI")
73
@XmlRootElement(name = "SaholicAPI")
71
public class SaholicAPI {
74
public class SaholicAPI {
72
 
75
 
73
    @XmlElement(name = "FeedIdentifier")
76
    @XmlElement(name = "FeedIdentifier")
74
    protected int feedIdentifier;
77
    protected long feedIdentifier;
75
    @XmlElement(name = "CreateDate", required = true)
78
    @XmlElement(name = "CreateDate", required = true)
76
    protected String createDate;
79
    protected String createDate;
77
    @XmlElement(name = "Order")
80
    @XmlElement(name = "Order")
78
    protected List<SaholicAPI.Order> order;
81
    protected List<SaholicAPI.Order> order;
79
 
82
 
80
    /**
83
    /**
81
     * Gets the value of the feedIdentifier property.
84
     * Gets the value of the feedIdentifier property.
82
     * 
85
     * 
83
     */
86
     */
84
    public int getFeedIdentifier() {
87
    public long getFeedIdentifier() {
85
        return feedIdentifier;
88
        return feedIdentifier;
86
    }
89
    }
87
 
90
 
88
    /**
91
    /**
89
     * Sets the value of the feedIdentifier property.
92
     * Sets the value of the feedIdentifier property.
90
     * 
93
     * 
91
     */
94
     */
92
    public void setFeedIdentifier(int value) {
95
    public void setFeedIdentifier(long  value) {
93
        this.feedIdentifier = value;
96
        this.feedIdentifier = value;
94
    }
97
    }
95
 
98
 
96
    /**
99
    /**
97
     * Gets the value of the createDate property.
100
     * Gets the value of the createDate property.
Line 169... Line 172...
169
     *         &lt;element name="City" type="{http://www.w3.org/2001/XMLSchema}string"/>
172
     *         &lt;element name="City" type="{http://www.w3.org/2001/XMLSchema}string"/>
170
     *         &lt;element name="State" type="{http://www.w3.org/2001/XMLSchema}string"/>
173
     *         &lt;element name="State" type="{http://www.w3.org/2001/XMLSchema}string"/>
171
     *         &lt;element name="PINCode" type="{http://www.w3.org/2001/XMLSchema}int"/>
174
     *         &lt;element name="PINCode" type="{http://www.w3.org/2001/XMLSchema}int"/>
172
     *         &lt;element name="SellingPricePerItem" type="{http://www.w3.org/2001/XMLSchema}short"/>
175
     *         &lt;element name="SellingPricePerItem" type="{http://www.w3.org/2001/XMLSchema}short"/>
173
     *         &lt;element name="InvoiceCode" type="{http://www.w3.org/2001/XMLSchema}string"/>
176
     *         &lt;element name="InvoiceCode" type="{http://www.w3.org/2001/XMLSchema}string"/>
-
 
177
     *         &lt;element name="ShipByDate" type="{http://www.w3.org/2001/XMLSchema}date"/>
174
     *       &lt;/sequence>
178
     *       &lt;/sequence>
175
     *     &lt;/restriction>
179
     *     &lt;/restriction>
176
     *   &lt;/complexContent>
180
     *   &lt;/complexContent>
177
     * &lt;/complexType>
181
     * &lt;/complexType>
178
     * </pre>
182
     * </pre>
Line 192... Line 196...
192
        "shippingName",
196
        "shippingName",
193
        "city",
197
        "city",
194
        "state",
198
        "state",
195
        "pinCode",
199
        "pinCode",
196
        "sellingPricePerItem",
200
        "sellingPricePerItem",
197
        "invoiceCode"
201
        "invoiceCode",
-
 
202
        "shipByDate"
198
    })
203
    })
199
    public static class Order {
204
    public static class Order {
200
 
205
 
201
        @XmlElement(name = "Courier", required = true)
206
        @XmlElement(name = "Courier", required = true)
202
        protected String courier;
207
        protected String courier;
203
        @XmlElement(name = "Product", required = true)
208
        @XmlElement(name = "Product", required = true)
204
        protected String product;
209
        protected String product;
205
        @XmlElement(name = "ReferenceCode", required = true)
210
        @XmlElement(name = "ReferenceCode", required = true)
206
        protected String referenceCode;
211
        protected String referenceCode;
207
        @XmlElement(name = "SuborderId")
212
        @XmlElement(name = "SuborderId")
208
        protected int suborderId;
213
        protected long suborderId;
209
        @XmlElement(name = "SKUCode")
214
        @XmlElement(name = "SKUCode")
210
        protected short skuCode;
215
        protected long skuCode;
211
        @XmlElement(name = "AWBNumber")
216
        @XmlElement(name = "AWBNumber")
212
        protected long awbNumber;
217
        protected long awbNumber;
213
        @XmlElement(name = "OrderPlacedDate", required = true)
218
        @XmlElement(name = "OrderPlacedDate", required = true)
214
        protected String orderPlacedDate;
219
        protected String orderPlacedDate;
215
        @XmlElement(name = "CustomerName", required = true)
220
        @XmlElement(name = "CustomerName", required = true)
Line 219... Line 224...
219
        @XmlElement(name = "City", required = true)
224
        @XmlElement(name = "City", required = true)
220
        protected String city;
225
        protected String city;
221
        @XmlElement(name = "State", required = true)
226
        @XmlElement(name = "State", required = true)
222
        protected String state;
227
        protected String state;
223
        @XmlElement(name = "PINCode")
228
        @XmlElement(name = "PINCode")
224
        protected int pinCode;
229
        protected long pinCode;
225
        @XmlElement(name = "SellingPricePerItem")
230
        @XmlElement(name = "SellingPricePerItem")
226
        protected short sellingPricePerItem;
231
        protected double sellingPricePerItem;
227
        @XmlElement(name = "InvoiceCode", required = true)
232
        @XmlElement(name = "InvoiceCode", required = true)
228
        protected String invoiceCode;
233
        protected String invoiceCode;
-
 
234
        @XmlElement(name = "ShipByDate", required = true)
-
 
235
        @XmlSchemaType(name = "date")
-
 
236
        protected XMLGregorianCalendar shipByDate;
229
 
237
 
230
        /**
238
        /**
231
         * Gets the value of the courier property.
239
         * Gets the value of the courier property.
232
         * 
240
         * 
233
         * @return
241
         * @return
Line 301... Line 309...
301
 
309
 
302
        /**
310
        /**
303
         * Gets the value of the suborderId property.
311
         * Gets the value of the suborderId property.
304
         * 
312
         * 
305
         */
313
         */
306
        public int getSuborderId() {
314
        public long getSuborderId() {
307
            return suborderId;
315
            return suborderId;
308
        }
316
        }
309
 
317
 
310
        /**
318
        /**
311
         * Sets the value of the suborderId property.
319
         * Sets the value of the suborderId property.
312
         * 
320
         * 
313
         */
321
         */
314
        public void setSuborderId(int value) {
322
        public void setSuborderId(long value) {
315
            this.suborderId = value;
323
            this.suborderId = value;
316
        }
324
        }
317
 
325
 
318
        /**
326
        /**
319
         * Gets the value of the skuCode property.
327
         * Gets the value of the skuCode property.
320
         * 
328
         * 
321
         */
329
         */
322
        public short getSKUCode() {
330
        public long getSKUCode() {
323
            return skuCode;
331
            return skuCode;
324
        }
332
        }
325
 
333
 
326
        /**
334
        /**
327
         * Sets the value of the skuCode property.
335
         * Sets the value of the skuCode property.
Line 469... Line 477...
469
 
477
 
470
        /**
478
        /**
471
         * Gets the value of the pinCode property.
479
         * Gets the value of the pinCode property.
472
         * 
480
         * 
473
         */
481
         */
474
        public int getPINCode() {
482
        public long getPINCode() {
475
            return pinCode;
483
            return pinCode;
476
        }
484
        }
477
 
485
 
478
        /**
486
        /**
479
         * Sets the value of the pinCode property.
487
         * Sets the value of the pinCode property.
480
         * 
488
         * 
481
         */
489
         */
482
        public void setPINCode(int value) {
490
        public void setPINCode(long value) {
483
            this.pinCode = value;
491
            this.pinCode = value;
484
        }
492
        }
485
 
493
 
486
        /**
494
        /**
487
         * Gets the value of the sellingPricePerItem property.
495
         * Gets the value of the sellingPricePerItem property.
488
         * 
496
         * 
489
         */
497
         */
490
        public short getSellingPricePerItem() {
498
        public double getSellingPricePerItem() {
491
            return sellingPricePerItem;
499
            return sellingPricePerItem;
492
        }
500
        }
493
 
501
 
494
        /**
502
        /**
495
         * Sets the value of the sellingPricePerItem property.
503
         * Sets the value of the sellingPricePerItem property.
496
         * 
504
         * 
497
         */
505
         */
498
        public void setSellingPricePerItem(short value) {
506
        public void setSellingPricePerItem(double value) {
499
            this.sellingPricePerItem = value;
507
            this.sellingPricePerItem = value;
500
        }
508
        }
501
 
509
 
502
        /**
510
        /**
503
         * Gets the value of the invoiceCode property.
511
         * Gets the value of the invoiceCode property.
Line 521... Line 529...
521
         */
529
         */
522
        public void setInvoiceCode(String value) {
530
        public void setInvoiceCode(String value) {
523
            this.invoiceCode = value;
531
            this.invoiceCode = value;
524
        }
532
        }
525
 
533
 
-
 
534
        /**
-
 
535
         * Gets the value of the shipByDate property.
-
 
536
         * 
-
 
537
         * @return
-
 
538
         *     possible object is
-
 
539
         *     {@link XMLGregorianCalendar }
-
 
540
         *     
-
 
541
         */
-
 
542
        public XMLGregorianCalendar getShipByDate() {
-
 
543
            return shipByDate;
-
 
544
        }
-
 
545
 
-
 
546
        /**
-
 
547
         * Sets the value of the shipByDate property.
-
 
548
         * 
-
 
549
         * @param value
-
 
550
         *     allowed object is
-
 
551
         *     {@link XMLGregorianCalendar }
-
 
552
         *     
-
 
553
         */
-
 
554
        public void setShipByDate(XMLGregorianCalendar value) {
-
 
555
            this.shipByDate = value;
-
 
556
        }
-
 
557
 
526
    }
558
    }
527
 
559
 
528
}
560
}
529
561