Project 4

com.amazon.soap.AWSECommerceService
Class LoyaltyPoints

java.lang.Object
  extended by com.amazon.soap.AWSECommerceService.LoyaltyPoints
All Implemented Interfaces:
java.io.Serializable

public class LoyaltyPoints
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
private  java.lang.Object __equalsCalc
           
private  boolean __hashCodeCalc
           
private  org.apache.axis.types.NonNegativeInteger points
           
private static org.apache.axis.description.TypeDesc typeDesc
           
private  Price typicalRedemptionValue
           
 
Constructor Summary
LoyaltyPoints()
           
LoyaltyPoints(org.apache.axis.types.NonNegativeInteger points, Price typicalRedemptionValue)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 org.apache.axis.types.NonNegativeInteger getPoints()
          Gets the points value for this LoyaltyPoints.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 Price getTypicalRedemptionValue()
          Gets the typicalRedemptionValue value for this LoyaltyPoints.
 int hashCode()
           
 void setPoints(org.apache.axis.types.NonNegativeInteger points)
          Sets the points value for this LoyaltyPoints.
 void setTypicalRedemptionValue(Price typicalRedemptionValue)
          Sets the typicalRedemptionValue value for this LoyaltyPoints.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

__equalsCalc

private java.lang.Object __equalsCalc

__hashCodeCalc

private boolean __hashCodeCalc

points

private org.apache.axis.types.NonNegativeInteger points

typeDesc

private static org.apache.axis.description.TypeDesc typeDesc

typicalRedemptionValue

private Price typicalRedemptionValue
Constructor Detail

LoyaltyPoints

public LoyaltyPoints()

LoyaltyPoints

public LoyaltyPoints(org.apache.axis.types.NonNegativeInteger points,
                     Price typicalRedemptionValue)
Method Detail

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
                                                                    java.lang.Class _javaType,
                                                                    javax.xml.namespace.QName _xmlType)
Get Custom Deserializer


getPoints

public org.apache.axis.types.NonNegativeInteger getPoints()
Gets the points value for this LoyaltyPoints.

Returns:
points

getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
                                                                java.lang.Class _javaType,
                                                                javax.xml.namespace.QName _xmlType)
Get Custom Serializer


getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object


getTypicalRedemptionValue

public Price getTypicalRedemptionValue()
Gets the typicalRedemptionValue value for this LoyaltyPoints.

Returns:
typicalRedemptionValue

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

setPoints

public void setPoints(org.apache.axis.types.NonNegativeInteger points)
Sets the points value for this LoyaltyPoints.

Parameters:
points -

setTypicalRedemptionValue

public void setTypicalRedemptionValue(Price typicalRedemptionValue)
Sets the typicalRedemptionValue value for this LoyaltyPoints.

Parameters:
typicalRedemptionValue -

Project 4