com.amazon.webservices.awsecommerceservice._2007_04_04
Class OfferListing.ShippingCharge

java.lang.Object
  extended by com.amazon.webservices.awsecommerceservice._2007_04_04.OfferListing.ShippingCharge
Enclosing class:
OfferListing

public static class OfferListing.ShippingCharge
extends java.lang.Object

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

shippingType

protected java.lang.String shippingType

shippingPrice

protected Price shippingPrice
Constructor Detail

OfferListing.ShippingCharge

public OfferListing.ShippingCharge()
Method Detail

getShippingType

public java.lang.String getShippingType()
Gets the value of the shippingType property.

Returns:
possible object is String

setShippingType

public void setShippingType(java.lang.String value)
Sets the value of the shippingType property.

Parameters:
value - allowed object is String

getShippingPrice

public Price getShippingPrice()
Gets the value of the shippingPrice property.

Returns:
possible object is Price

setShippingPrice

public void setShippingPrice(Price value)
Sets the value of the shippingPrice property.

Parameters:
value - allowed object is Price


Copyright © 2007 orange-cafe.de. All Rights Reserved.