|
Project 4 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazon.soap.AWSECommerceService.VariationSummary
Field Summary | |
private java.lang.Object |
__equalsCalc
|
private boolean |
__hashCodeCalc
|
private Price |
highestPrice
|
private Price |
highestSalePrice
|
private Price |
lowestPrice
|
private Price |
lowestSalePrice
|
private java.lang.String |
singleMerchantId
|
private static org.apache.axis.description.TypeDesc |
typeDesc
|
Constructor Summary | |
VariationSummary()
|
|
VariationSummary(Price lowestPrice,
Price highestPrice,
Price lowestSalePrice,
Price highestSalePrice,
java.lang.String singleMerchantId)
|
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 |
Price |
getHighestPrice()
Gets the highestPrice value for this VariationSummary. |
Price |
getHighestSalePrice()
Gets the highestSalePrice value for this VariationSummary. |
Price |
getLowestPrice()
Gets the lowestPrice value for this VariationSummary. |
Price |
getLowestSalePrice()
Gets the lowestSalePrice value for this VariationSummary. |
static org.apache.axis.encoding.Serializer |
getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Serializer |
java.lang.String |
getSingleMerchantId()
Gets the singleMerchantId value for this VariationSummary. |
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object |
int |
hashCode()
|
void |
setHighestPrice(Price highestPrice)
Sets the highestPrice value for this VariationSummary. |
void |
setHighestSalePrice(Price highestSalePrice)
Sets the highestSalePrice value for this VariationSummary. |
void |
setLowestPrice(Price lowestPrice)
Sets the lowestPrice value for this VariationSummary. |
void |
setLowestSalePrice(Price lowestSalePrice)
Sets the lowestSalePrice value for this VariationSummary. |
void |
setSingleMerchantId(java.lang.String singleMerchantId)
Sets the singleMerchantId value for this VariationSummary. |
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 Price highestPrice
private Price highestSalePrice
private Price lowestPrice
private Price lowestSalePrice
private java.lang.String singleMerchantId
private static org.apache.axis.description.TypeDesc typeDesc
Constructor Detail |
public VariationSummary()
public VariationSummary(Price lowestPrice, Price highestPrice, Price lowestSalePrice, Price highestSalePrice, java.lang.String singleMerchantId)
Method Detail |
public boolean equals(java.lang.Object obj)
public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
public Price getHighestPrice()
public Price getHighestSalePrice()
public Price getLowestPrice()
public Price getLowestSalePrice()
public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
public java.lang.String getSingleMerchantId()
public static org.apache.axis.description.TypeDesc getTypeDesc()
public int hashCode()
public void setHighestPrice(Price highestPrice)
highestPrice
- public void setHighestSalePrice(Price highestSalePrice)
highestSalePrice
- public void setLowestPrice(Price lowestPrice)
lowestPrice
- public void setLowestSalePrice(Price lowestSalePrice)
lowestSalePrice
- public void setSingleMerchantId(java.lang.String singleMerchantId)
singleMerchantId
-
|
Project 4 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |