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

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

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

See Also:
Serialized Form

Constructor Summary
BoletoPaymentService()
           
BoletoPaymentService(java.lang.String instruction, java.lang.String expirationDate, 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 getExpirationDate()
          Gets the expirationDate value for this BoletoPaymentService.
 java.lang.String getInstruction()
          Gets the instruction value for this BoletoPaymentService.
 java.lang.String getReconciliationID()
          Gets the reconciliationID value for this BoletoPaymentService.
 java.lang.String getRun()
          Gets the run value for this BoletoPaymentService.
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 setExpirationDate(java.lang.String expirationDate)
          Sets the expirationDate value for this BoletoPaymentService.
 void setInstruction(java.lang.String instruction)
          Sets the instruction value for this BoletoPaymentService.
 void setReconciliationID(java.lang.String reconciliationID)
          Sets the reconciliationID value for this BoletoPaymentService.
 void setRun(java.lang.String run)
          Sets the run value for this BoletoPaymentService.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BoletoPaymentService

public BoletoPaymentService()

BoletoPaymentService

public BoletoPaymentService(java.lang.String instruction,
                            java.lang.String expirationDate,
                            java.lang.String reconciliationID,
                            java.lang.String run)
Method Detail

getInstruction

public java.lang.String getInstruction()
Gets the instruction value for this BoletoPaymentService.

Returns:
instruction

setInstruction

public void setInstruction(java.lang.String instruction)
Sets the instruction value for this BoletoPaymentService.

Parameters:
instruction -

getExpirationDate

public java.lang.String getExpirationDate()
Gets the expirationDate value for this BoletoPaymentService.

Returns:
expirationDate

setExpirationDate

public void setExpirationDate(java.lang.String expirationDate)
Sets the expirationDate value for this BoletoPaymentService.

Parameters:
expirationDate -

getReconciliationID

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

Returns:
reconciliationID

setReconciliationID

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

Parameters:
reconciliationID -

getRun

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

Returns:
run

setRun

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

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.