|
Project 4 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazon.soap.AWSECommerceService.LoyaltyPoints
public class LoyaltyPoints
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 |
---|
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 Detail |
---|
public LoyaltyPoints()
public LoyaltyPoints(org.apache.axis.types.NonNegativeInteger points, Price typicalRedemptionValue)
Method Detail |
---|
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
public org.apache.axis.types.NonNegativeInteger getPoints()
public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
public static org.apache.axis.description.TypeDesc getTypeDesc()
public Price getTypicalRedemptionValue()
public int hashCode()
hashCode
in class java.lang.Object
public void setPoints(org.apache.axis.types.NonNegativeInteger points)
points
- public void setTypicalRedemptionValue(Price typicalRedemptionValue)
typicalRedemptionValue
-
|
Project 4 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |