Project 4

com.amazon.soap.AWSECommerceService
Class Price

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

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

See Also:
Serialized Form

Field Summary
private  java.lang.Object __equalsCalc
           
private  boolean __hashCodeCalc
           
private  java.math.BigInteger amount
           
private  java.lang.String currencyCode
           
private  java.lang.String formattedPrice
           
private static org.apache.axis.description.TypeDesc typeDesc
           
 
Constructor Summary
Price()
           
Price(java.math.BigInteger amount, java.lang.String currencyCode, java.lang.String formattedPrice)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.math.BigInteger getAmount()
          Gets the amount value for this Price.
 java.lang.String getCurrencyCode()
          Gets the currencyCode value for this Price.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 java.lang.String getFormattedPrice()
          Gets the formattedPrice value for this Price.
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 setAmount(java.math.BigInteger amount)
          Sets the amount value for this Price.
 void setCurrencyCode(java.lang.String currencyCode)
          Sets the currencyCode value for this Price.
 void setFormattedPrice(java.lang.String formattedPrice)
          Sets the formattedPrice value for this Price.
 
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

amount

private java.math.BigInteger amount

currencyCode

private java.lang.String currencyCode

formattedPrice

private java.lang.String formattedPrice

typeDesc

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

Price

public Price()

Price

public Price(java.math.BigInteger amount,
             java.lang.String currencyCode,
             java.lang.String formattedPrice)
Method Detail

equals

public boolean equals(java.lang.Object obj)

getAmount

public java.math.BigInteger getAmount()
Gets the amount value for this Price.

Returns:
amount

getCurrencyCode

public java.lang.String getCurrencyCode()
Gets the currencyCode value for this Price.

Returns:
currencyCode

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


getFormattedPrice

public java.lang.String getFormattedPrice()
Gets the formattedPrice value for this Price.

Returns:
formattedPrice

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()

setAmount

public void setAmount(java.math.BigInteger amount)
Sets the amount value for this Price.

Parameters:
amount -

setCurrencyCode

public void setCurrencyCode(java.lang.String currencyCode)
Sets the currencyCode value for this Price.

Parameters:
currencyCode -

setFormattedPrice

public void setFormattedPrice(java.lang.String formattedPrice)
Sets the formattedPrice value for this Price.

Parameters:
formattedPrice -

Project 4