|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.amazonaws.a2s.model.CustomerContentLookupRequest
public class CustomerContentLookupRequest
Java class for CustomerContentLookupRequest complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CustomerContentLookupRequest">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="CustomerId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ResponseGroup" maxOccurs="unbounded" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="Request"/>
<enumeration value="CustomerInfo"/>
<enumeration value="CustomerReviews"/>
<enumeration value="CustomerLists"/>
<enumeration value="CustomerFull"/>
<enumeration value="TaggedGuides"/>
<enumeration value="TaggedItems"/>
<enumeration value="TaggedListmaniaLists"/>
<enumeration value="TagsSummary"/>
<enumeration value="Tags"/>
</restriction>
</simpleType>
</element>
<element name="ReviewPage" type="{http://www.w3.org/2001/XMLSchema}positiveInteger" minOccurs="0"/>
<element name="TagPage" type="{http://www.w3.org/2001/XMLSchema}positiveInteger" minOccurs="0"/>
<element name="TagsPerPage" type="{http://www.w3.org/2001/XMLSchema}positiveInteger" minOccurs="0"/>
<element name="TagSort" 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 java.lang.String |
customerId
|
protected java.util.List<java.lang.String> |
responseGroup
|
protected java.math.BigInteger |
reviewPage
|
protected java.math.BigInteger |
tagPage
|
protected java.lang.String |
tagSort
|
protected java.math.BigInteger |
tagsPerPage
|
| Constructor Summary | |
|---|---|
CustomerContentLookupRequest()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getCustomerId()
Gets the value of the customerId property. |
java.util.List<java.lang.String> |
getResponseGroup()
Gets the value of the responseGroup property. |
java.math.BigInteger |
getReviewPage()
Gets the value of the reviewPage property. |
java.math.BigInteger |
getTagPage()
Gets the value of the tagPage property. |
java.lang.String |
getTagSort()
Gets the value of the tagSort property. |
java.math.BigInteger |
getTagsPerPage()
Gets the value of the tagsPerPage property. |
boolean |
isSetCustomerId()
|
boolean |
isSetResponseGroup()
|
boolean |
isSetReviewPage()
|
boolean |
isSetTagPage()
|
boolean |
isSetTagSort()
|
boolean |
isSetTagsPerPage()
|
void |
setCustomerId(java.lang.String value)
Sets the value of the customerId property. |
void |
setResponseGroup(java.util.List<java.lang.String> responseGroup)
Sets the value of the responseGroup property. |
void |
setReviewPage(java.math.BigInteger value)
Sets the value of the reviewPage property. |
void |
setTagPage(java.math.BigInteger value)
Sets the value of the tagPage property. |
void |
setTagSort(java.lang.String value)
Sets the value of the tagSort property. |
void |
setTagsPerPage(java.math.BigInteger value)
Sets the value of the tagsPerPage property. |
protected java.lang.String |
toXMLFragment()
XML fragment representation of this object |
void |
unsetResponseGroup()
|
CustomerContentLookupRequest |
withCustomerId(java.lang.String value)
Sets the value of the CustomerId property. |
CustomerContentLookupRequest |
withResponseGroup(java.lang.String... values)
Sets the value of the ResponseGroup property. |
CustomerContentLookupRequest |
withReviewPage(java.math.BigInteger value)
Sets the value of the ReviewPage property. |
CustomerContentLookupRequest |
withTagPage(java.math.BigInteger value)
Sets the value of the TagPage property. |
CustomerContentLookupRequest |
withTagSort(java.lang.String value)
Sets the value of the TagSort property. |
CustomerContentLookupRequest |
withTagsPerPage(java.math.BigInteger value)
Sets the value of the TagsPerPage 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 customerId
protected java.util.List<java.lang.String> responseGroup
protected java.math.BigInteger reviewPage
protected java.math.BigInteger tagPage
protected java.math.BigInteger tagsPerPage
protected java.lang.String tagSort
| Constructor Detail |
|---|
public CustomerContentLookupRequest()
| Method Detail |
|---|
public java.lang.String getCustomerId()
Stringpublic void setCustomerId(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetCustomerId()
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.math.BigInteger getReviewPage()
BigIntegerpublic void setReviewPage(java.math.BigInteger value)
value - allowed object is
BigIntegerpublic boolean isSetReviewPage()
public java.math.BigInteger getTagPage()
BigIntegerpublic void setTagPage(java.math.BigInteger value)
value - allowed object is
BigIntegerpublic boolean isSetTagPage()
public java.math.BigInteger getTagsPerPage()
BigIntegerpublic void setTagsPerPage(java.math.BigInteger value)
value - allowed object is
BigIntegerpublic boolean isSetTagsPerPage()
public java.lang.String getTagSort()
Stringpublic void setTagSort(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetTagSort()
public CustomerContentLookupRequest withCustomerId(java.lang.String value)
value -
public CustomerContentLookupRequest withResponseGroup(java.lang.String... values)
values -
public CustomerContentLookupRequest withReviewPage(java.math.BigInteger value)
value -
public CustomerContentLookupRequest withTagPage(java.math.BigInteger value)
value -
public CustomerContentLookupRequest withTagsPerPage(java.math.BigInteger value)
value -
public CustomerContentLookupRequest withTagSort(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 | ||||||||