|
||||||||||
| 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.LoyaltyPoints
public class LoyaltyPoints
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 |
|---|
protected java.math.BigInteger points
protected Price typicalRedemptionValue
| Constructor Detail |
|---|
public LoyaltyPoints()
| Method Detail |
|---|
public java.math.BigInteger getPoints()
BigIntegerpublic void setPoints(java.math.BigInteger value)
value - allowed object is
BigIntegerpublic Price getTypicalRedemptionValue()
Pricepublic void setTypicalRedemptionValue(Price value)
value - allowed object is
Price
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||