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

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

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

See Also:
Serialized Form

Constructor Summary
PinlessDebitReversalService()
           
PinlessDebitReversalService(java.lang.String pinlessDebitRequestID, java.lang.String pinlessDebitRequestToken, java.lang.String reconciliationID, java.lang.String run)
           
 
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 getPinlessDebitRequestID()
          Gets the pinlessDebitRequestID value for this PinlessDebitReversalService.
 java.lang.String getPinlessDebitRequestToken()
          Gets the pinlessDebitRequestToken value for this PinlessDebitReversalService.
 java.lang.String getReconciliationID()
          Gets the reconciliationID value for this PinlessDebitReversalService.
 java.lang.String getRun()
          Gets the run value for this PinlessDebitReversalService.
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 setPinlessDebitRequestID(java.lang.String pinlessDebitRequestID)
          Sets the pinlessDebitRequestID value for this PinlessDebitReversalService.
 void setPinlessDebitRequestToken(java.lang.String pinlessDebitRequestToken)
          Sets the pinlessDebitRequestToken value for this PinlessDebitReversalService.
 void setReconciliationID(java.lang.String reconciliationID)
          Sets the reconciliationID value for this PinlessDebitReversalService.
 void setRun(java.lang.String run)
          Sets the run value for this PinlessDebitReversalService.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PinlessDebitReversalService

public PinlessDebitReversalService()

PinlessDebitReversalService

public PinlessDebitReversalService(java.lang.String pinlessDebitRequestID,
                                   java.lang.String pinlessDebitRequestToken,
                                   java.lang.String reconciliationID,
                                   java.lang.String run)
Method Detail

getPinlessDebitRequestID

public java.lang.String getPinlessDebitRequestID()
Gets the pinlessDebitRequestID value for this PinlessDebitReversalService.

Returns:
pinlessDebitRequestID

setPinlessDebitRequestID

public void setPinlessDebitRequestID(java.lang.String pinlessDebitRequestID)
Sets the pinlessDebitRequestID value for this PinlessDebitReversalService.

Parameters:
pinlessDebitRequestID -

getPinlessDebitRequestToken

public java.lang.String getPinlessDebitRequestToken()
Gets the pinlessDebitRequestToken value for this PinlessDebitReversalService.

Returns:
pinlessDebitRequestToken

setPinlessDebitRequestToken

public void setPinlessDebitRequestToken(java.lang.String pinlessDebitRequestToken)
Sets the pinlessDebitRequestToken value for this PinlessDebitReversalService.

Parameters:
pinlessDebitRequestToken -

getReconciliationID

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

Returns:
reconciliationID

setReconciliationID

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

Parameters:
reconciliationID -

getRun

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

Returns:
run

setRun

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

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.