|
Project 4 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazon.soap.AWSECommerceService.OfferSummary
Field Summary | |
private java.lang.Object |
__equalsCalc
|
private boolean |
__hashCodeCalc
|
private Price |
lowestCollectiblePrice
|
private Price |
lowestNewPrice
|
private Price |
lowestRefurbishedPrice
|
private Price |
lowestUsedPrice
|
private java.lang.String |
totalCollectible
|
private java.lang.String |
totalNew
|
private java.lang.String |
totalRefurbished
|
private java.lang.String |
totalUsed
|
private static org.apache.axis.description.TypeDesc |
typeDesc
|
Constructor Summary | |
OfferSummary()
|
|
OfferSummary(Price lowestNewPrice,
Price lowestUsedPrice,
Price lowestCollectiblePrice,
Price lowestRefurbishedPrice,
java.lang.String totalNew,
java.lang.String totalUsed,
java.lang.String totalCollectible,
java.lang.String totalRefurbished)
|
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 |
getLowestCollectiblePrice()
Gets the lowestCollectiblePrice value for this OfferSummary. |
Price |
getLowestNewPrice()
Gets the lowestNewPrice value for this OfferSummary. |
Price |
getLowestRefurbishedPrice()
Gets the lowestRefurbishedPrice value for this OfferSummary. |
Price |
getLowestUsedPrice()
Gets the lowestUsedPrice value for this OfferSummary. |
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 |
getTotalCollectible()
Gets the totalCollectible value for this OfferSummary. |
java.lang.String |
getTotalNew()
Gets the totalNew value for this OfferSummary. |
java.lang.String |
getTotalRefurbished()
Gets the totalRefurbished value for this OfferSummary. |
java.lang.String |
getTotalUsed()
Gets the totalUsed value for this OfferSummary. |
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object |
int |
hashCode()
|
void |
setLowestCollectiblePrice(Price lowestCollectiblePrice)
Sets the lowestCollectiblePrice value for this OfferSummary. |
void |
setLowestNewPrice(Price lowestNewPrice)
Sets the lowestNewPrice value for this OfferSummary. |
void |
setLowestRefurbishedPrice(Price lowestRefurbishedPrice)
Sets the lowestRefurbishedPrice value for this OfferSummary. |
void |
setLowestUsedPrice(Price lowestUsedPrice)
Sets the lowestUsedPrice value for this OfferSummary. |
void |
setTotalCollectible(java.lang.String totalCollectible)
Sets the totalCollectible value for this OfferSummary. |
void |
setTotalNew(java.lang.String totalNew)
Sets the totalNew value for this OfferSummary. |
void |
setTotalRefurbished(java.lang.String totalRefurbished)
Sets the totalRefurbished value for this OfferSummary. |
void |
setTotalUsed(java.lang.String totalUsed)
Sets the totalUsed value for this OfferSummary. |
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 lowestCollectiblePrice
private Price lowestNewPrice
private Price lowestRefurbishedPrice
private Price lowestUsedPrice
private java.lang.String totalCollectible
private java.lang.String totalNew
private java.lang.String totalRefurbished
private java.lang.String totalUsed
private static org.apache.axis.description.TypeDesc typeDesc
Constructor Detail |
public OfferSummary()
public OfferSummary(Price lowestNewPrice, Price lowestUsedPrice, Price lowestCollectiblePrice, Price lowestRefurbishedPrice, java.lang.String totalNew, java.lang.String totalUsed, java.lang.String totalCollectible, java.lang.String totalRefurbished)
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 getLowestCollectiblePrice()
public Price getLowestNewPrice()
public Price getLowestRefurbishedPrice()
public Price getLowestUsedPrice()
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 getTotalCollectible()
public java.lang.String getTotalNew()
public java.lang.String getTotalRefurbished()
public java.lang.String getTotalUsed()
public static org.apache.axis.description.TypeDesc getTypeDesc()
public int hashCode()
public void setLowestCollectiblePrice(Price lowestCollectiblePrice)
lowestCollectiblePrice
- public void setLowestNewPrice(Price lowestNewPrice)
lowestNewPrice
- public void setLowestRefurbishedPrice(Price lowestRefurbishedPrice)
lowestRefurbishedPrice
- public void setLowestUsedPrice(Price lowestUsedPrice)
lowestUsedPrice
- public void setTotalCollectible(java.lang.String totalCollectible)
totalCollectible
- public void setTotalNew(java.lang.String totalNew)
totalNew
- public void setTotalRefurbished(java.lang.String totalRefurbished)
totalRefurbished
- public void setTotalUsed(java.lang.String totalUsed)
totalUsed
-
|
Project 4 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |