com.amazon.webservices.awsecommerceservice._2007_04_04
Class LoyaltyPoints

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

public class LoyaltyPoints
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="Points" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" minOccurs="0"/>
         <element name="TypicalRedemptionValue" type="{http://webservices.amazon.com/AWSECommerceService/2007-04-04}Price" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.math.BigInteger points
           
protected  Price typicalRedemptionValue
           
 
Constructor Summary
LoyaltyPoints()
           
 
Method Summary
 java.math.BigInteger getPoints()
          Gets the value of the points property.
 Price getTypicalRedemptionValue()
          Gets the value of the typicalRedemptionValue property.
 void setPoints(java.math.BigInteger value)
          Sets the value of the points property.
 void setTypicalRedemptionValue(Price value)
          Sets the value of the typicalRedemptionValue property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

points

protected java.math.BigInteger points

typicalRedemptionValue

protected Price typicalRedemptionValue
Constructor Detail

LoyaltyPoints

public LoyaltyPoints()
Method Detail

getPoints

public java.math.BigInteger getPoints()
Gets the value of the points property.

Returns:
possible object is BigInteger

setPoints

public void setPoints(java.math.BigInteger value)
Sets the value of the points property.

Parameters:
value - allowed object is BigInteger

getTypicalRedemptionValue

public Price getTypicalRedemptionValue()
Gets the value of the typicalRedemptionValue property.

Returns:
possible object is Price

setTypicalRedemptionValue

public void setTypicalRedemptionValue(Price value)
Sets the value of the typicalRedemptionValue property.

Parameters:
value - allowed object is Price


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