org.broadleafcommerce.vendor.cybersource.service.api
Class JPO

java.lang.Object
  extended by org.broadleafcommerce.vendor.cybersource.service.api.JPO
All Implemented Interfaces:
java.io.Serializable

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

See Also:
Serialized Form

Constructor Summary
JPO()
           
JPO(java.math.BigInteger paymentMethod, java.lang.String bonusAmount, java.math.BigInteger bonuses, java.math.BigInteger installments)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getBonusAmount()
          Gets the bonusAmount value for this JPO.
 java.math.BigInteger getBonuses()
          Gets the bonuses value for this JPO.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 java.math.BigInteger getInstallments()
          Gets the installments value for this JPO.
 java.math.BigInteger getPaymentMethod()
          Gets the paymentMethod value for this JPO.
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
 int hashCode()
           
 void setBonusAmount(java.lang.String bonusAmount)
          Sets the bonusAmount value for this JPO.
 void setBonuses(java.math.BigInteger bonuses)
          Sets the bonuses value for this JPO.
 void setInstallments(java.math.BigInteger installments)
          Sets the installments value for this JPO.
 void setPaymentMethod(java.math.BigInteger paymentMethod)
          Sets the paymentMethod value for this JPO.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JPO

public JPO()

JPO

public JPO(java.math.BigInteger paymentMethod,
           java.lang.String bonusAmount,
           java.math.BigInteger bonuses,
           java.math.BigInteger installments)
Method Detail

getPaymentMethod

public java.math.BigInteger getPaymentMethod()
Gets the paymentMethod value for this JPO.

Returns:
paymentMethod

setPaymentMethod

public void setPaymentMethod(java.math.BigInteger paymentMethod)
Sets the paymentMethod value for this JPO.

Parameters:
paymentMethod -

getBonusAmount

public java.lang.String getBonusAmount()
Gets the bonusAmount value for this JPO.

Returns:
bonusAmount

setBonusAmount

public void setBonusAmount(java.lang.String bonusAmount)
Sets the bonusAmount value for this JPO.

Parameters:
bonusAmount -

getBonuses

public java.math.BigInteger getBonuses()
Gets the bonuses value for this JPO.

Returns:
bonuses

setBonuses

public void setBonuses(java.math.BigInteger bonuses)
Sets the bonuses value for this JPO.

Parameters:
bonuses -

getInstallments

public java.math.BigInteger getInstallments()
Gets the installments value for this JPO.

Returns:
installments

setInstallments

public void setInstallments(java.math.BigInteger installments)
Sets the installments value for this JPO.

Parameters:
installments -

equals

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

hashCode

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

getTypeDesc

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


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


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



Copyright © 2012. All Rights Reserved.