|
||||||||||
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.ListItem
public class ListItem
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="ListItemId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="DateAdded" 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="QuantityDesired" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="QuantityReceived" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element ref="{http://webservices.amazon.com/AWSECommerceService/2007-04-04}Item" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected java.lang.String |
comment
|
protected java.lang.String |
dateAdded
|
protected Item |
item
|
protected java.lang.String |
listItemId
|
protected java.lang.String |
quantityDesired
|
protected java.lang.String |
quantityReceived
|
Constructor Summary | |
---|---|
ListItem()
|
Method Summary | |
---|---|
java.lang.String |
getComment()
Gets the value of the comment property. |
java.lang.String |
getDateAdded()
Gets the value of the dateAdded property. |
Item |
getItem()
Gets the value of the item property. |
java.lang.String |
getListItemId()
Gets the value of the listItemId property. |
java.lang.String |
getQuantityDesired()
Gets the value of the quantityDesired property. |
java.lang.String |
getQuantityReceived()
Gets the value of the quantityReceived property. |
void |
setComment(java.lang.String value)
Sets the value of the comment property. |
void |
setDateAdded(java.lang.String value)
Sets the value of the dateAdded property. |
void |
setItem(Item value)
Sets the value of the item property. |
void |
setListItemId(java.lang.String value)
Sets the value of the listItemId property. |
void |
setQuantityDesired(java.lang.String value)
Sets the value of the quantityDesired property. |
void |
setQuantityReceived(java.lang.String value)
Sets the value of the quantityReceived 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 listItemId
protected java.lang.String dateAdded
protected java.lang.String comment
protected java.lang.String quantityDesired
protected java.lang.String quantityReceived
protected Item item
Constructor Detail |
---|
public ListItem()
Method Detail |
---|
public java.lang.String getListItemId()
String
public void setListItemId(java.lang.String value)
value
- allowed object is
String
public java.lang.String getDateAdded()
String
public void setDateAdded(java.lang.String value)
value
- allowed object is
String
public java.lang.String getComment()
String
public void setComment(java.lang.String value)
value
- allowed object is
String
public java.lang.String getQuantityDesired()
String
public void setQuantityDesired(java.lang.String value)
value
- allowed object is
String
public java.lang.String getQuantityReceived()
String
public void setQuantityReceived(java.lang.String value)
value
- allowed object is
String
public Item getItem()
Item
public void setItem(Item value)
value
- allowed object is
Item
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |