Project 4

com.amazon.soap.AWSECommerceService
Class CollectionsCollectionCollectionSummary

java.lang.Object
  extended by com.amazon.soap.AWSECommerceService.CollectionsCollectionCollectionSummary
All Implemented Interfaces:
java.io.Serializable

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

See Also:
Serialized Form

Field Summary
private  java.lang.Object __equalsCalc
           
private  boolean __hashCodeCalc
           
private  Price highestListPrice
           
private  Price highestSalePrice
           
private  Price lowestListPrice
           
private  Price lowestSalePrice
           
private static org.apache.axis.description.TypeDesc typeDesc
           
 
Constructor Summary
CollectionsCollectionCollectionSummary()
           
CollectionsCollectionCollectionSummary(Price lowestListPrice, Price highestListPrice, Price lowestSalePrice, Price highestSalePrice)
           
 
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 getHighestListPrice()
          Gets the highestListPrice value for this CollectionsCollectionCollectionSummary.
 Price getHighestSalePrice()
          Gets the highestSalePrice value for this CollectionsCollectionCollectionSummary.
 Price getLowestListPrice()
          Gets the lowestListPrice value for this CollectionsCollectionCollectionSummary.
 Price getLowestSalePrice()
          Gets the lowestSalePrice value for this CollectionsCollectionCollectionSummary.
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 setHighestListPrice(Price highestListPrice)
          Sets the highestListPrice value for this CollectionsCollectionCollectionSummary.
 void setHighestSalePrice(Price highestSalePrice)
          Sets the highestSalePrice value for this CollectionsCollectionCollectionSummary.
 void setLowestListPrice(Price lowestListPrice)
          Sets the lowestListPrice value for this CollectionsCollectionCollectionSummary.
 void setLowestSalePrice(Price lowestSalePrice)
          Sets the lowestSalePrice value for this CollectionsCollectionCollectionSummary.
 
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

highestListPrice

private Price highestListPrice

highestSalePrice

private Price highestSalePrice

lowestListPrice

private Price lowestListPrice

lowestSalePrice

private Price lowestSalePrice

typeDesc

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

CollectionsCollectionCollectionSummary

public CollectionsCollectionCollectionSummary()

CollectionsCollectionCollectionSummary

public CollectionsCollectionCollectionSummary(Price lowestListPrice,
                                              Price highestListPrice,
                                              Price lowestSalePrice,
                                              Price highestSalePrice)
Method Detail

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

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


getHighestListPrice

public Price getHighestListPrice()
Gets the highestListPrice value for this CollectionsCollectionCollectionSummary.

Returns:
highestListPrice

getHighestSalePrice

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

Returns:
highestSalePrice

getLowestListPrice

public Price getLowestListPrice()
Gets the lowestListPrice value for this CollectionsCollectionCollectionSummary.

Returns:
lowestListPrice

getLowestSalePrice

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

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


getTypeDesc

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


hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

setHighestListPrice

public void setHighestListPrice(Price highestListPrice)
Sets the highestListPrice value for this CollectionsCollectionCollectionSummary.

Parameters:
highestListPrice -

setHighestSalePrice

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

Parameters:
highestSalePrice -

setLowestListPrice

public void setLowestListPrice(Price lowestListPrice)
Sets the lowestListPrice value for this CollectionsCollectionCollectionSummary.

Parameters:
lowestListPrice -

setLowestSalePrice

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

Parameters:
lowestSalePrice -

Project 4