|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.amazonaws.a2s.model.List
public class List
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="ListId" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="ListURL" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="RegistryNumber" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ListName" 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="WeddingRegistry"/>
<enumeration value="BabyRegistry"/>
<enumeration value="Listmania"/>
</restriction>
</simpleType>
</element>
<element name="TotalItems" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" minOccurs="0"/>
<element name="TotalPages" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" minOccurs="0"/>
<element name="DateCreated" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="OccasionDate" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="CustomerName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="PartnerName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="AdditionalName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Comment" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Image" type="{http://webservices.amazon.com/AWSECommerceService/2007-10-29}Image" minOccurs="0"/>
<element name="AverageRating" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
<element name="TotalVotes" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" minOccurs="0"/>
<element name="TotalTimesRead" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" minOccurs="0"/>
<element ref="{http://webservices.amazon.com/AWSECommerceService/2007-10-29}ListItem" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://webservices.amazon.com/AWSECommerceService/2007-10-29}Tags" 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 |
additionalName
|
protected java.math.BigDecimal |
averageRating
|
protected java.lang.String |
comment
|
protected java.lang.String |
customerName
|
protected java.lang.String |
dateCreated
|
protected Image |
image
|
protected java.lang.String |
listId
|
protected java.util.List<ListItem> |
listItem
|
protected java.lang.String |
listName
|
protected java.lang.String |
listType
|
protected java.lang.String |
listURL
|
protected java.lang.String |
occasionDate
|
protected java.lang.String |
partnerName
|
protected java.lang.String |
registryNumber
|
protected Tags |
tags
|
protected java.math.BigInteger |
totalItems
|
protected java.math.BigInteger |
totalPages
|
protected java.math.BigInteger |
totalTimesRead
|
protected java.math.BigInteger |
totalVotes
|
| Constructor Summary | |
|---|---|
List()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getAdditionalName()
Gets the value of the additionalName property. |
java.math.BigDecimal |
getAverageRating()
Gets the value of the averageRating property. |
java.lang.String |
getComment()
Gets the value of the comment property. |
java.lang.String |
getCustomerName()
Gets the value of the customerName property. |
java.lang.String |
getDateCreated()
Gets the value of the dateCreated property. |
Image |
getImage()
Gets the value of the image property. |
java.lang.String |
getListId()
Gets the value of the listId property. |
java.util.List<ListItem> |
getListItem()
Gets the value of the listItem property. |
java.lang.String |
getListName()
Gets the value of the listName property. |
java.lang.String |
getListType()
Gets the value of the listType property. |
java.lang.String |
getListURL()
Gets the value of the listURL property. |
java.lang.String |
getOccasionDate()
Gets the value of the occasionDate property. |
java.lang.String |
getPartnerName()
Gets the value of the partnerName property. |
java.lang.String |
getRegistryNumber()
Gets the value of the registryNumber property. |
Tags |
getTags()
Gets the value of the tags property. |
java.math.BigInteger |
getTotalItems()
Gets the value of the totalItems property. |
java.math.BigInteger |
getTotalPages()
Gets the value of the totalPages property. |
java.math.BigInteger |
getTotalTimesRead()
Gets the value of the totalTimesRead property. |
java.math.BigInteger |
getTotalVotes()
Gets the value of the totalVotes property. |
boolean |
isSetAdditionalName()
|
boolean |
isSetAverageRating()
|
boolean |
isSetComment()
|
boolean |
isSetCustomerName()
|
boolean |
isSetDateCreated()
|
boolean |
isSetImage()
|
boolean |
isSetListId()
|
boolean |
isSetListItem()
|
boolean |
isSetListName()
|
boolean |
isSetListType()
|
boolean |
isSetListURL()
|
boolean |
isSetOccasionDate()
|
boolean |
isSetPartnerName()
|
boolean |
isSetRegistryNumber()
|
boolean |
isSetTags()
|
boolean |
isSetTotalItems()
|
boolean |
isSetTotalPages()
|
boolean |
isSetTotalTimesRead()
|
boolean |
isSetTotalVotes()
|
void |
setAdditionalName(java.lang.String value)
Sets the value of the additionalName property. |
void |
setAverageRating(java.math.BigDecimal value)
Sets the value of the averageRating property. |
void |
setComment(java.lang.String value)
Sets the value of the comment property. |
void |
setCustomerName(java.lang.String value)
Sets the value of the customerName property. |
void |
setDateCreated(java.lang.String value)
Sets the value of the dateCreated property. |
void |
setImage(Image value)
Sets the value of the image property. |
void |
setListId(java.lang.String value)
Sets the value of the listId property. |
void |
setListItem(java.util.List<ListItem> listItem)
Sets the value of the listItem property. |
void |
setListName(java.lang.String value)
Sets the value of the listName property. |
void |
setListType(java.lang.String value)
Sets the value of the listType property. |
void |
setListURL(java.lang.String value)
Sets the value of the listURL property. |
void |
setOccasionDate(java.lang.String value)
Sets the value of the occasionDate property. |
void |
setPartnerName(java.lang.String value)
Sets the value of the partnerName property. |
void |
setRegistryNumber(java.lang.String value)
Sets the value of the registryNumber property. |
void |
setTags(Tags value)
Sets the value of the tags property. |
void |
setTotalItems(java.math.BigInteger value)
Sets the value of the totalItems property. |
void |
setTotalPages(java.math.BigInteger value)
Sets the value of the totalPages property. |
void |
setTotalTimesRead(java.math.BigInteger value)
Sets the value of the totalTimesRead property. |
void |
setTotalVotes(java.math.BigInteger value)
Sets the value of the totalVotes property. |
protected java.lang.String |
toXMLFragment()
XML fragment representation of this object |
void |
unsetListItem()
|
List |
withAdditionalName(java.lang.String value)
Sets the value of the AdditionalName property. |
List |
withAverageRating(java.math.BigDecimal value)
Sets the value of the AverageRating property. |
List |
withComment(java.lang.String value)
Sets the value of the Comment property. |
List |
withCustomerName(java.lang.String value)
Sets the value of the CustomerName property. |
List |
withDateCreated(java.lang.String value)
Sets the value of the DateCreated property. |
List |
withImage(Image value)
Sets the value of the Image property. |
List |
withListId(java.lang.String value)
Sets the value of the ListId property. |
List |
withListItem(ListItem... values)
Sets the value of the ListItem property. |
List |
withListName(java.lang.String value)
Sets the value of the ListName property. |
List |
withListType(java.lang.String value)
Sets the value of the ListType property. |
List |
withListURL(java.lang.String value)
Sets the value of the ListURL property. |
List |
withOccasionDate(java.lang.String value)
Sets the value of the OccasionDate property. |
List |
withPartnerName(java.lang.String value)
Sets the value of the PartnerName property. |
List |
withRegistryNumber(java.lang.String value)
Sets the value of the RegistryNumber property. |
List |
withTags(Tags value)
Sets the value of the Tags property. |
List |
withTotalItems(java.math.BigInteger value)
Sets the value of the TotalItems property. |
List |
withTotalPages(java.math.BigInteger value)
Sets the value of the TotalPages property. |
List |
withTotalTimesRead(java.math.BigInteger value)
Sets the value of the TotalTimesRead property. |
List |
withTotalVotes(java.math.BigInteger value)
Sets the value of the TotalVotes 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 listId
protected java.lang.String listURL
protected java.lang.String registryNumber
protected java.lang.String listName
protected java.lang.String listType
protected java.math.BigInteger totalItems
protected java.math.BigInteger totalPages
protected java.lang.String dateCreated
protected java.lang.String occasionDate
protected java.lang.String customerName
protected java.lang.String partnerName
protected java.lang.String additionalName
protected java.lang.String comment
protected Image image
protected java.math.BigDecimal averageRating
protected java.math.BigInteger totalVotes
protected java.math.BigInteger totalTimesRead
protected java.util.List<ListItem> listItem
protected Tags tags
| Constructor Detail |
|---|
public List()
| Method Detail |
|---|
public java.lang.String getListId()
Stringpublic void setListId(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetListId()
public java.lang.String getListURL()
Stringpublic void setListURL(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetListURL()
public java.lang.String getRegistryNumber()
Stringpublic void setRegistryNumber(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetRegistryNumber()
public java.lang.String getListName()
Stringpublic void setListName(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetListName()
public java.lang.String getListType()
Stringpublic void setListType(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetListType()
public java.math.BigInteger getTotalItems()
BigIntegerpublic void setTotalItems(java.math.BigInteger value)
value - allowed object is
BigIntegerpublic boolean isSetTotalItems()
public java.math.BigInteger getTotalPages()
BigIntegerpublic void setTotalPages(java.math.BigInteger value)
value - allowed object is
BigIntegerpublic boolean isSetTotalPages()
public java.lang.String getDateCreated()
Stringpublic void setDateCreated(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetDateCreated()
public java.lang.String getOccasionDate()
Stringpublic void setOccasionDate(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetOccasionDate()
public java.lang.String getCustomerName()
Stringpublic void setCustomerName(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetCustomerName()
public java.lang.String getPartnerName()
Stringpublic void setPartnerName(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetPartnerName()
public java.lang.String getAdditionalName()
Stringpublic void setAdditionalName(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetAdditionalName()
public java.lang.String getComment()
Stringpublic void setComment(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetComment()
public Image getImage()
Imagepublic void setImage(Image value)
value - allowed object is
Imagepublic boolean isSetImage()
public java.math.BigDecimal getAverageRating()
BigDecimalpublic void setAverageRating(java.math.BigDecimal value)
value - allowed object is
BigDecimalpublic boolean isSetAverageRating()
public java.math.BigInteger getTotalVotes()
BigIntegerpublic void setTotalVotes(java.math.BigInteger value)
value - allowed object is
BigIntegerpublic boolean isSetTotalVotes()
public java.math.BigInteger getTotalTimesRead()
BigIntegerpublic void setTotalTimesRead(java.math.BigInteger value)
value - allowed object is
BigIntegerpublic boolean isSetTotalTimesRead()
public java.util.List<ListItem> getListItem()
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 listItem property.
For example, to add a new item, do as follows:
getListItem().add(newItem);
Objects of the following type(s) are allowed in the list
ListItem
public boolean isSetListItem()
public void unsetListItem()
public Tags getTags()
Tagspublic void setTags(Tags value)
value - allowed object is
Tagspublic boolean isSetTags()
public List withListId(java.lang.String value)
value -
public List withListURL(java.lang.String value)
value -
public List withRegistryNumber(java.lang.String value)
value -
public List withListName(java.lang.String value)
value -
public List withListType(java.lang.String value)
value -
public List withTotalItems(java.math.BigInteger value)
value -
public List withTotalPages(java.math.BigInteger value)
value -
public List withDateCreated(java.lang.String value)
value -
public List withOccasionDate(java.lang.String value)
value -
public List withCustomerName(java.lang.String value)
value -
public List withPartnerName(java.lang.String value)
value -
public List withAdditionalName(java.lang.String value)
value -
public List withComment(java.lang.String value)
value -
public List withImage(Image value)
value -
public List withAverageRating(java.math.BigDecimal value)
value -
public List withTotalVotes(java.math.BigInteger value)
value -
public List withTotalTimesRead(java.math.BigInteger value)
value -
public List withListItem(ListItem... values)
values -
public List withTags(Tags value)
value -
public void setListItem(java.util.List<ListItem> listItem)
listItem - allowed object is
ListItemprotected java.lang.String toXMLFragment()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||