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

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

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

See Also:
Serialized Form

Constructor Summary
DirectDebitService()
           
DirectDebitService(java.lang.String dateCollect, java.lang.String directDebitText, java.lang.String authorizationID, java.lang.String transactionType, java.lang.String directDebitType, java.lang.String validateRequestID, java.lang.String recurringType, java.lang.String mandateID, java.lang.String validateRequestToken, java.lang.String reconciliationID, java.lang.String run)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getAuthorizationID()
          Gets the authorizationID value for this DirectDebitService.
 java.lang.String getDateCollect()
          Gets the dateCollect value for this DirectDebitService.
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 getDirectDebitText()
          Gets the directDebitText value for this DirectDebitService.
 java.lang.String getDirectDebitType()
          Gets the directDebitType value for this DirectDebitService.
 java.lang.String getMandateID()
          Gets the mandateID value for this DirectDebitService.
 java.lang.String getReconciliationID()
          Gets the reconciliationID value for this DirectDebitService.
 java.lang.String getRecurringType()
          Gets the recurringType value for this DirectDebitService.
 java.lang.String getRun()
          Gets the run value for this DirectDebitService.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
 java.lang.String getTransactionType()
          Gets the transactionType value for this DirectDebitService.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 java.lang.String getValidateRequestID()
          Gets the validateRequestID value for this DirectDebitService.
 java.lang.String getValidateRequestToken()
          Gets the validateRequestToken value for this DirectDebitService.
 int hashCode()
           
 void setAuthorizationID(java.lang.String authorizationID)
          Sets the authorizationID value for this DirectDebitService.
 void setDateCollect(java.lang.String dateCollect)
          Sets the dateCollect value for this DirectDebitService.
 void setDirectDebitText(java.lang.String directDebitText)
          Sets the directDebitText value for this DirectDebitService.
 void setDirectDebitType(java.lang.String directDebitType)
          Sets the directDebitType value for this DirectDebitService.
 void setMandateID(java.lang.String mandateID)
          Sets the mandateID value for this DirectDebitService.
 void setReconciliationID(java.lang.String reconciliationID)
          Sets the reconciliationID value for this DirectDebitService.
 void setRecurringType(java.lang.String recurringType)
          Sets the recurringType value for this DirectDebitService.
 void setRun(java.lang.String run)
          Sets the run value for this DirectDebitService.
 void setTransactionType(java.lang.String transactionType)
          Sets the transactionType value for this DirectDebitService.
 void setValidateRequestID(java.lang.String validateRequestID)
          Sets the validateRequestID value for this DirectDebitService.
 void setValidateRequestToken(java.lang.String validateRequestToken)
          Sets the validateRequestToken value for this DirectDebitService.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DirectDebitService

public DirectDebitService()

DirectDebitService

public DirectDebitService(java.lang.String dateCollect,
                          java.lang.String directDebitText,
                          java.lang.String authorizationID,
                          java.lang.String transactionType,
                          java.lang.String directDebitType,
                          java.lang.String validateRequestID,
                          java.lang.String recurringType,
                          java.lang.String mandateID,
                          java.lang.String validateRequestToken,
                          java.lang.String reconciliationID,
                          java.lang.String run)
Method Detail

getDateCollect

public java.lang.String getDateCollect()
Gets the dateCollect value for this DirectDebitService.

Returns:
dateCollect

setDateCollect

public void setDateCollect(java.lang.String dateCollect)
Sets the dateCollect value for this DirectDebitService.

Parameters:
dateCollect -

getDirectDebitText

public java.lang.String getDirectDebitText()
Gets the directDebitText value for this DirectDebitService.

Returns:
directDebitText

setDirectDebitText

public void setDirectDebitText(java.lang.String directDebitText)
Sets the directDebitText value for this DirectDebitService.

Parameters:
directDebitText -

getAuthorizationID

public java.lang.String getAuthorizationID()
Gets the authorizationID value for this DirectDebitService.

Returns:
authorizationID

setAuthorizationID

public void setAuthorizationID(java.lang.String authorizationID)
Sets the authorizationID value for this DirectDebitService.

Parameters:
authorizationID -

getTransactionType

public java.lang.String getTransactionType()
Gets the transactionType value for this DirectDebitService.

Returns:
transactionType

setTransactionType

public void setTransactionType(java.lang.String transactionType)
Sets the transactionType value for this DirectDebitService.

Parameters:
transactionType -

getDirectDebitType

public java.lang.String getDirectDebitType()
Gets the directDebitType value for this DirectDebitService.

Returns:
directDebitType

setDirectDebitType

public void setDirectDebitType(java.lang.String directDebitType)
Sets the directDebitType value for this DirectDebitService.

Parameters:
directDebitType -

getValidateRequestID

public java.lang.String getValidateRequestID()
Gets the validateRequestID value for this DirectDebitService.

Returns:
validateRequestID

setValidateRequestID

public void setValidateRequestID(java.lang.String validateRequestID)
Sets the validateRequestID value for this DirectDebitService.

Parameters:
validateRequestID -

getRecurringType

public java.lang.String getRecurringType()
Gets the recurringType value for this DirectDebitService.

Returns:
recurringType

setRecurringType

public void setRecurringType(java.lang.String recurringType)
Sets the recurringType value for this DirectDebitService.

Parameters:
recurringType -

getMandateID

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

Returns:
mandateID

setMandateID

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

Parameters:
mandateID -

getValidateRequestToken

public java.lang.String getValidateRequestToken()
Gets the validateRequestToken value for this DirectDebitService.

Returns:
validateRequestToken

setValidateRequestToken

public void setValidateRequestToken(java.lang.String validateRequestToken)
Sets the validateRequestToken value for this DirectDebitService.

Parameters:
validateRequestToken -

getReconciliationID

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

Returns:
reconciliationID

setReconciliationID

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

Parameters:
reconciliationID -

getRun

public java.lang.String getRun()
Gets the run value for this DirectDebitService.

Returns:
run

setRun

public void setRun(java.lang.String run)
Sets the run value for this DirectDebitService.

Parameters:
run -

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.