View Javadoc

1   //
2   // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.1.2-b01-fcs 
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: 2007.04.05 at 10:47:13 AM CEST 
6   //
7   
8   
9   package com.amazon.webservices.awsecommerceservice._2007_04_04;
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.XmlRootElement;
15  import javax.xml.bind.annotation.XmlType;
16  
17  
18  /**
19   * <p>Java class for anonymous complex type.
20   * 
21   * <p>The following schema fragment specifies the expected content contained within this class.
22   * 
23   * <pre>
24   * &lt;complexType>
25   *   &lt;complexContent>
26   *     &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
27   *       &lt;sequence>
28   *         &lt;element ref="{http://webservices.amazon.com/AWSECommerceService/2007-04-04}OperationRequest" minOccurs="0"/>
29   *         &lt;element ref="{http://webservices.amazon.com/AWSECommerceService/2007-04-04}HelpResponse" minOccurs="0"/>
30   *         &lt;element ref="{http://webservices.amazon.com/AWSECommerceService/2007-04-04}ItemSearchResponse" minOccurs="0"/>
31   *         &lt;element ref="{http://webservices.amazon.com/AWSECommerceService/2007-04-04}ItemLookupResponse" minOccurs="0"/>
32   *         &lt;element ref="{http://webservices.amazon.com/AWSECommerceService/2007-04-04}ListSearchResponse" minOccurs="0"/>
33   *         &lt;element ref="{http://webservices.amazon.com/AWSECommerceService/2007-04-04}ListLookupResponse" minOccurs="0"/>
34   *         &lt;element ref="{http://webservices.amazon.com/AWSECommerceService/2007-04-04}CustomerContentSearchResponse" minOccurs="0"/>
35   *         &lt;element ref="{http://webservices.amazon.com/AWSECommerceService/2007-04-04}CustomerContentLookupResponse" minOccurs="0"/>
36   *         &lt;element ref="{http://webservices.amazon.com/AWSECommerceService/2007-04-04}SimilarityLookupResponse" minOccurs="0"/>
37   *         &lt;element ref="{http://webservices.amazon.com/AWSECommerceService/2007-04-04}SellerLookupResponse" minOccurs="0"/>
38   *         &lt;element ref="{http://webservices.amazon.com/AWSECommerceService/2007-04-04}CartGetResponse" minOccurs="0"/>
39   *         &lt;element ref="{http://webservices.amazon.com/AWSECommerceService/2007-04-04}CartAddResponse" minOccurs="0"/>
40   *         &lt;element ref="{http://webservices.amazon.com/AWSECommerceService/2007-04-04}CartCreateResponse" minOccurs="0"/>
41   *         &lt;element ref="{http://webservices.amazon.com/AWSECommerceService/2007-04-04}CartModifyResponse" minOccurs="0"/>
42   *         &lt;element ref="{http://webservices.amazon.com/AWSECommerceService/2007-04-04}CartClearResponse" minOccurs="0"/>
43   *         &lt;element ref="{http://webservices.amazon.com/AWSECommerceService/2007-04-04}TransactionLookupResponse" minOccurs="0"/>
44   *         &lt;element ref="{http://webservices.amazon.com/AWSECommerceService/2007-04-04}SellerListingSearchResponse" minOccurs="0"/>
45   *         &lt;element ref="{http://webservices.amazon.com/AWSECommerceService/2007-04-04}SellerListingLookupResponse" minOccurs="0"/>
46   *         &lt;element ref="{http://webservices.amazon.com/AWSECommerceService/2007-04-04}BrowseNodeLookupResponse" minOccurs="0"/>
47   *       &lt;/sequence>
48   *     &lt;/restriction>
49   *   &lt;/complexContent>
50   * &lt;/complexType>
51   * </pre>
52   * 
53   * 
54   */
55  @XmlAccessorType(XmlAccessType.FIELD)
56  @XmlType(name = "", propOrder = {
57      "operationRequest",
58      "helpResponse",
59      "itemSearchResponse",
60      "itemLookupResponse",
61      "listSearchResponse",
62      "listLookupResponse",
63      "customerContentSearchResponse",
64      "customerContentLookupResponse",
65      "similarityLookupResponse",
66      "sellerLookupResponse",
67      "cartGetResponse",
68      "cartAddResponse",
69      "cartCreateResponse",
70      "cartModifyResponse",
71      "cartClearResponse",
72      "transactionLookupResponse",
73      "sellerListingSearchResponse",
74      "sellerListingLookupResponse",
75      "browseNodeLookupResponse"
76  })
77  @XmlRootElement(name = "MultiOperationResponse")
78  public class MultiOperationResponse {
79  
80      @XmlElement(name = "OperationRequest")
81      protected OperationRequest operationRequest;
82      @XmlElement(name = "HelpResponse")
83      protected HelpResponse helpResponse;
84      @XmlElement(name = "ItemSearchResponse")
85      protected ItemSearchResponse itemSearchResponse;
86      @XmlElement(name = "ItemLookupResponse")
87      protected ItemLookupResponse itemLookupResponse;
88      @XmlElement(name = "ListSearchResponse")
89      protected ListSearchResponse listSearchResponse;
90      @XmlElement(name = "ListLookupResponse")
91      protected ListLookupResponse listLookupResponse;
92      @XmlElement(name = "CustomerContentSearchResponse")
93      protected CustomerContentSearchResponse customerContentSearchResponse;
94      @XmlElement(name = "CustomerContentLookupResponse")
95      protected CustomerContentLookupResponse customerContentLookupResponse;
96      @XmlElement(name = "SimilarityLookupResponse")
97      protected SimilarityLookupResponse similarityLookupResponse;
98      @XmlElement(name = "SellerLookupResponse")
99      protected SellerLookupResponse sellerLookupResponse;
100     @XmlElement(name = "CartGetResponse")
101     protected CartGetResponse cartGetResponse;
102     @XmlElement(name = "CartAddResponse")
103     protected CartAddResponse cartAddResponse;
104     @XmlElement(name = "CartCreateResponse")
105     protected CartCreateResponse cartCreateResponse;
106     @XmlElement(name = "CartModifyResponse")
107     protected CartModifyResponse cartModifyResponse;
108     @XmlElement(name = "CartClearResponse")
109     protected CartClearResponse cartClearResponse;
110     @XmlElement(name = "TransactionLookupResponse")
111     protected TransactionLookupResponse transactionLookupResponse;
112     @XmlElement(name = "SellerListingSearchResponse")
113     protected SellerListingSearchResponse sellerListingSearchResponse;
114     @XmlElement(name = "SellerListingLookupResponse")
115     protected SellerListingLookupResponse sellerListingLookupResponse;
116     @XmlElement(name = "BrowseNodeLookupResponse")
117     protected BrowseNodeLookupResponse browseNodeLookupResponse;
118 
119     /**
120      * Gets the value of the operationRequest property.
121      * 
122      * @return
123      *     possible object is
124      *     {@link OperationRequest }
125      *     
126      */
127     public OperationRequest getOperationRequest() {
128         return operationRequest;
129     }
130 
131     /**
132      * Sets the value of the operationRequest property.
133      * 
134      * @param value
135      *     allowed object is
136      *     {@link OperationRequest }
137      *     
138      */
139     public void setOperationRequest(OperationRequest value) {
140         this.operationRequest = value;
141     }
142 
143     /**
144      * Gets the value of the helpResponse property.
145      * 
146      * @return
147      *     possible object is
148      *     {@link HelpResponse }
149      *     
150      */
151     public HelpResponse getHelpResponse() {
152         return helpResponse;
153     }
154 
155     /**
156      * Sets the value of the helpResponse property.
157      * 
158      * @param value
159      *     allowed object is
160      *     {@link HelpResponse }
161      *     
162      */
163     public void setHelpResponse(HelpResponse value) {
164         this.helpResponse = value;
165     }
166 
167     /**
168      * Gets the value of the itemSearchResponse property.
169      * 
170      * @return
171      *     possible object is
172      *     {@link ItemSearchResponse }
173      *     
174      */
175     public ItemSearchResponse getItemSearchResponse() {
176         return itemSearchResponse;
177     }
178 
179     /**
180      * Sets the value of the itemSearchResponse property.
181      * 
182      * @param value
183      *     allowed object is
184      *     {@link ItemSearchResponse }
185      *     
186      */
187     public void setItemSearchResponse(ItemSearchResponse value) {
188         this.itemSearchResponse = value;
189     }
190 
191     /**
192      * Gets the value of the itemLookupResponse property.
193      * 
194      * @return
195      *     possible object is
196      *     {@link ItemLookupResponse }
197      *     
198      */
199     public ItemLookupResponse getItemLookupResponse() {
200         return itemLookupResponse;
201     }
202 
203     /**
204      * Sets the value of the itemLookupResponse property.
205      * 
206      * @param value
207      *     allowed object is
208      *     {@link ItemLookupResponse }
209      *     
210      */
211     public void setItemLookupResponse(ItemLookupResponse value) {
212         this.itemLookupResponse = value;
213     }
214 
215     /**
216      * Gets the value of the listSearchResponse property.
217      * 
218      * @return
219      *     possible object is
220      *     {@link ListSearchResponse }
221      *     
222      */
223     public ListSearchResponse getListSearchResponse() {
224         return listSearchResponse;
225     }
226 
227     /**
228      * Sets the value of the listSearchResponse property.
229      * 
230      * @param value
231      *     allowed object is
232      *     {@link ListSearchResponse }
233      *     
234      */
235     public void setListSearchResponse(ListSearchResponse value) {
236         this.listSearchResponse = value;
237     }
238 
239     /**
240      * Gets the value of the listLookupResponse property.
241      * 
242      * @return
243      *     possible object is
244      *     {@link ListLookupResponse }
245      *     
246      */
247     public ListLookupResponse getListLookupResponse() {
248         return listLookupResponse;
249     }
250 
251     /**
252      * Sets the value of the listLookupResponse property.
253      * 
254      * @param value
255      *     allowed object is
256      *     {@link ListLookupResponse }
257      *     
258      */
259     public void setListLookupResponse(ListLookupResponse value) {
260         this.listLookupResponse = value;
261     }
262 
263     /**
264      * Gets the value of the customerContentSearchResponse property.
265      * 
266      * @return
267      *     possible object is
268      *     {@link CustomerContentSearchResponse }
269      *     
270      */
271     public CustomerContentSearchResponse getCustomerContentSearchResponse() {
272         return customerContentSearchResponse;
273     }
274 
275     /**
276      * Sets the value of the customerContentSearchResponse property.
277      * 
278      * @param value
279      *     allowed object is
280      *     {@link CustomerContentSearchResponse }
281      *     
282      */
283     public void setCustomerContentSearchResponse(CustomerContentSearchResponse value) {
284         this.customerContentSearchResponse = value;
285     }
286 
287     /**
288      * Gets the value of the customerContentLookupResponse property.
289      * 
290      * @return
291      *     possible object is
292      *     {@link CustomerContentLookupResponse }
293      *     
294      */
295     public CustomerContentLookupResponse getCustomerContentLookupResponse() {
296         return customerContentLookupResponse;
297     }
298 
299     /**
300      * Sets the value of the customerContentLookupResponse property.
301      * 
302      * @param value
303      *     allowed object is
304      *     {@link CustomerContentLookupResponse }
305      *     
306      */
307     public void setCustomerContentLookupResponse(CustomerContentLookupResponse value) {
308         this.customerContentLookupResponse = value;
309     }
310 
311     /**
312      * Gets the value of the similarityLookupResponse property.
313      * 
314      * @return
315      *     possible object is
316      *     {@link SimilarityLookupResponse }
317      *     
318      */
319     public SimilarityLookupResponse getSimilarityLookupResponse() {
320         return similarityLookupResponse;
321     }
322 
323     /**
324      * Sets the value of the similarityLookupResponse property.
325      * 
326      * @param value
327      *     allowed object is
328      *     {@link SimilarityLookupResponse }
329      *     
330      */
331     public void setSimilarityLookupResponse(SimilarityLookupResponse value) {
332         this.similarityLookupResponse = value;
333     }
334 
335     /**
336      * Gets the value of the sellerLookupResponse property.
337      * 
338      * @return
339      *     possible object is
340      *     {@link SellerLookupResponse }
341      *     
342      */
343     public SellerLookupResponse getSellerLookupResponse() {
344         return sellerLookupResponse;
345     }
346 
347     /**
348      * Sets the value of the sellerLookupResponse property.
349      * 
350      * @param value
351      *     allowed object is
352      *     {@link SellerLookupResponse }
353      *     
354      */
355     public void setSellerLookupResponse(SellerLookupResponse value) {
356         this.sellerLookupResponse = value;
357     }
358 
359     /**
360      * Gets the value of the cartGetResponse property.
361      * 
362      * @return
363      *     possible object is
364      *     {@link CartGetResponse }
365      *     
366      */
367     public CartGetResponse getCartGetResponse() {
368         return cartGetResponse;
369     }
370 
371     /**
372      * Sets the value of the cartGetResponse property.
373      * 
374      * @param value
375      *     allowed object is
376      *     {@link CartGetResponse }
377      *     
378      */
379     public void setCartGetResponse(CartGetResponse value) {
380         this.cartGetResponse = value;
381     }
382 
383     /**
384      * Gets the value of the cartAddResponse property.
385      * 
386      * @return
387      *     possible object is
388      *     {@link CartAddResponse }
389      *     
390      */
391     public CartAddResponse getCartAddResponse() {
392         return cartAddResponse;
393     }
394 
395     /**
396      * Sets the value of the cartAddResponse property.
397      * 
398      * @param value
399      *     allowed object is
400      *     {@link CartAddResponse }
401      *     
402      */
403     public void setCartAddResponse(CartAddResponse value) {
404         this.cartAddResponse = value;
405     }
406 
407     /**
408      * Gets the value of the cartCreateResponse property.
409      * 
410      * @return
411      *     possible object is
412      *     {@link CartCreateResponse }
413      *     
414      */
415     public CartCreateResponse getCartCreateResponse() {
416         return cartCreateResponse;
417     }
418 
419     /**
420      * Sets the value of the cartCreateResponse property.
421      * 
422      * @param value
423      *     allowed object is
424      *     {@link CartCreateResponse }
425      *     
426      */
427     public void setCartCreateResponse(CartCreateResponse value) {
428         this.cartCreateResponse = value;
429     }
430 
431     /**
432      * Gets the value of the cartModifyResponse property.
433      * 
434      * @return
435      *     possible object is
436      *     {@link CartModifyResponse }
437      *     
438      */
439     public CartModifyResponse getCartModifyResponse() {
440         return cartModifyResponse;
441     }
442 
443     /**
444      * Sets the value of the cartModifyResponse property.
445      * 
446      * @param value
447      *     allowed object is
448      *     {@link CartModifyResponse }
449      *     
450      */
451     public void setCartModifyResponse(CartModifyResponse value) {
452         this.cartModifyResponse = value;
453     }
454 
455     /**
456      * Gets the value of the cartClearResponse property.
457      * 
458      * @return
459      *     possible object is
460      *     {@link CartClearResponse }
461      *     
462      */
463     public CartClearResponse getCartClearResponse() {
464         return cartClearResponse;
465     }
466 
467     /**
468      * Sets the value of the cartClearResponse property.
469      * 
470      * @param value
471      *     allowed object is
472      *     {@link CartClearResponse }
473      *     
474      */
475     public void setCartClearResponse(CartClearResponse value) {
476         this.cartClearResponse = value;
477     }
478 
479     /**
480      * Gets the value of the transactionLookupResponse property.
481      * 
482      * @return
483      *     possible object is
484      *     {@link TransactionLookupResponse }
485      *     
486      */
487     public TransactionLookupResponse getTransactionLookupResponse() {
488         return transactionLookupResponse;
489     }
490 
491     /**
492      * Sets the value of the transactionLookupResponse property.
493      * 
494      * @param value
495      *     allowed object is
496      *     {@link TransactionLookupResponse }
497      *     
498      */
499     public void setTransactionLookupResponse(TransactionLookupResponse value) {
500         this.transactionLookupResponse = value;
501     }
502 
503     /**
504      * Gets the value of the sellerListingSearchResponse property.
505      * 
506      * @return
507      *     possible object is
508      *     {@link SellerListingSearchResponse }
509      *     
510      */
511     public SellerListingSearchResponse getSellerListingSearchResponse() {
512         return sellerListingSearchResponse;
513     }
514 
515     /**
516      * Sets the value of the sellerListingSearchResponse property.
517      * 
518      * @param value
519      *     allowed object is
520      *     {@link SellerListingSearchResponse }
521      *     
522      */
523     public void setSellerListingSearchResponse(SellerListingSearchResponse value) {
524         this.sellerListingSearchResponse = value;
525     }
526 
527     /**
528      * Gets the value of the sellerListingLookupResponse property.
529      * 
530      * @return
531      *     possible object is
532      *     {@link SellerListingLookupResponse }
533      *     
534      */
535     public SellerListingLookupResponse getSellerListingLookupResponse() {
536         return sellerListingLookupResponse;
537     }
538 
539     /**
540      * Sets the value of the sellerListingLookupResponse property.
541      * 
542      * @param value
543      *     allowed object is
544      *     {@link SellerListingLookupResponse }
545      *     
546      */
547     public void setSellerListingLookupResponse(SellerListingLookupResponse value) {
548         this.sellerListingLookupResponse = value;
549     }
550 
551     /**
552      * Gets the value of the browseNodeLookupResponse property.
553      * 
554      * @return
555      *     possible object is
556      *     {@link BrowseNodeLookupResponse }
557      *     
558      */
559     public BrowseNodeLookupResponse getBrowseNodeLookupResponse() {
560         return browseNodeLookupResponse;
561     }
562 
563     /**
564      * Sets the value of the browseNodeLookupResponse property.
565      * 
566      * @param value
567      *     allowed object is
568      *     {@link BrowseNodeLookupResponse }
569      *     
570      */
571     public void setBrowseNodeLookupResponse(BrowseNodeLookupResponse value) {
572         this.browseNodeLookupResponse = value;
573     }
574 
575 }