|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.broadleafcommerce.vendor.cybersource.service.api.Card
public class Card
| 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 |
|---|
public 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 |
|---|
public java.lang.String getFullName()
public void setFullName(java.lang.String fullName)
fullName - public java.lang.String getAccountNumber()
public void setAccountNumber(java.lang.String accountNumber)
accountNumber - public java.math.BigInteger getExpirationMonth()
public void setExpirationMonth(java.math.BigInteger expirationMonth)
expirationMonth - public java.math.BigInteger getExpirationYear()
public void setExpirationYear(java.math.BigInteger expirationYear)
expirationYear - public java.lang.String getCvIndicator()
public void setCvIndicator(java.lang.String cvIndicator)
cvIndicator - public java.lang.String getCvNumber()
public void setCvNumber(java.lang.String cvNumber)
cvNumber - public java.lang.String getCardType()
public void setCardType(java.lang.String cardType)
cardType - public java.lang.String getIssueNumber()
public void setIssueNumber(java.lang.String issueNumber)
issueNumber - public java.math.BigInteger getStartMonth()
public void setStartMonth(java.math.BigInteger startMonth)
startMonth - public java.math.BigInteger getStartYear()
public void setStartYear(java.math.BigInteger startYear)
startYear - public java.lang.String getPin()
public void setPin(java.lang.String pin)
pin - public java.lang.String getAccountEncoderID()
public void setAccountEncoderID(java.lang.String accountEncoderID)
accountEncoderID - public java.lang.String getBin()
public void setBin(java.lang.String bin)
bin - public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||