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

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

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

See Also:
Serialized Form

Constructor Summary
CCCaptureService()
           
CCCaptureService(java.lang.String authType, java.lang.String verbalAuthCode, java.lang.String authRequestID, java.lang.String reconciliationID, java.lang.String partialPaymentID, java.lang.String purchasingLevel, java.lang.String industryDatatype, java.lang.String authRequestToken, java.lang.String merchantReceiptNumber, java.lang.String posData, java.lang.String transactionID, java.lang.String checksumKey, java.lang.String run)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getAuthRequestID()
          Gets the authRequestID value for this CCCaptureService.
 java.lang.String getAuthRequestToken()
          Gets the authRequestToken value for this CCCaptureService.
 java.lang.String getAuthType()
          Gets the authType value for this CCCaptureService.
 java.lang.String getChecksumKey()
          Gets the checksumKey value for this CCCaptureService.
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 getIndustryDatatype()
          Gets the industryDatatype value for this CCCaptureService.
 java.lang.String getMerchantReceiptNumber()
          Gets the merchantReceiptNumber value for this CCCaptureService.
 java.lang.String getPartialPaymentID()
          Gets the partialPaymentID value for this CCCaptureService.
 java.lang.String getPosData()
          Gets the posData value for this CCCaptureService.
 java.lang.String getPurchasingLevel()
          Gets the purchasingLevel value for this CCCaptureService.
 java.lang.String getReconciliationID()
          Gets the reconciliationID value for this CCCaptureService.
 java.lang.String getRun()
          Gets the run value for this CCCaptureService.
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 getTransactionID()
          Gets the transactionID value for this CCCaptureService.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 java.lang.String getVerbalAuthCode()
          Gets the verbalAuthCode value for this CCCaptureService.
 int hashCode()
           
 void setAuthRequestID(java.lang.String authRequestID)
          Sets the authRequestID value for this CCCaptureService.
 void setAuthRequestToken(java.lang.String authRequestToken)
          Sets the authRequestToken value for this CCCaptureService.
 void setAuthType(java.lang.String authType)
          Sets the authType value for this CCCaptureService.
 void setChecksumKey(java.lang.String checksumKey)
          Sets the checksumKey value for this CCCaptureService.
 void setIndustryDatatype(java.lang.String industryDatatype)
          Sets the industryDatatype value for this CCCaptureService.
 void setMerchantReceiptNumber(java.lang.String merchantReceiptNumber)
          Sets the merchantReceiptNumber value for this CCCaptureService.
 void setPartialPaymentID(java.lang.String partialPaymentID)
          Sets the partialPaymentID value for this CCCaptureService.
 void setPosData(java.lang.String posData)
          Sets the posData value for this CCCaptureService.
 void setPurchasingLevel(java.lang.String purchasingLevel)
          Sets the purchasingLevel value for this CCCaptureService.
 void setReconciliationID(java.lang.String reconciliationID)
          Sets the reconciliationID value for this CCCaptureService.
 void setRun(java.lang.String run)
          Sets the run value for this CCCaptureService.
 void setTransactionID(java.lang.String transactionID)
          Sets the transactionID value for this CCCaptureService.
 void setVerbalAuthCode(java.lang.String verbalAuthCode)
          Sets the verbalAuthCode value for this CCCaptureService.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CCCaptureService

public CCCaptureService()

CCCaptureService

public CCCaptureService(java.lang.String authType,
                        java.lang.String verbalAuthCode,
                        java.lang.String authRequestID,
                        java.lang.String reconciliationID,
                        java.lang.String partialPaymentID,
                        java.lang.String purchasingLevel,
                        java.lang.String industryDatatype,
                        java.lang.String authRequestToken,
                        java.lang.String merchantReceiptNumber,
                        java.lang.String posData,
                        java.lang.String transactionID,
                        java.lang.String checksumKey,
                        java.lang.String run)
Method Detail

getAuthType

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

Returns:
authType

setAuthType

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

Parameters:
authType -

getVerbalAuthCode

public java.lang.String getVerbalAuthCode()
Gets the verbalAuthCode value for this CCCaptureService.

Returns:
verbalAuthCode

setVerbalAuthCode

public void setVerbalAuthCode(java.lang.String verbalAuthCode)
Sets the verbalAuthCode value for this CCCaptureService.

Parameters:
verbalAuthCode -

getAuthRequestID

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

Returns:
authRequestID

setAuthRequestID

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

Parameters:
authRequestID -

getReconciliationID

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

Returns:
reconciliationID

setReconciliationID

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

Parameters:
reconciliationID -

getPartialPaymentID

public java.lang.String getPartialPaymentID()
Gets the partialPaymentID value for this CCCaptureService.

Returns:
partialPaymentID

setPartialPaymentID

public void setPartialPaymentID(java.lang.String partialPaymentID)
Sets the partialPaymentID value for this CCCaptureService.

Parameters:
partialPaymentID -

getPurchasingLevel

public java.lang.String getPurchasingLevel()
Gets the purchasingLevel value for this CCCaptureService.

Returns:
purchasingLevel

setPurchasingLevel

public void setPurchasingLevel(java.lang.String purchasingLevel)
Sets the purchasingLevel value for this CCCaptureService.

Parameters:
purchasingLevel -

getIndustryDatatype

public java.lang.String getIndustryDatatype()
Gets the industryDatatype value for this CCCaptureService.

Returns:
industryDatatype

setIndustryDatatype

public void setIndustryDatatype(java.lang.String industryDatatype)
Sets the industryDatatype value for this CCCaptureService.

Parameters:
industryDatatype -

getAuthRequestToken

public java.lang.String getAuthRequestToken()
Gets the authRequestToken value for this CCCaptureService.

Returns:
authRequestToken

setAuthRequestToken

public void setAuthRequestToken(java.lang.String authRequestToken)
Sets the authRequestToken value for this CCCaptureService.

Parameters:
authRequestToken -

getMerchantReceiptNumber

public java.lang.String getMerchantReceiptNumber()
Gets the merchantReceiptNumber value for this CCCaptureService.

Returns:
merchantReceiptNumber

setMerchantReceiptNumber

public void setMerchantReceiptNumber(java.lang.String merchantReceiptNumber)
Sets the merchantReceiptNumber value for this CCCaptureService.

Parameters:
merchantReceiptNumber -

getPosData

public java.lang.String getPosData()
Gets the posData value for this CCCaptureService.

Returns:
posData

setPosData

public void setPosData(java.lang.String posData)
Sets the posData value for this CCCaptureService.

Parameters:
posData -

getTransactionID

public java.lang.String getTransactionID()
Gets the transactionID value for this CCCaptureService.

Returns:
transactionID

setTransactionID

public void setTransactionID(java.lang.String transactionID)
Sets the transactionID value for this CCCaptureService.

Parameters:
transactionID -

getChecksumKey

public java.lang.String getChecksumKey()
Gets the checksumKey value for this CCCaptureService.

Returns:
checksumKey

setChecksumKey

public void setChecksumKey(java.lang.String checksumKey)
Sets the checksumKey value for this CCCaptureService.

Parameters:
checksumKey -

getRun

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

Returns:
run

setRun

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

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