|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazon.webservices.awsecommerceservice._2007_04_04.SellerListingLookup
public class SellerListingLookup
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="Validate" 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="Shared" type="{http://webservices.amazon.com/AWSECommerceService/2007-04-04}SellerListingLookupRequest" minOccurs="0"/> <element name="Request" type="{http://webservices.amazon.com/AWSECommerceService/2007-04-04}SellerListingLookupRequest" 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<SellerListingLookupRequest> |
request
|
protected SellerListingLookupRequest |
shared
|
protected java.lang.String |
subscriptionId
|
protected java.lang.String |
validate
|
protected java.lang.String |
xmlEscaping
|
Constructor Summary | |
---|---|
SellerListingLookup()
|
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<SellerListingLookupRequest> |
getRequest()
Gets the value of the request property. |
SellerListingLookupRequest |
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(SellerListingLookupRequest 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 |
---|
protected java.lang.String marketplaceDomain
protected java.lang.String awsAccessKeyId
protected java.lang.String subscriptionId
protected java.lang.String associateTag
protected java.lang.String validate
protected java.lang.String xmlEscaping
protected SellerListingLookupRequest shared
protected java.util.List<SellerListingLookupRequest> request
Constructor Detail |
---|
public SellerListingLookup()
Method Detail |
---|
public java.lang.String getMarketplaceDomain()
String
public void setMarketplaceDomain(java.lang.String value)
value
- allowed object is
String
public java.lang.String getAWSAccessKeyId()
String
public void setAWSAccessKeyId(java.lang.String value)
value
- allowed object is
String
public java.lang.String getSubscriptionId()
String
public void setSubscriptionId(java.lang.String value)
value
- allowed object is
String
public java.lang.String getAssociateTag()
String
public void setAssociateTag(java.lang.String value)
value
- allowed object is
String
public java.lang.String getValidate()
String
public void setValidate(java.lang.String value)
value
- allowed object is
String
public java.lang.String getXMLEscaping()
String
public void setXMLEscaping(java.lang.String value)
value
- allowed object is
String
public SellerListingLookupRequest getShared()
SellerListingLookupRequest
public void setShared(SellerListingLookupRequest value)
value
- allowed object is
SellerListingLookupRequest
public java.util.List<SellerListingLookupRequest> getRequest()
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
SellerListingLookupRequest
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |