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