public class

BuyerDetailsType

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

Class Overview

Details about the buyer's account passed in by the merchant or partner.

 <?xml version="1.0" encoding="UTF-8"?><br xmlns="http://www.w3.org/2001/XMLSchema" xmlns:cc="urn:ebay:apis:CoreComponentTypes" xmlns:ed="urn:ebay:apis:EnhancedDataTypes" xmlns:ns="urn:ebay:apis:eBLBaseComponents" xmlns:xs="http://www.w3.org/2001/XMLSchema"/>
 
Optional.
 <?xml version="1.0" encoding="UTF-8"?><br xmlns="http://www.w3.org/2001/XMLSchema" xmlns:cc="urn:ebay:apis:CoreComponentTypes" xmlns:ed="urn:ebay:apis:EnhancedDataTypes" xmlns:ns="urn:ebay:apis:eBLBaseComponents" xmlns:xs="http://www.w3.org/2001/XMLSchema"/>
 

Java class for BuyerDetailsType complex type.

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

 <complexType name="BuyerDetailsType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="BuyerId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="BuyerUserName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="BuyerRegistrationDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected String buyerId
protected XMLGregorianCalendar buyerRegistrationDate
protected String buyerUserName
Public Constructors
BuyerDetailsType()
Public Methods
String getBuyerId()
Gets the value of the buyerId property.
XMLGregorianCalendar getBuyerRegistrationDate()
Gets the value of the buyerRegistrationDate property.
String getBuyerUserName()
Gets the value of the buyerUserName property.
void setBuyerId(String value)
Sets the value of the buyerId property.
void setBuyerRegistrationDate(XMLGregorianCalendar value)
Sets the value of the buyerRegistrationDate property.
void setBuyerUserName(String value)
Sets the value of the buyerUserName property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String buyerId

protected XMLGregorianCalendar buyerRegistrationDate

protected String buyerUserName

Public Constructors

public BuyerDetailsType ()

Public Methods

public String getBuyerId ()

Gets the value of the buyerId property.

Returns
  • possible object is String

public XMLGregorianCalendar getBuyerRegistrationDate ()

Gets the value of the buyerRegistrationDate property.

Returns
  • possible object is XMLGregorianCalendar

public String getBuyerUserName ()

Gets the value of the buyerUserName property.

Returns
  • possible object is String

public void setBuyerId (String value)

Sets the value of the buyerId property.

Parameters
value Allowed object is String

public void setBuyerRegistrationDate (XMLGregorianCalendar value)

Sets the value of the buyerRegistrationDate property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setBuyerUserName (String value)

Sets the value of the buyerUserName property.

Parameters
value Allowed object is String