| java.lang.Object | |
| ↳ | ebay.apis.eblbasecomponents.UATPDetailsType |
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>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| expMonth | |||||||||||
| expYear | |||||||||||
| uatpNumber | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the expMonth property.
| |||||||||||
Gets the value of the expYear property.
| |||||||||||
Gets the value of the uatpNumber property.
| |||||||||||
Sets the value of the expMonth property.
| |||||||||||
Sets the value of the expYear property.
| |||||||||||
Sets the value of the uatpNumber property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the expMonth property.
Gets the value of the expYear property.
Gets the value of the uatpNumber property.
Sets the value of the expMonth property.
| value |
|---|
Sets the value of the expYear property.
| value |
|---|
Sets the value of the uatpNumber property.
| value | Allowed object is String |
|---|