com.amazon.webservices.awsecommerceservice._2007_04_04
Class Price

java.lang.Object
  extended by com.amazon.webservices.awsecommerceservice._2007_04_04.Price

public class Price
extends java.lang.Object

Java class for Price complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="Price">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Amount" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
         <element name="CurrencyCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="FormattedPrice" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.math.BigInteger amount
           
protected  java.lang.String currencyCode
           
protected  java.lang.String formattedPrice
           
 
Constructor Summary
Price()
           
 
Method Summary
 java.math.BigInteger getAmount()
          Gets the value of the amount property.
 java.lang.String getCurrencyCode()
          Gets the value of the currencyCode property.
 java.lang.String getFormattedPrice()
          Gets the value of the formattedPrice property.
 void setAmount(java.math.BigInteger value)
          Sets the value of the amount property.
 void setCurrencyCode(java.lang.String value)
          Sets the value of the currencyCode property.
 void setFormattedPrice(java.lang.String value)
          Sets the value of the formattedPrice property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

amount

protected java.math.BigInteger amount

currencyCode

protected java.lang.String currencyCode

formattedPrice

protected java.lang.String formattedPrice
Constructor Detail

Price

public Price()
Method Detail

getAmount

public java.math.BigInteger getAmount()
Gets the value of the amount property.

Returns:
possible object is BigInteger

setAmount

public void setAmount(java.math.BigInteger value)
Sets the value of the amount property.

Parameters:
value - allowed object is BigInteger

getCurrencyCode

public java.lang.String getCurrencyCode()
Gets the value of the currencyCode property.

Returns:
possible object is String

setCurrencyCode

public void setCurrencyCode(java.lang.String value)
Sets the value of the currencyCode property.

Parameters:
value - allowed object is String

getFormattedPrice

public java.lang.String getFormattedPrice()
Gets the value of the formattedPrice property.

Returns:
possible object is String

setFormattedPrice

public void setFormattedPrice(java.lang.String value)
Sets the value of the formattedPrice property.

Parameters:
value - allowed object is String


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