public class CreditCardNumberTypeType
extends java.lang.Object
Java class for CreditCardNumberTypeType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CreditCardNumberTypeType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="CreditCardType" type="{urn:ebay:apis:eBLBaseComponents}CreditCardTypeType" minOccurs="0"/> <element name="CreditCardNumber" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
creditCardNumber |
protected CreditCardTypeType |
creditCardType |
Constructor and Description |
---|
CreditCardNumberTypeType() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCreditCardNumber()
Gets the value of the creditCardNumber property.
|
CreditCardTypeType |
getCreditCardType()
Gets the value of the creditCardType property.
|
void |
setCreditCardNumber(java.lang.String value)
Sets the value of the creditCardNumber property.
|
void |
setCreditCardType(CreditCardTypeType value)
Sets the value of the creditCardType property.
|
protected CreditCardTypeType creditCardType
protected java.lang.String creditCardNumber
public CreditCardTypeType getCreditCardType()
CreditCardTypeType
public void setCreditCardType(CreditCardTypeType value)
value
- the value
allowed object is
CreditCardTypeType
public java.lang.String getCreditCardNumber()
String
public void setCreditCardNumber(java.lang.String value)
value
- the value
allowed object is
String
stSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.