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

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

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

See Also:
Serialized Form

Constructor Summary
CCAutoAuthReversalService()
           
CCAutoAuthReversalService(java.lang.String authPaymentServiceData, java.lang.String reconciliationID, java.lang.String authAmount, java.lang.String commerceIndicator, java.lang.String authRequestID, java.lang.String billAmount, java.lang.String authCode, java.lang.String authType, java.lang.String billPayment, java.lang.String dateAdded, java.lang.String run)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getAuthAmount()
          Gets the authAmount value for this CCAutoAuthReversalService.
 java.lang.String getAuthCode()
          Gets the authCode value for this CCAutoAuthReversalService.
 java.lang.String getAuthPaymentServiceData()
          Gets the authPaymentServiceData value for this CCAutoAuthReversalService.
 java.lang.String getAuthRequestID()
          Gets the authRequestID value for this CCAutoAuthReversalService.
 java.lang.String getAuthType()
          Gets the authType value for this CCAutoAuthReversalService.
 java.lang.String getBillAmount()
          Gets the billAmount value for this CCAutoAuthReversalService.
 java.lang.String getBillPayment()
          Gets the billPayment value for this CCAutoAuthReversalService.
 java.lang.String getCommerceIndicator()
          Gets the commerceIndicator value for this CCAutoAuthReversalService.
 java.lang.String getDateAdded()
          Gets the dateAdded value for this CCAutoAuthReversalService.
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 getReconciliationID()
          Gets the reconciliationID value for this CCAutoAuthReversalService.
 java.lang.String getRun()
          Gets the run value for this CCAutoAuthReversalService.
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 setAuthAmount(java.lang.String authAmount)
          Sets the authAmount value for this CCAutoAuthReversalService.
 void setAuthCode(java.lang.String authCode)
          Sets the authCode value for this CCAutoAuthReversalService.
 void setAuthPaymentServiceData(java.lang.String authPaymentServiceData)
          Sets the authPaymentServiceData value for this CCAutoAuthReversalService.
 void setAuthRequestID(java.lang.String authRequestID)
          Sets the authRequestID value for this CCAutoAuthReversalService.
 void setAuthType(java.lang.String authType)
          Sets the authType value for this CCAutoAuthReversalService.
 void setBillAmount(java.lang.String billAmount)
          Sets the billAmount value for this CCAutoAuthReversalService.
 void setBillPayment(java.lang.String billPayment)
          Sets the billPayment value for this CCAutoAuthReversalService.
 void setCommerceIndicator(java.lang.String commerceIndicator)
          Sets the commerceIndicator value for this CCAutoAuthReversalService.
 void setDateAdded(java.lang.String dateAdded)
          Sets the dateAdded value for this CCAutoAuthReversalService.
 void setReconciliationID(java.lang.String reconciliationID)
          Sets the reconciliationID value for this CCAutoAuthReversalService.
 void setRun(java.lang.String run)
          Sets the run value for this CCAutoAuthReversalService.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CCAutoAuthReversalService

public CCAutoAuthReversalService()

CCAutoAuthReversalService

public CCAutoAuthReversalService(java.lang.String authPaymentServiceData,
                                 java.lang.String reconciliationID,
                                 java.lang.String authAmount,
                                 java.lang.String commerceIndicator,
                                 java.lang.String authRequestID,
                                 java.lang.String billAmount,
                                 java.lang.String authCode,
                                 java.lang.String authType,
                                 java.lang.String billPayment,
                                 java.lang.String dateAdded,
                                 java.lang.String run)
Method Detail

getAuthPaymentServiceData

public java.lang.String getAuthPaymentServiceData()
Gets the authPaymentServiceData value for this CCAutoAuthReversalService.

Returns:
authPaymentServiceData

setAuthPaymentServiceData

public void setAuthPaymentServiceData(java.lang.String authPaymentServiceData)
Sets the authPaymentServiceData value for this CCAutoAuthReversalService.

Parameters:
authPaymentServiceData -

getReconciliationID

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

Returns:
reconciliationID

setReconciliationID

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

Parameters:
reconciliationID -

getAuthAmount

public java.lang.String getAuthAmount()
Gets the authAmount value for this CCAutoAuthReversalService.

Returns:
authAmount

setAuthAmount

public void setAuthAmount(java.lang.String authAmount)
Sets the authAmount value for this CCAutoAuthReversalService.

Parameters:
authAmount -

getCommerceIndicator

public java.lang.String getCommerceIndicator()
Gets the commerceIndicator value for this CCAutoAuthReversalService.

Returns:
commerceIndicator

setCommerceIndicator

public void setCommerceIndicator(java.lang.String commerceIndicator)
Sets the commerceIndicator value for this CCAutoAuthReversalService.

Parameters:
commerceIndicator -

getAuthRequestID

public java.lang.String getAuthRequestID()
Gets the authRequestID value for this CCAutoAuthReversalService.

Returns:
authRequestID

setAuthRequestID

public void setAuthRequestID(java.lang.String authRequestID)
Sets the authRequestID value for this CCAutoAuthReversalService.

Parameters:
authRequestID -

getBillAmount

public java.lang.String getBillAmount()
Gets the billAmount value for this CCAutoAuthReversalService.

Returns:
billAmount

setBillAmount

public void setBillAmount(java.lang.String billAmount)
Sets the billAmount value for this CCAutoAuthReversalService.

Parameters:
billAmount -

getAuthCode

public java.lang.String getAuthCode()
Gets the authCode value for this CCAutoAuthReversalService.

Returns:
authCode

setAuthCode

public void setAuthCode(java.lang.String authCode)
Sets the authCode value for this CCAutoAuthReversalService.

Parameters:
authCode -

getAuthType

public java.lang.String getAuthType()
Gets the authType value for this CCAutoAuthReversalService.

Returns:
authType

setAuthType

public void setAuthType(java.lang.String authType)
Sets the authType value for this CCAutoAuthReversalService.

Parameters:
authType -

getBillPayment

public java.lang.String getBillPayment()
Gets the billPayment value for this CCAutoAuthReversalService.

Returns:
billPayment

setBillPayment

public void setBillPayment(java.lang.String billPayment)
Sets the billPayment value for this CCAutoAuthReversalService.

Parameters:
billPayment -

getDateAdded

public java.lang.String getDateAdded()
Gets the dateAdded value for this CCAutoAuthReversalService.

Returns:
dateAdded

setDateAdded

public void setDateAdded(java.lang.String dateAdded)
Sets the dateAdded value for this CCAutoAuthReversalService.

Parameters:
dateAdded -

getRun

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

Returns:
run

setRun

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

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