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

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

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

See Also:
Serialized Form

Constructor Summary
BoletoPaymentReply()
           
BoletoPaymentReply(java.math.BigInteger reasonCode, java.lang.String requestDateTime, java.lang.String amount, java.lang.String reconciliationID, java.lang.String boletoNumber, java.lang.String expirationDate, java.lang.String url)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getAmount()
          Gets the amount value for this BoletoPaymentReply.
 java.lang.String getBoletoNumber()
          Gets the boletoNumber value for this BoletoPaymentReply.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 java.lang.String getExpirationDate()
          Gets the expirationDate value for this BoletoPaymentReply.
 java.math.BigInteger getReasonCode()
          Gets the reasonCode value for this BoletoPaymentReply.
 java.lang.String getReconciliationID()
          Gets the reconciliationID value for this BoletoPaymentReply.
 java.lang.String getRequestDateTime()
          Gets the requestDateTime value for this BoletoPaymentReply.
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
 java.lang.String getUrl()
          Gets the url value for this BoletoPaymentReply.
 int hashCode()
           
 void setAmount(java.lang.String amount)
          Sets the amount value for this BoletoPaymentReply.
 void setBoletoNumber(java.lang.String boletoNumber)
          Sets the boletoNumber value for this BoletoPaymentReply.
 void setExpirationDate(java.lang.String expirationDate)
          Sets the expirationDate value for this BoletoPaymentReply.
 void setReasonCode(java.math.BigInteger reasonCode)
          Sets the reasonCode value for this BoletoPaymentReply.
 void setReconciliationID(java.lang.String reconciliationID)
          Sets the reconciliationID value for this BoletoPaymentReply.
 void setRequestDateTime(java.lang.String requestDateTime)
          Sets the requestDateTime value for this BoletoPaymentReply.
 void setUrl(java.lang.String url)
          Sets the url value for this BoletoPaymentReply.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BoletoPaymentReply

public BoletoPaymentReply()

BoletoPaymentReply

public BoletoPaymentReply(java.math.BigInteger reasonCode,
                          java.lang.String requestDateTime,
                          java.lang.String amount,
                          java.lang.String reconciliationID,
                          java.lang.String boletoNumber,
                          java.lang.String expirationDate,
                          java.lang.String url)
Method Detail

getReasonCode

public java.math.BigInteger getReasonCode()
Gets the reasonCode value for this BoletoPaymentReply.

Returns:
reasonCode

setReasonCode

public void setReasonCode(java.math.BigInteger reasonCode)
Sets the reasonCode value for this BoletoPaymentReply.

Parameters:
reasonCode -

getRequestDateTime

public java.lang.String getRequestDateTime()
Gets the requestDateTime value for this BoletoPaymentReply.

Returns:
requestDateTime

setRequestDateTime

public void setRequestDateTime(java.lang.String requestDateTime)
Sets the requestDateTime value for this BoletoPaymentReply.

Parameters:
requestDateTime -

getAmount

public java.lang.String getAmount()
Gets the amount value for this BoletoPaymentReply.

Returns:
amount

setAmount

public void setAmount(java.lang.String amount)
Sets the amount value for this BoletoPaymentReply.

Parameters:
amount -

getReconciliationID

public java.lang.String getReconciliationID()
Gets the reconciliationID value for this BoletoPaymentReply.

Returns:
reconciliationID

setReconciliationID

public void setReconciliationID(java.lang.String reconciliationID)
Sets the reconciliationID value for this BoletoPaymentReply.

Parameters:
reconciliationID -

getBoletoNumber

public java.lang.String getBoletoNumber()
Gets the boletoNumber value for this BoletoPaymentReply.

Returns:
boletoNumber

setBoletoNumber

public void setBoletoNumber(java.lang.String boletoNumber)
Sets the boletoNumber value for this BoletoPaymentReply.

Parameters:
boletoNumber -

getExpirationDate

public java.lang.String getExpirationDate()
Gets the expirationDate value for this BoletoPaymentReply.

Returns:
expirationDate

setExpirationDate

public void setExpirationDate(java.lang.String expirationDate)
Sets the expirationDate value for this BoletoPaymentReply.

Parameters:
expirationDate -

getUrl

public java.lang.String getUrl()
Gets the url value for this BoletoPaymentReply.

Returns:
url

setUrl

public void setUrl(java.lang.String url)
Sets the url value for this BoletoPaymentReply.

Parameters:
url -

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 © 2011. All Rights Reserved.