|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.amazonaws.a2s.model.CustomerContentSearchRequest
public class CustomerContentSearchRequest
Java class for CustomerContentSearchRequest complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CustomerContentSearchRequest">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="CustomerPage" type="{http://www.w3.org/2001/XMLSchema}positiveInteger" minOccurs="0"/>
<element name="Email" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Name" 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"/>
</restriction>
</simpleType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
Generated by AWS Code Generator
Thu Jan 10 05:27:59 PST 2008
| Field Summary | |
|---|---|
protected java.math.BigInteger |
customerPage
|
protected java.lang.String |
email
|
protected java.lang.String |
name
|
protected java.util.List<java.lang.String> |
responseGroup
|
| Constructor Summary | |
|---|---|
CustomerContentSearchRequest()
|
|
| Method Summary | |
|---|---|
java.math.BigInteger |
getCustomerPage()
Gets the value of the customerPage property. |
java.lang.String |
getEmail()
Gets the value of the email property. |
java.lang.String |
getName()
Gets the value of the name property. |
java.util.List<java.lang.String> |
getResponseGroup()
Gets the value of the responseGroup property. |
boolean |
isSetCustomerPage()
|
boolean |
isSetEmail()
|
boolean |
isSetName()
|
boolean |
isSetResponseGroup()
|
void |
setCustomerPage(java.math.BigInteger value)
Sets the value of the customerPage property. |
void |
setEmail(java.lang.String value)
Sets the value of the email property. |
void |
setName(java.lang.String value)
Sets the value of the name property. |
void |
setResponseGroup(java.util.List<java.lang.String> responseGroup)
Sets the value of the responseGroup property. |
protected java.lang.String |
toXMLFragment()
XML fragment representation of this object |
void |
unsetResponseGroup()
|
CustomerContentSearchRequest |
withCustomerPage(java.math.BigInteger value)
Sets the value of the CustomerPage property. |
CustomerContentSearchRequest |
withEmail(java.lang.String value)
Sets the value of the Email property. |
CustomerContentSearchRequest |
withName(java.lang.String value)
Sets the value of the Name property. |
CustomerContentSearchRequest |
withResponseGroup(java.lang.String... values)
Sets the value of the ResponseGroup property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.math.BigInteger customerPage
protected java.lang.String email
protected java.lang.String name
protected java.util.List<java.lang.String> responseGroup
| Constructor Detail |
|---|
public CustomerContentSearchRequest()
| Method Detail |
|---|
public java.math.BigInteger getCustomerPage()
BigIntegerpublic void setCustomerPage(java.math.BigInteger value)
value - allowed object is
BigIntegerpublic boolean isSetCustomerPage()
public java.lang.String getEmail()
Stringpublic void setEmail(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetEmail()
public java.lang.String getName()
Stringpublic void setName(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetName()
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 CustomerContentSearchRequest withCustomerPage(java.math.BigInteger value)
value -
public CustomerContentSearchRequest withEmail(java.lang.String value)
value -
public CustomerContentSearchRequest withName(java.lang.String value)
value -
public CustomerContentSearchRequest withResponseGroup(java.lang.String... values)
values -
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 | ||||||||