Subversion Repositories SmartDukaan

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
9777 manish.sha 1
//
2
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10 
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: 2014.02.05 at 12:01:10 PM IST 
6
//
7
 
8
 
9
package com.amazonaws.mws.model;
10
 
11
import javax.xml.bind.annotation.XmlAccessType;
12
import javax.xml.bind.annotation.XmlAccessorType;
13
import javax.xml.bind.annotation.XmlElement;
14
import javax.xml.bind.annotation.XmlType;
15
 
16
 
17
/**
18
 * <p>Java class for anonymous complex type.
19
 * 
20
 * <p>The following schema fragment specifies the expected content contained within this class.
21
 * 
22
 * <pre>
23
 * &lt;complexType>
24
 *   &lt;complexContent>
25
 *     &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
26
 *       &lt;sequence>
27
 *         &lt;element name="Order">
28
 *           &lt;complexType>
29
 *             &lt;complexContent>
30
 *               &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
31
 *                 &lt;sequence>
32
 *                   &lt;element name="AmazonOrderID" type="{http://www.w3.org/2001/XMLSchema}string"/>
33
 *                   &lt;element name="MerchantOrderID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
34
 *                   &lt;element name="PurchaseDate" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
35
 *                   &lt;element name="LastUpdatedDate" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
36
 *                   &lt;element name="OrderStatus" type="{http://www.w3.org/2001/XMLSchema}string"/>
37
 *                   &lt;element name="SalesChannel" type="{http://www.w3.org/2001/XMLSchema}string"/>
38
 *                   &lt;element name="URL" type="{http://www.w3.org/2001/XMLSchema}anyURI" minOccurs="0"/>
39
 *                   &lt;element name="FulfillmentData">
40
 *                     &lt;complexType>
41
 *                       &lt;complexContent>
42
 *                         &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
43
 *                           &lt;sequence>
44
 *                             &lt;element name="FulfillmentChannel" type="{http://www.w3.org/2001/XMLSchema}string"/>
45
 *                             &lt;element name="ShipServiceLevel" type="{http://www.w3.org/2001/XMLSchema}string"/>
46
 *                             &lt;element name="Address">
47
 *                               &lt;complexType>
48
 *                                 &lt;complexContent>
49
 *                                   &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
50
 *                                     &lt;sequence>
51
 *                                       &lt;element name="City" type="{http://www.w3.org/2001/XMLSchema}string"/>
52
 *                                       &lt;element name="State" type="{http://www.w3.org/2001/XMLSchema}string"/>
53
 *                                       &lt;element name="PostalCode" type="{http://www.w3.org/2001/XMLSchema}int"/>
54
 *                                       &lt;element name="Country" type="{http://www.w3.org/2001/XMLSchema}string"/>
55
 *                                     &lt;/sequence>
56
 *                                   &lt;/restriction>
57
 *                                 &lt;/complexContent>
58
 *                               &lt;/complexType>
59
 *                             &lt;/element>
60
 *                           &lt;/sequence>
61
 *                         &lt;/restriction>
62
 *                       &lt;/complexContent>
63
 *                     &lt;/complexType>
64
 *                   &lt;/element>
65
 *                   &lt;element name="OrderItem" maxOccurs="unbounded" minOccurs="0">
66
 *                     &lt;complexType>
67
 *                       &lt;complexContent>
68
 *                         &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
69
 *                           &lt;sequence>
70
 *                             &lt;element name="ASIN" type="{http://www.w3.org/2001/XMLSchema}string"/>
71
 *                             &lt;element name="SKU" type="{http://www.w3.org/2001/XMLSchema}string"/>
72
 *                             &lt;element name="ItemStatus" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
73
 *                             &lt;element name="ProductName" type="{http://www.w3.org/2001/XMLSchema}string"/>
74
 *                             &lt;element name="Quantity" type="{http://www.w3.org/2001/XMLSchema}byte"/>
75
 *                             &lt;element name="ItemPrice" minOccurs="0">
76
 *                               &lt;complexType>
77
 *                                 &lt;complexContent>
78
 *                                   &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
79
 *                                     &lt;sequence>
80
 *                                       &lt;element name="Component" maxOccurs="unbounded" minOccurs="0">
81
 *                                         &lt;complexType>
82
 *                                           &lt;complexContent>
83
 *                                             &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
84
 *                                               &lt;sequence>
85
 *                                                 &lt;element name="Type" type="{http://www.w3.org/2001/XMLSchema}string"/>
86
 *                                                 &lt;element name="Amount">
87
 *                                                   &lt;complexType>
88
 *                                                     &lt;simpleContent>
89
 *                                                       &lt;extension base="&lt;http://www.w3.org/2001/XMLSchema>float">
90
 *                                                         &lt;attribute name="currency" type="{http://www.w3.org/2001/XMLSchema}string" />
91
 *                                                       &lt;/extension>
92
 *                                                     &lt;/simpleContent>
93
 *                                                   &lt;/complexType>
94
 *                                                 &lt;/element>
95
 *                                               &lt;/sequence>
96
 *                                             &lt;/restriction>
97
 *                                           &lt;/complexContent>
98
 *                                         &lt;/complexType>
99
 *                                       &lt;/element>
100
 *                                     &lt;/sequence>
101
 *                                   &lt;/restriction>
102
 *                                 &lt;/complexContent>
103
 *                               &lt;/complexType>
104
 *                             &lt;/element>
105
 *                             &lt;element name="Promotion" minOccurs="0">
106
 *                               &lt;complexType>
107
 *                                 &lt;complexContent>
108
 *                                   &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
109
 *                                     &lt;sequence>
110
 *                                       &lt;element name="ShipPromotionDiscount" type="{http://www.w3.org/2001/XMLSchema}float"/>
111
 *                                       &lt;element name="ItemPromotionDiscount" type="{http://www.w3.org/2001/XMLSchema}float" minOccurs="0"/>
112
 *                                     &lt;/sequence>
113
 *                                   &lt;/restriction>
114
 *                                 &lt;/complexContent>
115
 *                               &lt;/complexType>
116
 *                             &lt;/element>
117
 *                           &lt;/sequence>
118
 *                         &lt;/restriction>
119
 *                       &lt;/complexContent>
120
 *                     &lt;/complexType>
121
 *                   &lt;/element>
122
 *                 &lt;/sequence>
123
 *               &lt;/restriction>
124
 *             &lt;/complexContent>
125
 *           &lt;/complexType>
126
 *         &lt;/element>
127
 *       &lt;/sequence>
128
 *     &lt;/restriction>
129
 *   &lt;/complexContent>
130
 * &lt;/complexType>
131
 * </pre>
132
 * 
133
 * 
134
 */
135
@XmlAccessorType(XmlAccessType.FIELD)
136
@XmlType(name = "", propOrder = {
137
    "order"
138
})
139
public class Message {
140
 
141
    @XmlElement(name = "Order", required = true)
142
    protected Order order;
143
 
144
    /**
145
     * Gets the value of the order property.
146
     * 
147
     * @return
148
     *     possible object is
149
     *     {@link Order }
150
     *     
151
     */
152
    public Order getOrder() {
153
        return order;
154
    }
155
 
156
    /**
157
     * Sets the value of the order property.
158
     * 
159
     * @param value
160
     *     allowed object is
161
     *     {@link Order }
162
     *     
163
     */
164
    public void setOrder(Order value) {
165
        this.order = value;
166
    }
167
 
168
}