com.amazon.webservices.awsecommerceservice._2007_04_04
Class ListItem

java.lang.Object
  extended by com.amazon.webservices.awsecommerceservice._2007_04_04.ListItem

public class ListItem
extends java.lang.Object

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

listItemId

protected java.lang.String listItemId

dateAdded

protected java.lang.String dateAdded

comment

protected java.lang.String comment

quantityDesired

protected java.lang.String quantityDesired

quantityReceived

protected java.lang.String quantityReceived

item

protected Item item
Constructor Detail

ListItem

public ListItem()
Method Detail

getListItemId

public java.lang.String getListItemId()
Gets the value of the listItemId property.

Returns:
possible object is String

setListItemId

public void setListItemId(java.lang.String value)
Sets the value of the listItemId property.

Parameters:
value - allowed object is String

getDateAdded

public java.lang.String getDateAdded()
Gets the value of the dateAdded property.

Returns:
possible object is String

setDateAdded

public void setDateAdded(java.lang.String value)
Sets the value of the dateAdded property.

Parameters:
value - allowed object is String

getComment

public java.lang.String getComment()
Gets the value of the comment property.

Returns:
possible object is String

setComment

public void setComment(java.lang.String value)
Sets the value of the comment property.

Parameters:
value - allowed object is String

getQuantityDesired

public java.lang.String getQuantityDesired()
Gets the value of the quantityDesired property.

Returns:
possible object is String

setQuantityDesired

public void setQuantityDesired(java.lang.String value)
Sets the value of the quantityDesired property.

Parameters:
value - allowed object is String

getQuantityReceived

public java.lang.String getQuantityReceived()
Gets the value of the quantityReceived property.

Returns:
possible object is String

setQuantityReceived

public void setQuantityReceived(java.lang.String value)
Sets the value of the quantityReceived property.

Parameters:
value - allowed object is String

getItem

public Item getItem()
Gets the value of the item property.

Returns:
possible object is Item

setItem

public void setItem(Item value)
Sets the value of the item property.

Parameters:
value - allowed object is Item


Copyright © 2007 orange-cafe.de. All Rights Reserved.