Project 4

com.amazon.soap.AWSECommerceService
Class OfferListingShippingCharge

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

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

See Also:
Serialized Form

Field Summary
private  java.lang.Object __equalsCalc
           
private  boolean __hashCodeCalc
           
private  Price shippingPrice
           
private  java.lang.String shippingType
           
private static org.apache.axis.description.TypeDesc typeDesc
           
 
Constructor Summary
OfferListingShippingCharge()
           
OfferListingShippingCharge(java.lang.String shippingType, Price shippingPrice)
           
 
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
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
 Price getShippingPrice()
          Gets the shippingPrice value for this OfferListingShippingCharge.
 java.lang.String getShippingType()
          Gets the shippingType value for this OfferListingShippingCharge.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setShippingPrice(Price shippingPrice)
          Sets the shippingPrice value for this OfferListingShippingCharge.
 void setShippingType(java.lang.String shippingType)
          Sets the shippingType value for this OfferListingShippingCharge.
 
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

shippingPrice

private Price shippingPrice

shippingType

private java.lang.String shippingType

typeDesc

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

OfferListingShippingCharge

public OfferListingShippingCharge()

OfferListingShippingCharge

public OfferListingShippingCharge(java.lang.String shippingType,
                                  Price shippingPrice)
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


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


getShippingPrice

public Price getShippingPrice()
Gets the shippingPrice value for this OfferListingShippingCharge.

Returns:
shippingPrice

getShippingType

public java.lang.String getShippingType()
Gets the shippingType value for this OfferListingShippingCharge.

Returns:
shippingType

getTypeDesc

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


hashCode

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

setShippingPrice

public void setShippingPrice(Price shippingPrice)
Sets the shippingPrice value for this OfferListingShippingCharge.

Parameters:
shippingPrice -

setShippingType

public void setShippingType(java.lang.String shippingType)
Sets the shippingType value for this OfferListingShippingCharge.

Parameters:
shippingType -

Project 4