Project 4

com.amazon.soap.AWSECommerceService
Class ListItem

java.lang.Object
  extended bycom.amazon.soap.AWSECommerceService.ListItem
All Implemented Interfaces:
java.io.Serializable

public class ListItem
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
private  java.lang.Object __equalsCalc
           
private  boolean __hashCodeCalc
           
private  java.lang.String comment
           
private  java.lang.String dateAdded
           
private  Item item
           
private  java.lang.String listItemId
           
private  java.lang.String quantityDesired
           
private  java.lang.String quantityReceived
           
private static org.apache.axis.description.TypeDesc typeDesc
           
 
Constructor Summary
ListItem()
           
ListItem(java.lang.String listItemId, java.lang.String dateAdded, java.lang.String comment, java.lang.String quantityDesired, java.lang.String quantityReceived, Item item)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getComment()
          Gets the comment value for this ListItem.
 java.lang.String getDateAdded()
          Gets the dateAdded value for this ListItem.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 Item getItem()
          Gets the item value for this ListItem.
 java.lang.String getListItemId()
          Gets the listItemId value for this ListItem.
 java.lang.String getQuantityDesired()
          Gets the quantityDesired value for this ListItem.
 java.lang.String getQuantityReceived()
          Gets the quantityReceived value for this ListItem.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setComment(java.lang.String comment)
          Sets the comment value for this ListItem.
 void setDateAdded(java.lang.String dateAdded)
          Sets the dateAdded value for this ListItem.
 void setItem(Item item)
          Sets the item value for this ListItem.
 void setListItemId(java.lang.String listItemId)
          Sets the listItemId value for this ListItem.
 void setQuantityDesired(java.lang.String quantityDesired)
          Sets the quantityDesired value for this ListItem.
 void setQuantityReceived(java.lang.String quantityReceived)
          Sets the quantityReceived value for this ListItem.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

__equalsCalc

private java.lang.Object __equalsCalc

__hashCodeCalc

private boolean __hashCodeCalc

comment

private java.lang.String comment

dateAdded

private java.lang.String dateAdded

item

private Item item

listItemId

private java.lang.String listItemId

quantityDesired

private java.lang.String quantityDesired

quantityReceived

private java.lang.String quantityReceived

typeDesc

private static org.apache.axis.description.TypeDesc typeDesc
Constructor Detail

ListItem

public ListItem()

ListItem

public ListItem(java.lang.String listItemId,
                java.lang.String dateAdded,
                java.lang.String comment,
                java.lang.String quantityDesired,
                java.lang.String quantityReceived,
                Item item)
Method Detail

equals

public boolean equals(java.lang.Object obj)

getComment

public java.lang.String getComment()
Gets the comment value for this ListItem.

Returns:
comment

getDateAdded

public java.lang.String getDateAdded()
Gets the dateAdded value for this ListItem.

Returns:
dateAdded

getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
                                                                    java.lang.Class _javaType,
                                                                    javax.xml.namespace.QName _xmlType)
Get Custom Deserializer


getItem

public Item getItem()
Gets the item value for this ListItem.

Returns:
item

getListItemId

public java.lang.String getListItemId()
Gets the listItemId value for this ListItem.

Returns:
listItemId

getQuantityDesired

public java.lang.String getQuantityDesired()
Gets the quantityDesired value for this ListItem.

Returns:
quantityDesired

getQuantityReceived

public java.lang.String getQuantityReceived()
Gets the quantityReceived value for this ListItem.

Returns:
quantityReceived

getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
                                                                java.lang.Class _javaType,
                                                                javax.xml.namespace.QName _xmlType)
Get Custom Serializer


getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object


hashCode

public int hashCode()

setComment

public void setComment(java.lang.String comment)
Sets the comment value for this ListItem.

Parameters:
comment -

setDateAdded

public void setDateAdded(java.lang.String dateAdded)
Sets the dateAdded value for this ListItem.

Parameters:
dateAdded -

setItem

public void setItem(Item item)
Sets the item value for this ListItem.

Parameters:
item -

setListItemId

public void setListItemId(java.lang.String listItemId)
Sets the listItemId value for this ListItem.

Parameters:
listItemId -

setQuantityDesired

public void setQuantityDesired(java.lang.String quantityDesired)
Sets the quantityDesired value for this ListItem.

Parameters:
quantityDesired -

setQuantityReceived

public void setQuantityReceived(java.lang.String quantityReceived)
Sets the quantityReceived value for this ListItem.

Parameters:
quantityReceived -

Project 4