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 * <complexType>
25 * <complexContent>
26 * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
27 * <sequence>
28 * <element name="IsValid" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
29 * <element name="HelpRequest" type="{http://webservices.amazon.com/AWSECommerceService/2007-04-04}HelpRequest" minOccurs="0"/>
30 * <element name="BrowseNodeLookupRequest" type="{http://webservices.amazon.com/AWSECommerceService/2007-04-04}BrowseNodeLookupRequest" minOccurs="0"/>
31 * <element name="ItemSearchRequest" type="{http://webservices.amazon.com/AWSECommerceService/2007-04-04}ItemSearchRequest" minOccurs="0"/>
32 * <element name="ItemLookupRequest" type="{http://webservices.amazon.com/AWSECommerceService/2007-04-04}ItemLookupRequest" minOccurs="0"/>
33 * <element name="ListSearchRequest" type="{http://webservices.amazon.com/AWSECommerceService/2007-04-04}ListSearchRequest" minOccurs="0"/>
34 * <element name="ListLookupRequest" type="{http://webservices.amazon.com/AWSECommerceService/2007-04-04}ListLookupRequest" minOccurs="0"/>
35 * <element name="CustomerContentSearchRequest" type="{http://webservices.amazon.com/AWSECommerceService/2007-04-04}CustomerContentSearchRequest" minOccurs="0"/>
36 * <element name="CustomerContentLookupRequest" type="{http://webservices.amazon.com/AWSECommerceService/2007-04-04}CustomerContentLookupRequest" minOccurs="0"/>
37 * <element name="SimilarityLookupRequest" type="{http://webservices.amazon.com/AWSECommerceService/2007-04-04}SimilarityLookupRequest" minOccurs="0"/>
38 * <element name="CartGetRequest" type="{http://webservices.amazon.com/AWSECommerceService/2007-04-04}CartGetRequest" minOccurs="0"/>
39 * <element name="CartAddRequest" type="{http://webservices.amazon.com/AWSECommerceService/2007-04-04}CartAddRequest" minOccurs="0"/>
40 * <element name="CartCreateRequest" type="{http://webservices.amazon.com/AWSECommerceService/2007-04-04}CartCreateRequest" minOccurs="0"/>
41 * <element name="CartModifyRequest" type="{http://webservices.amazon.com/AWSECommerceService/2007-04-04}CartModifyRequest" minOccurs="0"/>
42 * <element name="CartClearRequest" type="{http://webservices.amazon.com/AWSECommerceService/2007-04-04}CartClearRequest" minOccurs="0"/>
43 * <element name="TransactionLookupRequest" type="{http://webservices.amazon.com/AWSECommerceService/2007-04-04}TransactionLookupRequest" minOccurs="0"/>
44 * <element name="SellerListingSearchRequest" type="{http://webservices.amazon.com/AWSECommerceService/2007-04-04}SellerListingSearchRequest" minOccurs="0"/>
45 * <element name="SellerListingLookupRequest" type="{http://webservices.amazon.com/AWSECommerceService/2007-04-04}SellerListingLookupRequest" minOccurs="0"/>
46 * <element name="SellerLookupRequest" type="{http://webservices.amazon.com/AWSECommerceService/2007-04-04}SellerLookupRequest" minOccurs="0"/>
47 * <element ref="{http://webservices.amazon.com/AWSECommerceService/2007-04-04}Errors" minOccurs="0"/>
48 * </sequence>
49 * </restriction>
50 * </complexContent>
51 * </complexType>
52 * </pre>
53 *
54 *
55 */
56 @XmlAccessorType(XmlAccessType.FIELD)
57 @XmlType(name = "", propOrder = {
58 "isValid",
59 "helpRequest",
60 "browseNodeLookupRequest",
61 "itemSearchRequest",
62 "itemLookupRequest",
63 "listSearchRequest",
64 "listLookupRequest",
65 "customerContentSearchRequest",
66 "customerContentLookupRequest",
67 "similarityLookupRequest",
68 "cartGetRequest",
69 "cartAddRequest",
70 "cartCreateRequest",
71 "cartModifyRequest",
72 "cartClearRequest",
73 "transactionLookupRequest",
74 "sellerListingSearchRequest",
75 "sellerListingLookupRequest",
76 "sellerLookupRequest",
77 "errors"
78 })
79 @XmlRootElement(name = "Request")
80 public class Request {
81
82 @XmlElement(name = "IsValid")
83 protected String isValid;
84 @XmlElement(name = "HelpRequest")
85 protected HelpRequest helpRequest;
86 @XmlElement(name = "BrowseNodeLookupRequest")
87 protected BrowseNodeLookupRequest browseNodeLookupRequest;
88 @XmlElement(name = "ItemSearchRequest")
89 protected ItemSearchRequest itemSearchRequest;
90 @XmlElement(name = "ItemLookupRequest")
91 protected ItemLookupRequest itemLookupRequest;
92 @XmlElement(name = "ListSearchRequest")
93 protected ListSearchRequest listSearchRequest;
94 @XmlElement(name = "ListLookupRequest")
95 protected ListLookupRequest listLookupRequest;
96 @XmlElement(name = "CustomerContentSearchRequest")
97 protected CustomerContentSearchRequest customerContentSearchRequest;
98 @XmlElement(name = "CustomerContentLookupRequest")
99 protected CustomerContentLookupRequest customerContentLookupRequest;
100 @XmlElement(name = "SimilarityLookupRequest")
101 protected SimilarityLookupRequest similarityLookupRequest;
102 @XmlElement(name = "CartGetRequest")
103 protected CartGetRequest cartGetRequest;
104 @XmlElement(name = "CartAddRequest")
105 protected CartAddRequest cartAddRequest;
106 @XmlElement(name = "CartCreateRequest")
107 protected CartCreateRequest cartCreateRequest;
108 @XmlElement(name = "CartModifyRequest")
109 protected CartModifyRequest cartModifyRequest;
110 @XmlElement(name = "CartClearRequest")
111 protected CartClearRequest cartClearRequest;
112 @XmlElement(name = "TransactionLookupRequest")
113 protected TransactionLookupRequest transactionLookupRequest;
114 @XmlElement(name = "SellerListingSearchRequest")
115 protected SellerListingSearchRequest sellerListingSearchRequest;
116 @XmlElement(name = "SellerListingLookupRequest")
117 protected SellerListingLookupRequest sellerListingLookupRequest;
118 @XmlElement(name = "SellerLookupRequest")
119 protected SellerLookupRequest sellerLookupRequest;
120 @XmlElement(name = "Errors")
121 protected Errors errors;
122
123 /**
124 * Gets the value of the isValid property.
125 *
126 * @return
127 * possible object is
128 * {@link String }
129 *
130 */
131 public String getIsValid() {
132 return isValid;
133 }
134
135 /**
136 * Sets the value of the isValid property.
137 *
138 * @param value
139 * allowed object is
140 * {@link String }
141 *
142 */
143 public void setIsValid(String value) {
144 this.isValid = value;
145 }
146
147 /**
148 * Gets the value of the helpRequest property.
149 *
150 * @return
151 * possible object is
152 * {@link HelpRequest }
153 *
154 */
155 public HelpRequest getHelpRequest() {
156 return helpRequest;
157 }
158
159 /**
160 * Sets the value of the helpRequest property.
161 *
162 * @param value
163 * allowed object is
164 * {@link HelpRequest }
165 *
166 */
167 public void setHelpRequest(HelpRequest value) {
168 this.helpRequest = value;
169 }
170
171 /**
172 * Gets the value of the browseNodeLookupRequest property.
173 *
174 * @return
175 * possible object is
176 * {@link BrowseNodeLookupRequest }
177 *
178 */
179 public BrowseNodeLookupRequest getBrowseNodeLookupRequest() {
180 return browseNodeLookupRequest;
181 }
182
183 /**
184 * Sets the value of the browseNodeLookupRequest property.
185 *
186 * @param value
187 * allowed object is
188 * {@link BrowseNodeLookupRequest }
189 *
190 */
191 public void setBrowseNodeLookupRequest(BrowseNodeLookupRequest value) {
192 this.browseNodeLookupRequest = value;
193 }
194
195 /**
196 * Gets the value of the itemSearchRequest property.
197 *
198 * @return
199 * possible object is
200 * {@link ItemSearchRequest }
201 *
202 */
203 public ItemSearchRequest getItemSearchRequest() {
204 return itemSearchRequest;
205 }
206
207 /**
208 * Sets the value of the itemSearchRequest property.
209 *
210 * @param value
211 * allowed object is
212 * {@link ItemSearchRequest }
213 *
214 */
215 public void setItemSearchRequest(ItemSearchRequest value) {
216 this.itemSearchRequest = value;
217 }
218
219 /**
220 * Gets the value of the itemLookupRequest property.
221 *
222 * @return
223 * possible object is
224 * {@link ItemLookupRequest }
225 *
226 */
227 public ItemLookupRequest getItemLookupRequest() {
228 return itemLookupRequest;
229 }
230
231 /**
232 * Sets the value of the itemLookupRequest property.
233 *
234 * @param value
235 * allowed object is
236 * {@link ItemLookupRequest }
237 *
238 */
239 public void setItemLookupRequest(ItemLookupRequest value) {
240 this.itemLookupRequest = value;
241 }
242
243 /**
244 * Gets the value of the listSearchRequest property.
245 *
246 * @return
247 * possible object is
248 * {@link ListSearchRequest }
249 *
250 */
251 public ListSearchRequest getListSearchRequest() {
252 return listSearchRequest;
253 }
254
255 /**
256 * Sets the value of the listSearchRequest property.
257 *
258 * @param value
259 * allowed object is
260 * {@link ListSearchRequest }
261 *
262 */
263 public void setListSearchRequest(ListSearchRequest value) {
264 this.listSearchRequest = value;
265 }
266
267 /**
268 * Gets the value of the listLookupRequest property.
269 *
270 * @return
271 * possible object is
272 * {@link ListLookupRequest }
273 *
274 */
275 public ListLookupRequest getListLookupRequest() {
276 return listLookupRequest;
277 }
278
279 /**
280 * Sets the value of the listLookupRequest property.
281 *
282 * @param value
283 * allowed object is
284 * {@link ListLookupRequest }
285 *
286 */
287 public void setListLookupRequest(ListLookupRequest value) {
288 this.listLookupRequest = value;
289 }
290
291 /**
292 * Gets the value of the customerContentSearchRequest property.
293 *
294 * @return
295 * possible object is
296 * {@link CustomerContentSearchRequest }
297 *
298 */
299 public CustomerContentSearchRequest getCustomerContentSearchRequest() {
300 return customerContentSearchRequest;
301 }
302
303 /**
304 * Sets the value of the customerContentSearchRequest property.
305 *
306 * @param value
307 * allowed object is
308 * {@link CustomerContentSearchRequest }
309 *
310 */
311 public void setCustomerContentSearchRequest(CustomerContentSearchRequest value) {
312 this.customerContentSearchRequest = value;
313 }
314
315 /**
316 * Gets the value of the customerContentLookupRequest property.
317 *
318 * @return
319 * possible object is
320 * {@link CustomerContentLookupRequest }
321 *
322 */
323 public CustomerContentLookupRequest getCustomerContentLookupRequest() {
324 return customerContentLookupRequest;
325 }
326
327 /**
328 * Sets the value of the customerContentLookupRequest property.
329 *
330 * @param value
331 * allowed object is
332 * {@link CustomerContentLookupRequest }
333 *
334 */
335 public void setCustomerContentLookupRequest(CustomerContentLookupRequest value) {
336 this.customerContentLookupRequest = value;
337 }
338
339 /**
340 * Gets the value of the similarityLookupRequest property.
341 *
342 * @return
343 * possible object is
344 * {@link SimilarityLookupRequest }
345 *
346 */
347 public SimilarityLookupRequest getSimilarityLookupRequest() {
348 return similarityLookupRequest;
349 }
350
351 /**
352 * Sets the value of the similarityLookupRequest property.
353 *
354 * @param value
355 * allowed object is
356 * {@link SimilarityLookupRequest }
357 *
358 */
359 public void setSimilarityLookupRequest(SimilarityLookupRequest value) {
360 this.similarityLookupRequest = value;
361 }
362
363 /**
364 * Gets the value of the cartGetRequest property.
365 *
366 * @return
367 * possible object is
368 * {@link CartGetRequest }
369 *
370 */
371 public CartGetRequest getCartGetRequest() {
372 return cartGetRequest;
373 }
374
375 /**
376 * Sets the value of the cartGetRequest property.
377 *
378 * @param value
379 * allowed object is
380 * {@link CartGetRequest }
381 *
382 */
383 public void setCartGetRequest(CartGetRequest value) {
384 this.cartGetRequest = value;
385 }
386
387 /**
388 * Gets the value of the cartAddRequest property.
389 *
390 * @return
391 * possible object is
392 * {@link CartAddRequest }
393 *
394 */
395 public CartAddRequest getCartAddRequest() {
396 return cartAddRequest;
397 }
398
399 /**
400 * Sets the value of the cartAddRequest property.
401 *
402 * @param value
403 * allowed object is
404 * {@link CartAddRequest }
405 *
406 */
407 public void setCartAddRequest(CartAddRequest value) {
408 this.cartAddRequest = value;
409 }
410
411 /**
412 * Gets the value of the cartCreateRequest property.
413 *
414 * @return
415 * possible object is
416 * {@link CartCreateRequest }
417 *
418 */
419 public CartCreateRequest getCartCreateRequest() {
420 return cartCreateRequest;
421 }
422
423 /**
424 * Sets the value of the cartCreateRequest property.
425 *
426 * @param value
427 * allowed object is
428 * {@link CartCreateRequest }
429 *
430 */
431 public void setCartCreateRequest(CartCreateRequest value) {
432 this.cartCreateRequest = value;
433 }
434
435 /**
436 * Gets the value of the cartModifyRequest property.
437 *
438 * @return
439 * possible object is
440 * {@link CartModifyRequest }
441 *
442 */
443 public CartModifyRequest getCartModifyRequest() {
444 return cartModifyRequest;
445 }
446
447 /**
448 * Sets the value of the cartModifyRequest property.
449 *
450 * @param value
451 * allowed object is
452 * {@link CartModifyRequest }
453 *
454 */
455 public void setCartModifyRequest(CartModifyRequest value) {
456 this.cartModifyRequest = value;
457 }
458
459 /**
460 * Gets the value of the cartClearRequest property.
461 *
462 * @return
463 * possible object is
464 * {@link CartClearRequest }
465 *
466 */
467 public CartClearRequest getCartClearRequest() {
468 return cartClearRequest;
469 }
470
471 /**
472 * Sets the value of the cartClearRequest property.
473 *
474 * @param value
475 * allowed object is
476 * {@link CartClearRequest }
477 *
478 */
479 public void setCartClearRequest(CartClearRequest value) {
480 this.cartClearRequest = value;
481 }
482
483 /**
484 * Gets the value of the transactionLookupRequest property.
485 *
486 * @return
487 * possible object is
488 * {@link TransactionLookupRequest }
489 *
490 */
491 public TransactionLookupRequest getTransactionLookupRequest() {
492 return transactionLookupRequest;
493 }
494
495 /**
496 * Sets the value of the transactionLookupRequest property.
497 *
498 * @param value
499 * allowed object is
500 * {@link TransactionLookupRequest }
501 *
502 */
503 public void setTransactionLookupRequest(TransactionLookupRequest value) {
504 this.transactionLookupRequest = value;
505 }
506
507 /**
508 * Gets the value of the sellerListingSearchRequest property.
509 *
510 * @return
511 * possible object is
512 * {@link SellerListingSearchRequest }
513 *
514 */
515 public SellerListingSearchRequest getSellerListingSearchRequest() {
516 return sellerListingSearchRequest;
517 }
518
519 /**
520 * Sets the value of the sellerListingSearchRequest property.
521 *
522 * @param value
523 * allowed object is
524 * {@link SellerListingSearchRequest }
525 *
526 */
527 public void setSellerListingSearchRequest(SellerListingSearchRequest value) {
528 this.sellerListingSearchRequest = value;
529 }
530
531 /**
532 * Gets the value of the sellerListingLookupRequest property.
533 *
534 * @return
535 * possible object is
536 * {@link SellerListingLookupRequest }
537 *
538 */
539 public SellerListingLookupRequest getSellerListingLookupRequest() {
540 return sellerListingLookupRequest;
541 }
542
543 /**
544 * Sets the value of the sellerListingLookupRequest property.
545 *
546 * @param value
547 * allowed object is
548 * {@link SellerListingLookupRequest }
549 *
550 */
551 public void setSellerListingLookupRequest(SellerListingLookupRequest value) {
552 this.sellerListingLookupRequest = value;
553 }
554
555 /**
556 * Gets the value of the sellerLookupRequest property.
557 *
558 * @return
559 * possible object is
560 * {@link SellerLookupRequest }
561 *
562 */
563 public SellerLookupRequest getSellerLookupRequest() {
564 return sellerLookupRequest;
565 }
566
567 /**
568 * Sets the value of the sellerLookupRequest property.
569 *
570 * @param value
571 * allowed object is
572 * {@link SellerLookupRequest }
573 *
574 */
575 public void setSellerLookupRequest(SellerLookupRequest value) {
576 this.sellerLookupRequest = value;
577 }
578
579 /**
580 * Gets the value of the errors property.
581 *
582 * @return
583 * possible object is
584 * {@link Errors }
585 *
586 */
587 public Errors getErrors() {
588 return errors;
589 }
590
591 /**
592 * Sets the value of the errors property.
593 *
594 * @param value
595 * allowed object is
596 * {@link Errors }
597 *
598 */
599 public void setErrors(Errors value) {
600 this.errors = value;
601 }
602
603 }