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

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

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

See Also:
Serialized Form

Constructor Summary
DirectDebitMandateReply()
           
DirectDebitMandateReply(java.math.BigInteger reasonCode, java.lang.String mandateID, java.lang.String mandateMaturationDate, java.lang.String requestDateTime, java.lang.String reconciliationID, java.lang.String processorResponse)
           
 
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
 java.lang.String getMandateID()
          Gets the mandateID value for this DirectDebitMandateReply.
 java.lang.String getMandateMaturationDate()
          Gets the mandateMaturationDate value for this DirectDebitMandateReply.
 java.lang.String getProcessorResponse()
          Gets the processorResponse value for this DirectDebitMandateReply.
 java.math.BigInteger getReasonCode()
          Gets the reasonCode value for this DirectDebitMandateReply.
 java.lang.String getReconciliationID()
          Gets the reconciliationID value for this DirectDebitMandateReply.
 java.lang.String getRequestDateTime()
          Gets the requestDateTime value for this DirectDebitMandateReply.
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 setMandateID(java.lang.String mandateID)
          Sets the mandateID value for this DirectDebitMandateReply.
 void setMandateMaturationDate(java.lang.String mandateMaturationDate)
          Sets the mandateMaturationDate value for this DirectDebitMandateReply.
 void setProcessorResponse(java.lang.String processorResponse)
          Sets the processorResponse value for this DirectDebitMandateReply.
 void setReasonCode(java.math.BigInteger reasonCode)
          Sets the reasonCode value for this DirectDebitMandateReply.
 void setReconciliationID(java.lang.String reconciliationID)
          Sets the reconciliationID value for this DirectDebitMandateReply.
 void setRequestDateTime(java.lang.String requestDateTime)
          Sets the requestDateTime value for this DirectDebitMandateReply.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DirectDebitMandateReply

public DirectDebitMandateReply()

DirectDebitMandateReply

public DirectDebitMandateReply(java.math.BigInteger reasonCode,
                               java.lang.String mandateID,
                               java.lang.String mandateMaturationDate,
                               java.lang.String requestDateTime,
                               java.lang.String reconciliationID,
                               java.lang.String processorResponse)
Method Detail

getReasonCode

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

Returns:
reasonCode

setReasonCode

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

Parameters:
reasonCode -

getMandateID

public java.lang.String getMandateID()
Gets the mandateID value for this DirectDebitMandateReply.

Returns:
mandateID

setMandateID

public void setMandateID(java.lang.String mandateID)
Sets the mandateID value for this DirectDebitMandateReply.

Parameters:
mandateID -

getMandateMaturationDate

public java.lang.String getMandateMaturationDate()
Gets the mandateMaturationDate value for this DirectDebitMandateReply.

Returns:
mandateMaturationDate

setMandateMaturationDate

public void setMandateMaturationDate(java.lang.String mandateMaturationDate)
Sets the mandateMaturationDate value for this DirectDebitMandateReply.

Parameters:
mandateMaturationDate -

getRequestDateTime

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

Returns:
requestDateTime

setRequestDateTime

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

Parameters:
requestDateTime -

getReconciliationID

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

Returns:
reconciliationID

setReconciliationID

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

Parameters:
reconciliationID -

getProcessorResponse

public java.lang.String getProcessorResponse()
Gets the processorResponse value for this DirectDebitMandateReply.

Returns:
processorResponse

setProcessorResponse

public void setProcessorResponse(java.lang.String processorResponse)
Sets the processorResponse value for this DirectDebitMandateReply.

Parameters:
processorResponse -

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.