public class

UATPDetailsType

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

Class Overview

UATP Card Details Type

Java class for UATPDetailsType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="UATPDetailsType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="UATPNumber" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="ExpMonth" type="{http://www.w3.org/2001/XMLSchema}int"/>
         <element name="ExpYear" type="{http://www.w3.org/2001/XMLSchema}int"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected int expMonth
protected int expYear
protected String uatpNumber
Public Constructors
UATPDetailsType()
Public Methods
int getExpMonth()
Gets the value of the expMonth property.
int getExpYear()
Gets the value of the expYear property.
String getUATPNumber()
Gets the value of the uatpNumber property.
void setExpMonth(int value)
Sets the value of the expMonth property.
void setExpYear(int value)
Sets the value of the expYear property.
void setUATPNumber(String value)
Sets the value of the uatpNumber property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected int expMonth

protected int expYear

protected String uatpNumber

Public Constructors

public UATPDetailsType ()

Public Methods

public int getExpMonth ()

Gets the value of the expMonth property.

public int getExpYear ()

Gets the value of the expYear property.

public String getUATPNumber ()

Gets the value of the uatpNumber property.

Returns
  • possible object is String

public void setExpMonth (int value)

Sets the value of the expMonth property.

Parameters
value

public void setExpYear (int value)

Sets the value of the expYear property.

Parameters
value

public void setUATPNumber (String value)

Sets the value of the uatpNumber property.

Parameters
value Allowed object is String