|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.amazonaws.a2s.model.ListLookupRequest
public class ListLookupRequest
Java class for ListLookupRequest complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ListLookupRequest">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Condition" type="{http://webservices.amazon.com/AWSECommerceService/2007-10-29}Condition" minOccurs="0"/>
<element name="DeliveryMethod" type="{http://webservices.amazon.com/AWSECommerceService/2007-10-29}DeliveryMethod" minOccurs="0"/>
<element name="ISPUPostalCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ListId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ListType" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="WishList"/>
<enumeration value="Listmania"/>
<enumeration value="WeddingRegistry"/>
</restriction>
</simpleType>
</element>
<element name="MerchantId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ProductGroup" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ProductPage" type="{http://www.w3.org/2001/XMLSchema}positiveInteger" minOccurs="0"/>
<element name="ResponseGroup" maxOccurs="unbounded" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="Request"/>
<enumeration value="ListInfo"/>
<enumeration value="Accessories"/>
<enumeration value="BrowseNodes"/>
<enumeration value="EditorialReview"/>
<enumeration value="Images"/>
<enumeration value="ItemAttributes"/>
<enumeration value="ItemIds"/>
<enumeration value="Large"/>
<enumeration value="ListFull"/>
<enumeration value="ListItems"/>
<enumeration value="ListmaniaLists"/>
<enumeration value="Medium"/>
<enumeration value="Offers"/>
<enumeration value="OfferSummary"/>
<enumeration value="Reviews"/>
<enumeration value="SalesRank"/>
<enumeration value="Similarities"/>
<enumeration value="Small"/>
<enumeration value="Subjects"/>
<enumeration value="Tracks"/>
<enumeration value="VariationMinimum"/>
<enumeration value="Variations"/>
<enumeration value="VariationSummary"/>
</restriction>
</simpleType>
</element>
<element name="ReviewSort" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Sort" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
Generated by AWS Code Generator
Thu Jan 10 05:27:59 PST 2008
| Field Summary | |
|---|---|
protected Condition |
condition
|
protected DeliveryMethod |
deliveryMethod
|
protected java.lang.String |
ispuPostalCode
|
protected java.lang.String |
listId
|
protected java.lang.String |
listType
|
protected java.lang.String |
merchantId
|
protected java.lang.String |
productGroup
|
protected java.math.BigInteger |
productPage
|
protected java.util.List<java.lang.String> |
responseGroup
|
protected java.lang.String |
reviewSort
|
protected java.lang.String |
sort
|
| Constructor Summary | |
|---|---|
ListLookupRequest()
|
|
| Method Summary | |
|---|---|
Condition |
getCondition()
Gets the value of the condition property. |
DeliveryMethod |
getDeliveryMethod()
Gets the value of the deliveryMethod property. |
java.lang.String |
getISPUPostalCode()
Gets the value of the ispuPostalCode property. |
java.lang.String |
getListId()
Gets the value of the listId property. |
java.lang.String |
getListType()
Gets the value of the listType property. |
java.lang.String |
getMerchantId()
Gets the value of the merchantId property. |
java.lang.String |
getProductGroup()
Gets the value of the productGroup property. |
java.math.BigInteger |
getProductPage()
Gets the value of the productPage property. |
java.util.List<java.lang.String> |
getResponseGroup()
Gets the value of the responseGroup property. |
java.lang.String |
getReviewSort()
Gets the value of the reviewSort property. |
java.lang.String |
getSort()
Gets the value of the sort property. |
boolean |
isSetCondition()
|
boolean |
isSetDeliveryMethod()
|
boolean |
isSetISPUPostalCode()
|
boolean |
isSetListId()
|
boolean |
isSetListType()
|
boolean |
isSetMerchantId()
|
boolean |
isSetProductGroup()
|
boolean |
isSetProductPage()
|
boolean |
isSetResponseGroup()
|
boolean |
isSetReviewSort()
|
boolean |
isSetSort()
|
void |
setCondition(Condition value)
Sets the value of the condition property. |
void |
setDeliveryMethod(DeliveryMethod value)
Sets the value of the deliveryMethod property. |
void |
setISPUPostalCode(java.lang.String value)
Sets the value of the ispuPostalCode property. |
void |
setListId(java.lang.String value)
Sets the value of the listId property. |
void |
setListType(java.lang.String value)
Sets the value of the listType property. |
void |
setMerchantId(java.lang.String value)
Sets the value of the merchantId property. |
void |
setProductGroup(java.lang.String value)
Sets the value of the productGroup property. |
void |
setProductPage(java.math.BigInteger value)
Sets the value of the productPage property. |
void |
setResponseGroup(java.util.List<java.lang.String> responseGroup)
Sets the value of the responseGroup property. |
void |
setReviewSort(java.lang.String value)
Sets the value of the reviewSort property. |
void |
setSort(java.lang.String value)
Sets the value of the sort property. |
protected java.lang.String |
toXMLFragment()
XML fragment representation of this object |
void |
unsetResponseGroup()
|
ListLookupRequest |
withCondition(Condition value)
Sets the value of the Condition property. |
ListLookupRequest |
withDeliveryMethod(DeliveryMethod value)
Sets the value of the DeliveryMethod property. |
ListLookupRequest |
withISPUPostalCode(java.lang.String value)
Sets the value of the ISPUPostalCode property. |
ListLookupRequest |
withListId(java.lang.String value)
Sets the value of the ListId property. |
ListLookupRequest |
withListType(java.lang.String value)
Sets the value of the ListType property. |
ListLookupRequest |
withMerchantId(java.lang.String value)
Sets the value of the MerchantId property. |
ListLookupRequest |
withProductGroup(java.lang.String value)
Sets the value of the ProductGroup property. |
ListLookupRequest |
withProductPage(java.math.BigInteger value)
Sets the value of the ProductPage property. |
ListLookupRequest |
withResponseGroup(java.lang.String... values)
Sets the value of the ResponseGroup property. |
ListLookupRequest |
withReviewSort(java.lang.String value)
Sets the value of the ReviewSort property. |
ListLookupRequest |
withSort(java.lang.String value)
Sets the value of the Sort property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected Condition condition
protected DeliveryMethod deliveryMethod
protected java.lang.String ispuPostalCode
protected java.lang.String listId
protected java.lang.String listType
protected java.lang.String merchantId
protected java.lang.String productGroup
protected java.math.BigInteger productPage
protected java.util.List<java.lang.String> responseGroup
protected java.lang.String reviewSort
protected java.lang.String sort
| Constructor Detail |
|---|
public ListLookupRequest()
| Method Detail |
|---|
public Condition getCondition()
Conditionpublic void setCondition(Condition value)
value - allowed object is
Conditionpublic boolean isSetCondition()
public DeliveryMethod getDeliveryMethod()
DeliveryMethodpublic void setDeliveryMethod(DeliveryMethod value)
value - allowed object is
DeliveryMethodpublic boolean isSetDeliveryMethod()
public java.lang.String getISPUPostalCode()
Stringpublic void setISPUPostalCode(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetISPUPostalCode()
public java.lang.String getListId()
Stringpublic void setListId(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetListId()
public java.lang.String getListType()
Stringpublic void setListType(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetListType()
public java.lang.String getMerchantId()
Stringpublic void setMerchantId(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetMerchantId()
public java.lang.String getProductGroup()
Stringpublic void setProductGroup(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetProductGroup()
public java.math.BigInteger getProductPage()
BigIntegerpublic void setProductPage(java.math.BigInteger value)
value - allowed object is
BigIntegerpublic boolean isSetProductPage()
public java.util.List<java.lang.String> getResponseGroup()
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 responseGroup property.
For example, to add a new item, do as follows:
getResponseGroup().add(newItem);
Objects of the following type(s) are allowed in the list
String
public boolean isSetResponseGroup()
public void unsetResponseGroup()
public java.lang.String getReviewSort()
Stringpublic void setReviewSort(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetReviewSort()
public java.lang.String getSort()
Stringpublic void setSort(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetSort()
public ListLookupRequest withCondition(Condition value)
value -
public ListLookupRequest withDeliveryMethod(DeliveryMethod value)
value -
public ListLookupRequest withISPUPostalCode(java.lang.String value)
value -
public ListLookupRequest withListId(java.lang.String value)
value -
public ListLookupRequest withListType(java.lang.String value)
value -
public ListLookupRequest withMerchantId(java.lang.String value)
value -
public ListLookupRequest withProductGroup(java.lang.String value)
value -
public ListLookupRequest withProductPage(java.math.BigInteger value)
value -
public ListLookupRequest withResponseGroup(java.lang.String... values)
values -
public ListLookupRequest withReviewSort(java.lang.String value)
value -
public ListLookupRequest withSort(java.lang.String value)
value -
public void setResponseGroup(java.util.List<java.lang.String> responseGroup)
responseGroup - allowed object is
Stringprotected java.lang.String toXMLFragment()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||