Project 4

com.amazon.soap.AWSECommerceService
Class VariationSummary

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

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

See Also:
Serialized Form

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

__equalsCalc

private java.lang.Object __equalsCalc

__hashCodeCalc

private boolean __hashCodeCalc

highestPrice

private Price highestPrice

highestSalePrice

private Price highestSalePrice

lowestPrice

private Price lowestPrice

lowestSalePrice

private Price lowestSalePrice

singleMerchantId

private java.lang.String singleMerchantId

typeDesc

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

VariationSummary

public VariationSummary()

VariationSummary

public VariationSummary(Price lowestPrice,
                        Price highestPrice,
                        Price lowestSalePrice,
                        Price highestSalePrice,
                        java.lang.String singleMerchantId)
Method Detail

equals

public boolean equals(java.lang.Object obj)

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


getHighestPrice

public Price getHighestPrice()
Gets the highestPrice value for this VariationSummary.

Returns:
highestPrice

getHighestSalePrice

public Price getHighestSalePrice()
Gets the highestSalePrice value for this VariationSummary.

Returns:
highestSalePrice

getLowestPrice

public Price getLowestPrice()
Gets the lowestPrice value for this VariationSummary.

Returns:
lowestPrice

getLowestSalePrice

public Price getLowestSalePrice()
Gets the lowestSalePrice value for this VariationSummary.

Returns:
lowestSalePrice

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


getSingleMerchantId

public java.lang.String getSingleMerchantId()
Gets the singleMerchantId value for this VariationSummary.

Returns:
singleMerchantId

getTypeDesc

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


hashCode

public int hashCode()

setHighestPrice

public void setHighestPrice(Price highestPrice)
Sets the highestPrice value for this VariationSummary.

Parameters:
highestPrice -

setHighestSalePrice

public void setHighestSalePrice(Price highestSalePrice)
Sets the highestSalePrice value for this VariationSummary.

Parameters:
highestSalePrice -

setLowestPrice

public void setLowestPrice(Price lowestPrice)
Sets the lowestPrice value for this VariationSummary.

Parameters:
lowestPrice -

setLowestSalePrice

public void setLowestSalePrice(Price lowestSalePrice)
Sets the lowestSalePrice value for this VariationSummary.

Parameters:
lowestSalePrice -

setSingleMerchantId

public void setSingleMerchantId(java.lang.String singleMerchantId)
Sets the singleMerchantId value for this VariationSummary.

Parameters:
singleMerchantId -

Project 4