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

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

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

See Also:
Serialized Form

Constructor Summary
Check()
           
Check(java.lang.String fullName, java.lang.String accountNumber, java.lang.String accountType, java.lang.String bankTransitNumber, java.lang.String checkNumber, java.lang.String secCode, java.lang.String accountEncoderID, java.lang.String authenticateID, java.lang.String paymentInfo)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getAccountEncoderID()
          Gets the accountEncoderID value for this Check.
 java.lang.String getAccountNumber()
          Gets the accountNumber value for this Check.
 java.lang.String getAccountType()
          Gets the accountType value for this Check.
 java.lang.String getAuthenticateID()
          Gets the authenticateID value for this Check.
 java.lang.String getBankTransitNumber()
          Gets the bankTransitNumber value for this Check.
 java.lang.String getCheckNumber()
          Gets the checkNumber value for this Check.
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 getFullName()
          Gets the fullName value for this Check.
 java.lang.String getPaymentInfo()
          Gets the paymentInfo value for this Check.
 java.lang.String getSecCode()
          Gets the secCode value for this Check.
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 setAccountEncoderID(java.lang.String accountEncoderID)
          Sets the accountEncoderID value for this Check.
 void setAccountNumber(java.lang.String accountNumber)
          Sets the accountNumber value for this Check.
 void setAccountType(java.lang.String accountType)
          Sets the accountType value for this Check.
 void setAuthenticateID(java.lang.String authenticateID)
          Sets the authenticateID value for this Check.
 void setBankTransitNumber(java.lang.String bankTransitNumber)
          Sets the bankTransitNumber value for this Check.
 void setCheckNumber(java.lang.String checkNumber)
          Sets the checkNumber value for this Check.
 void setFullName(java.lang.String fullName)
          Sets the fullName value for this Check.
 void setPaymentInfo(java.lang.String paymentInfo)
          Sets the paymentInfo value for this Check.
 void setSecCode(java.lang.String secCode)
          Sets the secCode value for this Check.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Check

public Check()

Check

public Check(java.lang.String fullName,
             java.lang.String accountNumber,
             java.lang.String accountType,
             java.lang.String bankTransitNumber,
             java.lang.String checkNumber,
             java.lang.String secCode,
             java.lang.String accountEncoderID,
             java.lang.String authenticateID,
             java.lang.String paymentInfo)
Method Detail

getFullName

public java.lang.String getFullName()
Gets the fullName value for this Check.

Returns:
fullName

setFullName

public void setFullName(java.lang.String fullName)
Sets the fullName value for this Check.

Parameters:
fullName -

getAccountNumber

public java.lang.String getAccountNumber()
Gets the accountNumber value for this Check.

Returns:
accountNumber

setAccountNumber

public void setAccountNumber(java.lang.String accountNumber)
Sets the accountNumber value for this Check.

Parameters:
accountNumber -

getAccountType

public java.lang.String getAccountType()
Gets the accountType value for this Check.

Returns:
accountType

setAccountType

public void setAccountType(java.lang.String accountType)
Sets the accountType value for this Check.

Parameters:
accountType -

getBankTransitNumber

public java.lang.String getBankTransitNumber()
Gets the bankTransitNumber value for this Check.

Returns:
bankTransitNumber

setBankTransitNumber

public void setBankTransitNumber(java.lang.String bankTransitNumber)
Sets the bankTransitNumber value for this Check.

Parameters:
bankTransitNumber -

getCheckNumber

public java.lang.String getCheckNumber()
Gets the checkNumber value for this Check.

Returns:
checkNumber

setCheckNumber

public void setCheckNumber(java.lang.String checkNumber)
Sets the checkNumber value for this Check.

Parameters:
checkNumber -

getSecCode

public java.lang.String getSecCode()
Gets the secCode value for this Check.

Returns:
secCode

setSecCode

public void setSecCode(java.lang.String secCode)
Sets the secCode value for this Check.

Parameters:
secCode -

getAccountEncoderID

public java.lang.String getAccountEncoderID()
Gets the accountEncoderID value for this Check.

Returns:
accountEncoderID

setAccountEncoderID

public void setAccountEncoderID(java.lang.String accountEncoderID)
Sets the accountEncoderID value for this Check.

Parameters:
accountEncoderID -

getAuthenticateID

public java.lang.String getAuthenticateID()
Gets the authenticateID value for this Check.

Returns:
authenticateID

setAuthenticateID

public void setAuthenticateID(java.lang.String authenticateID)
Sets the authenticateID value for this Check.

Parameters:
authenticateID -

getPaymentInfo

public java.lang.String getPaymentInfo()
Gets the paymentInfo value for this Check.

Returns:
paymentInfo

setPaymentInfo

public void setPaymentInfo(java.lang.String paymentInfo)
Sets the paymentInfo value for this Check.

Parameters:
paymentInfo -

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.