|
Project 4 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazon.soap.AWSECommerceService.CartModifyResponse
public class CartModifyResponse
Field Summary | |
---|---|
private java.lang.Object |
__equalsCalc
|
private boolean |
__hashCodeCalc
|
private Cart[] |
cart
|
private OperationRequest |
operationRequest
|
private static org.apache.axis.description.TypeDesc |
typeDesc
|
Constructor Summary | |
---|---|
CartModifyResponse()
|
|
CartModifyResponse(OperationRequest operationRequest,
Cart[] cart)
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
Cart[] |
getCart()
Gets the cart value for this CartModifyResponse. |
Cart |
getCart(int i)
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Deserializer |
OperationRequest |
getOperationRequest()
Gets the operationRequest value for this CartModifyResponse. |
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 |
setCart(Cart[] cart)
Sets the cart value for this CartModifyResponse. |
void |
setCart(int i,
Cart _value)
|
void |
setOperationRequest(OperationRequest operationRequest)
Sets the operationRequest value for this CartModifyResponse. |
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 Cart[] cart
private OperationRequest operationRequest
private static org.apache.axis.description.TypeDesc typeDesc
Constructor Detail |
---|
public CartModifyResponse()
public CartModifyResponse(OperationRequest operationRequest, Cart[] cart)
Method Detail |
---|
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public Cart[] getCart()
public Cart getCart(int i)
public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
public OperationRequest getOperationRequest()
public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
public static org.apache.axis.description.TypeDesc getTypeDesc()
public int hashCode()
hashCode
in class java.lang.Object
public void setCart(Cart[] cart)
cart
- public void setCart(int i, Cart _value)
public void setOperationRequest(OperationRequest operationRequest)
operationRequest
-
|
Project 4 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |