com.amazon.webservices.awsecommerceservice._2007_04_04
Class ItemSearch

java.lang.Object
  extended by com.amazon.webservices.awsecommerceservice._2007_04_04.ItemSearch

public class ItemSearch
extends java.lang.Object

Java class for anonymous complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="MarketplaceDomain" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="AWSAccessKeyId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="SubscriptionId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="AssociateTag" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="XMLEscaping" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Validate" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Shared" type="{http://webservices.amazon.com/AWSECommerceService/2007-04-04}ItemSearchRequest" minOccurs="0"/>
         <element name="Request" type="{http://webservices.amazon.com/AWSECommerceService/2007-04-04}ItemSearchRequest" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.String associateTag
           
protected  java.lang.String awsAccessKeyId
           
protected  java.lang.String marketplaceDomain
           
protected  java.util.List<ItemSearchRequest> request
           
protected  ItemSearchRequest shared
           
protected  java.lang.String subscriptionId
           
protected  java.lang.String validate
           
protected  java.lang.String xmlEscaping
           
 
Constructor Summary
ItemSearch()
           
 
Method Summary
 java.lang.String getAssociateTag()
          Gets the value of the associateTag property.
 java.lang.String getAWSAccessKeyId()
          Gets the value of the awsAccessKeyId property.
 java.lang.String getMarketplaceDomain()
          Gets the value of the marketplaceDomain property.
 java.util.List<ItemSearchRequest> getRequest()
          Gets the value of the request property.
 ItemSearchRequest getShared()
          Gets the value of the shared property.
 java.lang.String getSubscriptionId()
          Gets the value of the subscriptionId property.
 java.lang.String getValidate()
          Gets the value of the validate property.
 java.lang.String getXMLEscaping()
          Gets the value of the xmlEscaping property.
 void setAssociateTag(java.lang.String value)
          Sets the value of the associateTag property.
 void setAWSAccessKeyId(java.lang.String value)
          Sets the value of the awsAccessKeyId property.
 void setMarketplaceDomain(java.lang.String value)
          Sets the value of the marketplaceDomain property.
 void setShared(ItemSearchRequest value)
          Sets the value of the shared property.
 void setSubscriptionId(java.lang.String value)
          Sets the value of the subscriptionId property.
 void setValidate(java.lang.String value)
          Sets the value of the validate property.
 void setXMLEscaping(java.lang.String value)
          Sets the value of the xmlEscaping property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

marketplaceDomain

protected java.lang.String marketplaceDomain

awsAccessKeyId

protected java.lang.String awsAccessKeyId

subscriptionId

protected java.lang.String subscriptionId

associateTag

protected java.lang.String associateTag

xmlEscaping

protected java.lang.String xmlEscaping

validate

protected java.lang.String validate

shared

protected ItemSearchRequest shared

request

protected java.util.List<ItemSearchRequest> request
Constructor Detail

ItemSearch

public ItemSearch()
Method Detail

getMarketplaceDomain

public java.lang.String getMarketplaceDomain()
Gets the value of the marketplaceDomain property.

Returns:
possible object is String

setMarketplaceDomain

public void setMarketplaceDomain(java.lang.String value)
Sets the value of the marketplaceDomain property.

Parameters:
value - allowed object is String

getAWSAccessKeyId

public java.lang.String getAWSAccessKeyId()
Gets the value of the awsAccessKeyId property.

Returns:
possible object is String

setAWSAccessKeyId

public void setAWSAccessKeyId(java.lang.String value)
Sets the value of the awsAccessKeyId property.

Parameters:
value - allowed object is String

getSubscriptionId

public java.lang.String getSubscriptionId()
Gets the value of the subscriptionId property.

Returns:
possible object is String

setSubscriptionId

public void setSubscriptionId(java.lang.String value)
Sets the value of the subscriptionId property.

Parameters:
value - allowed object is String

getAssociateTag

public java.lang.String getAssociateTag()
Gets the value of the associateTag property.

Returns:
possible object is String

setAssociateTag

public void setAssociateTag(java.lang.String value)
Sets the value of the associateTag property.

Parameters:
value - allowed object is String

getXMLEscaping

public java.lang.String getXMLEscaping()
Gets the value of the xmlEscaping property.

Returns:
possible object is String

setXMLEscaping

public void setXMLEscaping(java.lang.String value)
Sets the value of the xmlEscaping property.

Parameters:
value - allowed object is String

getValidate

public java.lang.String getValidate()
Gets the value of the validate property.

Returns:
possible object is String

setValidate

public void setValidate(java.lang.String value)
Sets the value of the validate property.

Parameters:
value - allowed object is String

getShared

public ItemSearchRequest getShared()
Gets the value of the shared property.

Returns:
possible object is ItemSearchRequest

setShared

public void setShared(ItemSearchRequest value)
Sets the value of the shared property.

Parameters:
value - allowed object is ItemSearchRequest

getRequest

public java.util.List<ItemSearchRequest> getRequest()
Gets the value of the request property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the request property.

For example, to add a new item, do as follows:

    getRequest().add(newItem);
 

Objects of the following type(s) are allowed in the list ItemSearchRequest



Copyright © 2007 orange-cafe.de. All Rights Reserved.