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 ref="{http://webservices.amazon.com/AWSECommerceService/2007-04-04}Help" minOccurs="0"/> 29 * <element ref="{http://webservices.amazon.com/AWSECommerceService/2007-04-04}ItemSearch" minOccurs="0"/> 30 * <element ref="{http://webservices.amazon.com/AWSECommerceService/2007-04-04}ItemLookup" minOccurs="0"/> 31 * <element ref="{http://webservices.amazon.com/AWSECommerceService/2007-04-04}ListSearch" minOccurs="0"/> 32 * <element ref="{http://webservices.amazon.com/AWSECommerceService/2007-04-04}ListLookup" minOccurs="0"/> 33 * <element ref="{http://webservices.amazon.com/AWSECommerceService/2007-04-04}CustomerContentSearch" minOccurs="0"/> 34 * <element ref="{http://webservices.amazon.com/AWSECommerceService/2007-04-04}CustomerContentLookup" minOccurs="0"/> 35 * <element ref="{http://webservices.amazon.com/AWSECommerceService/2007-04-04}SimilarityLookup" minOccurs="0"/> 36 * <element ref="{http://webservices.amazon.com/AWSECommerceService/2007-04-04}SellerLookup" minOccurs="0"/> 37 * <element ref="{http://webservices.amazon.com/AWSECommerceService/2007-04-04}CartGet" minOccurs="0"/> 38 * <element ref="{http://webservices.amazon.com/AWSECommerceService/2007-04-04}CartAdd" minOccurs="0"/> 39 * <element ref="{http://webservices.amazon.com/AWSECommerceService/2007-04-04}CartCreate" minOccurs="0"/> 40 * <element ref="{http://webservices.amazon.com/AWSECommerceService/2007-04-04}CartModify" minOccurs="0"/> 41 * <element ref="{http://webservices.amazon.com/AWSECommerceService/2007-04-04}CartClear" minOccurs="0"/> 42 * <element ref="{http://webservices.amazon.com/AWSECommerceService/2007-04-04}TransactionLookup" minOccurs="0"/> 43 * <element ref="{http://webservices.amazon.com/AWSECommerceService/2007-04-04}SellerListingSearch" minOccurs="0"/> 44 * <element ref="{http://webservices.amazon.com/AWSECommerceService/2007-04-04}SellerListingLookup" minOccurs="0"/> 45 * <element ref="{http://webservices.amazon.com/AWSECommerceService/2007-04-04}BrowseNodeLookup" minOccurs="0"/> 46 * </sequence> 47 * </restriction> 48 * </complexContent> 49 * </complexType> 50 * </pre> 51 * 52 * 53 */ 54 @XmlAccessorType(XmlAccessType.FIELD) 55 @XmlType(name = "", propOrder = { 56 "help", 57 "itemSearch", 58 "itemLookup", 59 "listSearch", 60 "listLookup", 61 "customerContentSearch", 62 "customerContentLookup", 63 "similarityLookup", 64 "sellerLookup", 65 "cartGet", 66 "cartAdd", 67 "cartCreate", 68 "cartModify", 69 "cartClear", 70 "transactionLookup", 71 "sellerListingSearch", 72 "sellerListingLookup", 73 "browseNodeLookup" 74 }) 75 @XmlRootElement(name = "MultiOperation") 76 public class MultiOperation { 77 78 @XmlElement(name = "Help") 79 protected Help help; 80 @XmlElement(name = "ItemSearch") 81 protected ItemSearch itemSearch; 82 @XmlElement(name = "ItemLookup") 83 protected ItemLookup itemLookup; 84 @XmlElement(name = "ListSearch") 85 protected ListSearch listSearch; 86 @XmlElement(name = "ListLookup") 87 protected ListLookup listLookup; 88 @XmlElement(name = "CustomerContentSearch") 89 protected CustomerContentSearch customerContentSearch; 90 @XmlElement(name = "CustomerContentLookup") 91 protected CustomerContentLookup customerContentLookup; 92 @XmlElement(name = "SimilarityLookup") 93 protected SimilarityLookup similarityLookup; 94 @XmlElement(name = "SellerLookup") 95 protected SellerLookup sellerLookup; 96 @XmlElement(name = "CartGet") 97 protected CartGet cartGet; 98 @XmlElement(name = "CartAdd") 99 protected CartAdd cartAdd; 100 @XmlElement(name = "CartCreate") 101 protected CartCreate cartCreate; 102 @XmlElement(name = "CartModify") 103 protected CartModify cartModify; 104 @XmlElement(name = "CartClear") 105 protected CartClear cartClear; 106 @XmlElement(name = "TransactionLookup") 107 protected TransactionLookup transactionLookup; 108 @XmlElement(name = "SellerListingSearch") 109 protected SellerListingSearch sellerListingSearch; 110 @XmlElement(name = "SellerListingLookup") 111 protected SellerListingLookup sellerListingLookup; 112 @XmlElement(name = "BrowseNodeLookup") 113 protected BrowseNodeLookup browseNodeLookup; 114 115 /** 116 * Gets the value of the help property. 117 * 118 * @return 119 * possible object is 120 * {@link Help } 121 * 122 */ 123 public Help getHelp() { 124 return help; 125 } 126 127 /** 128 * Sets the value of the help property. 129 * 130 * @param value 131 * allowed object is 132 * {@link Help } 133 * 134 */ 135 public void setHelp(Help value) { 136 this.help = value; 137 } 138 139 /** 140 * Gets the value of the itemSearch property. 141 * 142 * @return 143 * possible object is 144 * {@link ItemSearch } 145 * 146 */ 147 public ItemSearch getItemSearch() { 148 return itemSearch; 149 } 150 151 /** 152 * Sets the value of the itemSearch property. 153 * 154 * @param value 155 * allowed object is 156 * {@link ItemSearch } 157 * 158 */ 159 public void setItemSearch(ItemSearch value) { 160 this.itemSearch = value; 161 } 162 163 /** 164 * Gets the value of the itemLookup property. 165 * 166 * @return 167 * possible object is 168 * {@link ItemLookup } 169 * 170 */ 171 public ItemLookup getItemLookup() { 172 return itemLookup; 173 } 174 175 /** 176 * Sets the value of the itemLookup property. 177 * 178 * @param value 179 * allowed object is 180 * {@link ItemLookup } 181 * 182 */ 183 public void setItemLookup(ItemLookup value) { 184 this.itemLookup = value; 185 } 186 187 /** 188 * Gets the value of the listSearch property. 189 * 190 * @return 191 * possible object is 192 * {@link ListSearch } 193 * 194 */ 195 public ListSearch getListSearch() { 196 return listSearch; 197 } 198 199 /** 200 * Sets the value of the listSearch property. 201 * 202 * @param value 203 * allowed object is 204 * {@link ListSearch } 205 * 206 */ 207 public void setListSearch(ListSearch value) { 208 this.listSearch = value; 209 } 210 211 /** 212 * Gets the value of the listLookup property. 213 * 214 * @return 215 * possible object is 216 * {@link ListLookup } 217 * 218 */ 219 public ListLookup getListLookup() { 220 return listLookup; 221 } 222 223 /** 224 * Sets the value of the listLookup property. 225 * 226 * @param value 227 * allowed object is 228 * {@link ListLookup } 229 * 230 */ 231 public void setListLookup(ListLookup value) { 232 this.listLookup = value; 233 } 234 235 /** 236 * Gets the value of the customerContentSearch property. 237 * 238 * @return 239 * possible object is 240 * {@link CustomerContentSearch } 241 * 242 */ 243 public CustomerContentSearch getCustomerContentSearch() { 244 return customerContentSearch; 245 } 246 247 /** 248 * Sets the value of the customerContentSearch property. 249 * 250 * @param value 251 * allowed object is 252 * {@link CustomerContentSearch } 253 * 254 */ 255 public void setCustomerContentSearch(CustomerContentSearch value) { 256 this.customerContentSearch = value; 257 } 258 259 /** 260 * Gets the value of the customerContentLookup property. 261 * 262 * @return 263 * possible object is 264 * {@link CustomerContentLookup } 265 * 266 */ 267 public CustomerContentLookup getCustomerContentLookup() { 268 return customerContentLookup; 269 } 270 271 /** 272 * Sets the value of the customerContentLookup property. 273 * 274 * @param value 275 * allowed object is 276 * {@link CustomerContentLookup } 277 * 278 */ 279 public void setCustomerContentLookup(CustomerContentLookup value) { 280 this.customerContentLookup = value; 281 } 282 283 /** 284 * Gets the value of the similarityLookup property. 285 * 286 * @return 287 * possible object is 288 * {@link SimilarityLookup } 289 * 290 */ 291 public SimilarityLookup getSimilarityLookup() { 292 return similarityLookup; 293 } 294 295 /** 296 * Sets the value of the similarityLookup property. 297 * 298 * @param value 299 * allowed object is 300 * {@link SimilarityLookup } 301 * 302 */ 303 public void setSimilarityLookup(SimilarityLookup value) { 304 this.similarityLookup = value; 305 } 306 307 /** 308 * Gets the value of the sellerLookup property. 309 * 310 * @return 311 * possible object is 312 * {@link SellerLookup } 313 * 314 */ 315 public SellerLookup getSellerLookup() { 316 return sellerLookup; 317 } 318 319 /** 320 * Sets the value of the sellerLookup property. 321 * 322 * @param value 323 * allowed object is 324 * {@link SellerLookup } 325 * 326 */ 327 public void setSellerLookup(SellerLookup value) { 328 this.sellerLookup = value; 329 } 330 331 /** 332 * Gets the value of the cartGet property. 333 * 334 * @return 335 * possible object is 336 * {@link CartGet } 337 * 338 */ 339 public CartGet getCartGet() { 340 return cartGet; 341 } 342 343 /** 344 * Sets the value of the cartGet property. 345 * 346 * @param value 347 * allowed object is 348 * {@link CartGet } 349 * 350 */ 351 public void setCartGet(CartGet value) { 352 this.cartGet = value; 353 } 354 355 /** 356 * Gets the value of the cartAdd property. 357 * 358 * @return 359 * possible object is 360 * {@link CartAdd } 361 * 362 */ 363 public CartAdd getCartAdd() { 364 return cartAdd; 365 } 366 367 /** 368 * Sets the value of the cartAdd property. 369 * 370 * @param value 371 * allowed object is 372 * {@link CartAdd } 373 * 374 */ 375 public void setCartAdd(CartAdd value) { 376 this.cartAdd = value; 377 } 378 379 /** 380 * Gets the value of the cartCreate property. 381 * 382 * @return 383 * possible object is 384 * {@link CartCreate } 385 * 386 */ 387 public CartCreate getCartCreate() { 388 return cartCreate; 389 } 390 391 /** 392 * Sets the value of the cartCreate property. 393 * 394 * @param value 395 * allowed object is 396 * {@link CartCreate } 397 * 398 */ 399 public void setCartCreate(CartCreate value) { 400 this.cartCreate = value; 401 } 402 403 /** 404 * Gets the value of the cartModify property. 405 * 406 * @return 407 * possible object is 408 * {@link CartModify } 409 * 410 */ 411 public CartModify getCartModify() { 412 return cartModify; 413 } 414 415 /** 416 * Sets the value of the cartModify property. 417 * 418 * @param value 419 * allowed object is 420 * {@link CartModify } 421 * 422 */ 423 public void setCartModify(CartModify value) { 424 this.cartModify = value; 425 } 426 427 /** 428 * Gets the value of the cartClear property. 429 * 430 * @return 431 * possible object is 432 * {@link CartClear } 433 * 434 */ 435 public CartClear getCartClear() { 436 return cartClear; 437 } 438 439 /** 440 * Sets the value of the cartClear property. 441 * 442 * @param value 443 * allowed object is 444 * {@link CartClear } 445 * 446 */ 447 public void setCartClear(CartClear value) { 448 this.cartClear = value; 449 } 450 451 /** 452 * Gets the value of the transactionLookup property. 453 * 454 * @return 455 * possible object is 456 * {@link TransactionLookup } 457 * 458 */ 459 public TransactionLookup getTransactionLookup() { 460 return transactionLookup; 461 } 462 463 /** 464 * Sets the value of the transactionLookup property. 465 * 466 * @param value 467 * allowed object is 468 * {@link TransactionLookup } 469 * 470 */ 471 public void setTransactionLookup(TransactionLookup value) { 472 this.transactionLookup = value; 473 } 474 475 /** 476 * Gets the value of the sellerListingSearch property. 477 * 478 * @return 479 * possible object is 480 * {@link SellerListingSearch } 481 * 482 */ 483 public SellerListingSearch getSellerListingSearch() { 484 return sellerListingSearch; 485 } 486 487 /** 488 * Sets the value of the sellerListingSearch property. 489 * 490 * @param value 491 * allowed object is 492 * {@link SellerListingSearch } 493 * 494 */ 495 public void setSellerListingSearch(SellerListingSearch value) { 496 this.sellerListingSearch = value; 497 } 498 499 /** 500 * Gets the value of the sellerListingLookup property. 501 * 502 * @return 503 * possible object is 504 * {@link SellerListingLookup } 505 * 506 */ 507 public SellerListingLookup getSellerListingLookup() { 508 return sellerListingLookup; 509 } 510 511 /** 512 * Sets the value of the sellerListingLookup property. 513 * 514 * @param value 515 * allowed object is 516 * {@link SellerListingLookup } 517 * 518 */ 519 public void setSellerListingLookup(SellerListingLookup value) { 520 this.sellerListingLookup = value; 521 } 522 523 /** 524 * Gets the value of the browseNodeLookup property. 525 * 526 * @return 527 * possible object is 528 * {@link BrowseNodeLookup } 529 * 530 */ 531 public BrowseNodeLookup getBrowseNodeLookup() { 532 return browseNodeLookup; 533 } 534 535 /** 536 * Sets the value of the browseNodeLookup property. 537 * 538 * @param value 539 * allowed object is 540 * {@link BrowseNodeLookup } 541 * 542 */ 543 public void setBrowseNodeLookup(BrowseNodeLookup value) { 544 this.browseNodeLookup = value; 545 } 546 547 }