public class

CreditCardNumberTypeType

extends Object
java.lang.Object
   ↳ ebay.apis.eblbasecomponents.CreditCardNumberTypeType

Class Overview

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>
 

Summary

Fields
protected String creditCardNumber
protected CreditCardTypeType creditCardType
Public Constructors
CreditCardNumberTypeType()
Public Methods
String getCreditCardNumber()
Gets the value of the creditCardNumber property.
CreditCardTypeType getCreditCardType()
Gets the value of the creditCardType property.
void setCreditCardNumber(String value)
Sets the value of the creditCardNumber property.
void setCreditCardType(CreditCardTypeType value)
Sets the value of the creditCardType property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String creditCardNumber

protected CreditCardTypeType creditCardType

Public Constructors

public CreditCardNumberTypeType ()

Public Methods

public String getCreditCardNumber ()

Gets the value of the creditCardNumber property.

Returns
  • possible object is String

public CreditCardTypeType getCreditCardType ()

Gets the value of the creditCardType property.

Returns

public void setCreditCardNumber (String value)

Sets the value of the creditCardNumber property.

Parameters
value Allowed object is String

public void setCreditCardType (CreditCardTypeType value)

Sets the value of the creditCardType property.

Parameters
value Allowed object is CreditCardTypeType