|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazon.webservices.awsecommerceservice._2007_04_04.OfferListing.ShippingCharge
public static class OfferListing.ShippingCharge
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="ShippingType" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="ShippingPrice" type="{http://webservices.amazon.com/AWSECommerceService/2007-04-04}Price"/> </sequence> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected Price |
shippingPrice
|
protected java.lang.String |
shippingType
|
Constructor Summary | |
---|---|
OfferListing.ShippingCharge()
|
Method Summary | |
---|---|
Price |
getShippingPrice()
Gets the value of the shippingPrice property. |
java.lang.String |
getShippingType()
Gets the value of the shippingType property. |
void |
setShippingPrice(Price value)
Sets the value of the shippingPrice property. |
void |
setShippingType(java.lang.String value)
Sets the value of the shippingType property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected java.lang.String shippingType
protected Price shippingPrice
Constructor Detail |
---|
public OfferListing.ShippingCharge()
Method Detail |
---|
public java.lang.String getShippingType()
String
public void setShippingType(java.lang.String value)
value
- allowed object is
String
public Price getShippingPrice()
Price
public void setShippingPrice(Price value)
value
- allowed object is
Price
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |