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

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

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

See Also:
Serialized Form

Constructor Summary
PayerAuthValidateService()
           
PayerAuthValidateService(java.lang.String signedPARes, 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 getRun()
          Gets the run value for this PayerAuthValidateService.
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 getSignedPARes()
          Gets the signedPARes value for this PayerAuthValidateService.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setRun(java.lang.String run)
          Sets the run value for this PayerAuthValidateService.
 void setSignedPARes(java.lang.String signedPARes)
          Sets the signedPARes value for this PayerAuthValidateService.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PayerAuthValidateService

public PayerAuthValidateService()

PayerAuthValidateService

public PayerAuthValidateService(java.lang.String signedPARes,
                                java.lang.String run)
Method Detail

getSignedPARes

public java.lang.String getSignedPARes()
Gets the signedPARes value for this PayerAuthValidateService.

Returns:
signedPARes

setSignedPARes

public void setSignedPARes(java.lang.String signedPARes)
Sets the signedPARes value for this PayerAuthValidateService.

Parameters:
signedPARes -

getRun

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

Returns:
run

setRun

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

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.