|
Project 4 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazon.soap.AWSECommerceService.TransactionItem
public class TransactionItem
Field Summary | |
---|---|
private java.lang.Object |
__equalsCalc
|
private boolean |
__hashCodeCalc
|
private java.lang.String |
ASIN
|
private TransactionItem[] |
childTransactionItems
|
private java.lang.String |
quantity
|
private Price |
totalPrice
|
private java.lang.String |
transactionItemId
|
private static org.apache.axis.description.TypeDesc |
typeDesc
|
private Price |
unitPrice
|
Constructor Summary | |
---|---|
TransactionItem()
|
|
TransactionItem(java.lang.String transactionItemId,
java.lang.String quantity,
Price unitPrice,
Price totalPrice,
java.lang.String ASIN,
TransactionItem[] childTransactionItems)
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
java.lang.String |
getASIN()
Gets the ASIN value for this TransactionItem. |
TransactionItem[] |
getChildTransactionItems()
Gets the childTransactionItems value for this TransactionItem. |
static org.apache.axis.encoding.Deserializer |
getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Deserializer |
java.lang.String |
getQuantity()
Gets the quantity value for this TransactionItem. |
static org.apache.axis.encoding.Serializer |
getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Serializer |
Price |
getTotalPrice()
Gets the totalPrice value for this TransactionItem. |
java.lang.String |
getTransactionItemId()
Gets the transactionItemId value for this TransactionItem. |
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object |
Price |
getUnitPrice()
Gets the unitPrice value for this TransactionItem. |
int |
hashCode()
|
void |
setASIN(java.lang.String ASIN)
Sets the ASIN value for this TransactionItem. |
void |
setChildTransactionItems(TransactionItem[] childTransactionItems)
Sets the childTransactionItems value for this TransactionItem. |
void |
setQuantity(java.lang.String quantity)
Sets the quantity value for this TransactionItem. |
void |
setTotalPrice(Price totalPrice)
Sets the totalPrice value for this TransactionItem. |
void |
setTransactionItemId(java.lang.String transactionItemId)
Sets the transactionItemId value for this TransactionItem. |
void |
setUnitPrice(Price unitPrice)
Sets the unitPrice value for this TransactionItem. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private java.lang.Object __equalsCalc
private boolean __hashCodeCalc
private java.lang.String ASIN
private TransactionItem[] childTransactionItems
private java.lang.String quantity
private Price totalPrice
private java.lang.String transactionItemId
private static org.apache.axis.description.TypeDesc typeDesc
private Price unitPrice
Constructor Detail |
---|
public TransactionItem()
public TransactionItem(java.lang.String transactionItemId, java.lang.String quantity, Price unitPrice, Price totalPrice, java.lang.String ASIN, TransactionItem[] childTransactionItems)
Method Detail |
---|
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public java.lang.String getASIN()
public TransactionItem[] getChildTransactionItems()
public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
public java.lang.String getQuantity()
public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
public Price getTotalPrice()
public java.lang.String getTransactionItemId()
public static org.apache.axis.description.TypeDesc getTypeDesc()
public Price getUnitPrice()
public int hashCode()
hashCode
in class java.lang.Object
public void setASIN(java.lang.String ASIN)
ASIN
- public void setChildTransactionItems(TransactionItem[] childTransactionItems)
childTransactionItems
- public void setQuantity(java.lang.String quantity)
quantity
- public void setTotalPrice(Price totalPrice)
totalPrice
- public void setTransactionItemId(java.lang.String transactionItemId)
transactionItemId
- public void setUnitPrice(Price unitPrice)
unitPrice
-
|
Project 4 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |