public class LoyaltyPoints extends Object implements Serializable
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/2011-08-01}Price" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected BigInteger |
points |
protected Price |
typicalRedemptionValue |
| Constructor and Description |
|---|
LoyaltyPoints() |
| Modifier and Type | Method and Description |
|---|---|
BigInteger |
getPoints()
Gets the value of the points property.
|
Price |
getTypicalRedemptionValue()
Gets the value of the typicalRedemptionValue property.
|
void |
setPoints(BigInteger value)
Sets the value of the points property.
|
void |
setTypicalRedemptionValue(Price value)
Sets the value of the typicalRedemptionValue property.
|
protected BigInteger points
protected Price typicalRedemptionValue
public BigInteger getPoints()
BigIntegerpublic void setPoints(BigInteger value)
value - allowed object is
BigIntegerpublic Price getTypicalRedemptionValue()
PriceCopyright © 2013. All Rights Reserved.