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()
CreditCardNumberTypeType
public void setCreditCardNumberType(CreditCardNumberTypeType value)
value
- the value
allowed object is
CreditCardNumberTypeType
public java.lang.Integer getExpMonth()
Integer
public void setExpMonth(java.lang.Integer value)
value
- the value
allowed object is
Integer
public java.lang.Integer getExpYear()
Integer
public void setExpYear(java.lang.Integer value)
value
- the value
allowed object is
Integer
public PersonNameType getCardOwnerName()
PersonNameType
public void setCardOwnerName(PersonNameType value)
value
- the value
allowed object is
PersonNameType
public AddressType getBillingAddress()
AddressType
public void setBillingAddress(AddressType value)
value
- the value
allowed object is
AddressType
public java.lang.String getCVV2()
String
public void setCVV2(java.lang.String value)
value
- the value
allowed object is
String
public java.lang.Integer getStartMonth()
Integer
public void setStartMonth(java.lang.Integer value)
value
- the value
allowed object is
Integer
public java.lang.Integer getStartYear()
Integer
public void setStartYear(java.lang.Integer value)
value
- the value
allowed object is
Integer
public java.lang.String getIssueNumber()
String
public void setIssueNumber(java.lang.String value)
value
- the value
allowed object is
String
stSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.