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

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

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

See Also:
Serialized Form

Constructor Summary
BankTransferRealTimeReply()
           
BankTransferRealTimeReply(java.math.BigInteger reasonCode, java.lang.String formMethod, java.lang.String formAction, java.lang.String requestDateTime, java.lang.String reconciliationID, java.lang.String paymentReference, java.lang.String amount)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getAmount()
          Gets the amount value for this BankTransferRealTimeReply.
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 getFormAction()
          Gets the formAction value for this BankTransferRealTimeReply.
 java.lang.String getFormMethod()
          Gets the formMethod value for this BankTransferRealTimeReply.
 java.lang.String getPaymentReference()
          Gets the paymentReference value for this BankTransferRealTimeReply.
 java.math.BigInteger getReasonCode()
          Gets the reasonCode value for this BankTransferRealTimeReply.
 java.lang.String getReconciliationID()
          Gets the reconciliationID value for this BankTransferRealTimeReply.
 java.lang.String getRequestDateTime()
          Gets the requestDateTime value for this BankTransferRealTimeReply.
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 setAmount(java.lang.String amount)
          Sets the amount value for this BankTransferRealTimeReply.
 void setFormAction(java.lang.String formAction)
          Sets the formAction value for this BankTransferRealTimeReply.
 void setFormMethod(java.lang.String formMethod)
          Sets the formMethod value for this BankTransferRealTimeReply.
 void setPaymentReference(java.lang.String paymentReference)
          Sets the paymentReference value for this BankTransferRealTimeReply.
 void setReasonCode(java.math.BigInteger reasonCode)
          Sets the reasonCode value for this BankTransferRealTimeReply.
 void setReconciliationID(java.lang.String reconciliationID)
          Sets the reconciliationID value for this BankTransferRealTimeReply.
 void setRequestDateTime(java.lang.String requestDateTime)
          Sets the requestDateTime value for this BankTransferRealTimeReply.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BankTransferRealTimeReply

public BankTransferRealTimeReply()

BankTransferRealTimeReply

public BankTransferRealTimeReply(java.math.BigInteger reasonCode,
                                 java.lang.String formMethod,
                                 java.lang.String formAction,
                                 java.lang.String requestDateTime,
                                 java.lang.String reconciliationID,
                                 java.lang.String paymentReference,
                                 java.lang.String amount)
Method Detail

getReasonCode

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

Returns:
reasonCode

setReasonCode

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

Parameters:
reasonCode -

getFormMethod

public java.lang.String getFormMethod()
Gets the formMethod value for this BankTransferRealTimeReply.

Returns:
formMethod

setFormMethod

public void setFormMethod(java.lang.String formMethod)
Sets the formMethod value for this BankTransferRealTimeReply.

Parameters:
formMethod -

getFormAction

public java.lang.String getFormAction()
Gets the formAction value for this BankTransferRealTimeReply.

Returns:
formAction

setFormAction

public void setFormAction(java.lang.String formAction)
Sets the formAction value for this BankTransferRealTimeReply.

Parameters:
formAction -

getRequestDateTime

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

Returns:
requestDateTime

setRequestDateTime

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

Parameters:
requestDateTime -

getReconciliationID

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

Returns:
reconciliationID

setReconciliationID

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

Parameters:
reconciliationID -

getPaymentReference

public java.lang.String getPaymentReference()
Gets the paymentReference value for this BankTransferRealTimeReply.

Returns:
paymentReference

setPaymentReference

public void setPaymentReference(java.lang.String paymentReference)
Sets the paymentReference value for this BankTransferRealTimeReply.

Parameters:
paymentReference -

getAmount

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

Returns:
amount

setAmount

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

Parameters:
amount -

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