|
Project 4 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazon.soap.AWSECommerceService.OfferListingShippingCharge
public class OfferListingShippingCharge
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 |
---|
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 Detail |
---|
public OfferListingShippingCharge()
public OfferListingShippingCharge(java.lang.String shippingType, Price shippingPrice)
Method Detail |
---|
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
public Price getShippingPrice()
public java.lang.String getShippingType()
public static org.apache.axis.description.TypeDesc getTypeDesc()
public int hashCode()
hashCode
in class java.lang.Object
public void setShippingPrice(Price shippingPrice)
shippingPrice
- public void setShippingType(java.lang.String shippingType)
shippingType
-
|
Project 4 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |