public class ReferenceCreditCardDetailsType
extends java.lang.Object
Java class for ReferenceCreditCardDetailsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ReferenceCreditCardDetailsType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="CreditCardNumberType" type="{urn:ebay:apis:eBLBaseComponents}CreditCardNumberTypeType" minOccurs="0"/>
<element name="ExpMonth" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="ExpYear" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="CardOwnerName" type="{urn:ebay:apis:eBLBaseComponents}PersonNameType" minOccurs="0"/>
<element name="BillingAddress" type="{urn:ebay:apis:eBLBaseComponents}AddressType" minOccurs="0"/>
<element name="CVV2" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="StartMonth" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="StartYear" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="IssueNumber" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected AddressType |
billingAddress |
protected PersonNameType |
cardOwnerName |
protected CreditCardNumberTypeType |
creditCardNumberType |
protected java.lang.String |
cvv2 |
protected java.lang.Integer |
expMonth |
protected java.lang.Integer |
expYear |
protected java.lang.String |
issueNumber |
protected java.lang.Integer |
startMonth |
protected java.lang.Integer |
startYear |
| Constructor and Description |
|---|
ReferenceCreditCardDetailsType() |
| Modifier and Type | Method and Description |
|---|---|
AddressType |
getBillingAddress()
Gets the value of the billingAddress property.
|
PersonNameType |
getCardOwnerName()
Gets the value of the cardOwnerName property.
|
CreditCardNumberTypeType |
getCreditCardNumberType()
Gets the value of the creditCardNumberType property.
|
java.lang.String |
getCVV2()
Gets the value of the cvv2 property.
|
java.lang.Integer |
getExpMonth()
Gets the value of the expMonth property.
|
java.lang.Integer |
getExpYear()
Gets the value of the expYear property.
|
java.lang.String |
getIssueNumber()
Gets the value of the issueNumber property.
|
java.lang.Integer |
getStartMonth()
Gets the value of the startMonth property.
|
java.lang.Integer |
getStartYear()
Gets the value of the startYear property.
|
void |
setBillingAddress(AddressType value)
Sets the value of the billingAddress property.
|
void |
setCardOwnerName(PersonNameType value)
Sets the value of the cardOwnerName property.
|
void |
setCreditCardNumberType(CreditCardNumberTypeType value)
Sets the value of the creditCardNumberType property.
|
void |
setCVV2(java.lang.String value)
Sets the value of the cvv2 property.
|
void |
setExpMonth(java.lang.Integer value)
Sets the value of the expMonth property.
|
void |
setExpYear(java.lang.Integer value)
Sets the value of the expYear property.
|
void |
setIssueNumber(java.lang.String value)
Sets the value of the issueNumber property.
|
void |
setStartMonth(java.lang.Integer value)
Sets the value of the startMonth property.
|
void |
setStartYear(java.lang.Integer value)
Sets the value of the startYear property.
|
protected CreditCardNumberTypeType creditCardNumberType
protected java.lang.Integer expMonth
protected java.lang.Integer expYear
protected PersonNameType cardOwnerName
protected AddressType billingAddress
protected java.lang.String cvv2
protected java.lang.Integer startMonth
protected java.lang.Integer startYear
protected java.lang.String issueNumber
public CreditCardNumberTypeType getCreditCardNumberType()
CreditCardNumberTypeTypepublic void setCreditCardNumberType(CreditCardNumberTypeType value)
value - the value
allowed object is
CreditCardNumberTypeTypepublic java.lang.Integer getExpMonth()
Integerpublic void setExpMonth(java.lang.Integer value)
value - the value
allowed object is
Integerpublic java.lang.Integer getExpYear()
Integerpublic void setExpYear(java.lang.Integer value)
value - the value
allowed object is
Integerpublic PersonNameType getCardOwnerName()
PersonNameTypepublic void setCardOwnerName(PersonNameType value)
value - the value
allowed object is
PersonNameTypepublic AddressType getBillingAddress()
AddressTypepublic void setBillingAddress(AddressType value)
value - the value
allowed object is
AddressTypepublic java.lang.String getCVV2()
Stringpublic void setCVV2(java.lang.String value)
value - the value
allowed object is
Stringpublic java.lang.Integer getStartMonth()
Integerpublic void setStartMonth(java.lang.Integer value)
value - the value
allowed object is
Integerpublic java.lang.Integer getStartYear()
Integerpublic void setStartYear(java.lang.Integer value)
value - the value
allowed object is
Integerpublic java.lang.String getIssueNumber()
Stringpublic void setIssueNumber(java.lang.String value)
value - the value
allowed object is
StringstSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.