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