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

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

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

See Also:
Serialized Form

Constructor Summary
Card()
           
Card(java.lang.String fullName, java.lang.String accountNumber, java.math.BigInteger expirationMonth, java.math.BigInteger expirationYear, java.lang.String cvIndicator, java.lang.String cvNumber, java.lang.String cardType, java.lang.String issueNumber, java.math.BigInteger startMonth, java.math.BigInteger startYear, java.lang.String pin, java.lang.String accountEncoderID, java.lang.String bin)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getAccountEncoderID()
          Gets the accountEncoderID value for this Card.
 java.lang.String getAccountNumber()
          Gets the accountNumber value for this Card.
 java.lang.String getBin()
          Gets the bin value for this Card.
 java.lang.String getCardType()
          Gets the cardType value for this Card.
 java.lang.String getCvIndicator()
          Gets the cvIndicator value for this Card.
 java.lang.String getCvNumber()
          Gets the cvNumber value for this Card.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 java.math.BigInteger getExpirationMonth()
          Gets the expirationMonth value for this Card.
 java.math.BigInteger getExpirationYear()
          Gets the expirationYear value for this Card.
 java.lang.String getFullName()
          Gets the fullName value for this Card.
 java.lang.String getIssueNumber()
          Gets the issueNumber value for this Card.
 java.lang.String getPin()
          Gets the pin value for this Card.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
 java.math.BigInteger getStartMonth()
          Gets the startMonth value for this Card.
 java.math.BigInteger getStartYear()
          Gets the startYear value for this Card.
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 Card.
 void setAccountNumber(java.lang.String accountNumber)
          Sets the accountNumber value for this Card.
 void setBin(java.lang.String bin)
          Sets the bin value for this Card.
 void setCardType(java.lang.String cardType)
          Sets the cardType value for this Card.
 void setCvIndicator(java.lang.String cvIndicator)
          Sets the cvIndicator value for this Card.
 void setCvNumber(java.lang.String cvNumber)
          Sets the cvNumber value for this Card.
 void setExpirationMonth(java.math.BigInteger expirationMonth)
          Sets the expirationMonth value for this Card.
 void setExpirationYear(java.math.BigInteger expirationYear)
          Sets the expirationYear value for this Card.
 void setFullName(java.lang.String fullName)
          Sets the fullName value for this Card.
 void setIssueNumber(java.lang.String issueNumber)
          Sets the issueNumber value for this Card.
 void setPin(java.lang.String pin)
          Sets the pin value for this Card.
 void setStartMonth(java.math.BigInteger startMonth)
          Sets the startMonth value for this Card.
 void setStartYear(java.math.BigInteger startYear)
          Sets the startYear value for this Card.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Card

public Card()

Card

public Card(java.lang.String fullName,
            java.lang.String accountNumber,
            java.math.BigInteger expirationMonth,
            java.math.BigInteger expirationYear,
            java.lang.String cvIndicator,
            java.lang.String cvNumber,
            java.lang.String cardType,
            java.lang.String issueNumber,
            java.math.BigInteger startMonth,
            java.math.BigInteger startYear,
            java.lang.String pin,
            java.lang.String accountEncoderID,
            java.lang.String bin)
Method Detail

getFullName

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

Returns:
fullName

setFullName

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

Parameters:
fullName -

getAccountNumber

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

Returns:
accountNumber

setAccountNumber

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

Parameters:
accountNumber -

getExpirationMonth

public java.math.BigInteger getExpirationMonth()
Gets the expirationMonth value for this Card.

Returns:
expirationMonth

setExpirationMonth

public void setExpirationMonth(java.math.BigInteger expirationMonth)
Sets the expirationMonth value for this Card.

Parameters:
expirationMonth -

getExpirationYear

public java.math.BigInteger getExpirationYear()
Gets the expirationYear value for this Card.

Returns:
expirationYear

setExpirationYear

public void setExpirationYear(java.math.BigInteger expirationYear)
Sets the expirationYear value for this Card.

Parameters:
expirationYear -

getCvIndicator

public java.lang.String getCvIndicator()
Gets the cvIndicator value for this Card.

Returns:
cvIndicator

setCvIndicator

public void setCvIndicator(java.lang.String cvIndicator)
Sets the cvIndicator value for this Card.

Parameters:
cvIndicator -

getCvNumber

public java.lang.String getCvNumber()
Gets the cvNumber value for this Card.

Returns:
cvNumber

setCvNumber

public void setCvNumber(java.lang.String cvNumber)
Sets the cvNumber value for this Card.

Parameters:
cvNumber -

getCardType

public java.lang.String getCardType()
Gets the cardType value for this Card.

Returns:
cardType

setCardType

public void setCardType(java.lang.String cardType)
Sets the cardType value for this Card.

Parameters:
cardType -

getIssueNumber

public java.lang.String getIssueNumber()
Gets the issueNumber value for this Card.

Returns:
issueNumber

setIssueNumber

public void setIssueNumber(java.lang.String issueNumber)
Sets the issueNumber value for this Card.

Parameters:
issueNumber -

getStartMonth

public java.math.BigInteger getStartMonth()
Gets the startMonth value for this Card.

Returns:
startMonth

setStartMonth

public void setStartMonth(java.math.BigInteger startMonth)
Sets the startMonth value for this Card.

Parameters:
startMonth -

getStartYear

public java.math.BigInteger getStartYear()
Gets the startYear value for this Card.

Returns:
startYear

setStartYear

public void setStartYear(java.math.BigInteger startYear)
Sets the startYear value for this Card.

Parameters:
startYear -

getPin

public java.lang.String getPin()
Gets the pin value for this Card.

Returns:
pin

setPin

public void setPin(java.lang.String pin)
Sets the pin value for this Card.

Parameters:
pin -

getAccountEncoderID

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

Returns:
accountEncoderID

setAccountEncoderID

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

Parameters:
accountEncoderID -

getBin

public java.lang.String getBin()
Gets the bin value for this Card.

Returns:
bin

setBin

public void setBin(java.lang.String bin)
Sets the bin value for this Card.

Parameters:
bin -

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.