public class

SellerDetailsType

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

Class Overview

Details about the seller.

Java class for SellerDetailsType complex type.

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

 <complexType name="SellerDetailsType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="SellerId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="SellerUserName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="SellerRegistrationDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="PayPalAccountID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected String payPalAccountID
protected String sellerId
protected XMLGregorianCalendar sellerRegistrationDate
protected String sellerUserName
Public Constructors
SellerDetailsType()
Public Methods
String getPayPalAccountID()
Gets the value of the payPalAccountID property.
String getSellerId()
Gets the value of the sellerId property.
XMLGregorianCalendar getSellerRegistrationDate()
Gets the value of the sellerRegistrationDate property.
String getSellerUserName()
Gets the value of the sellerUserName property.
void setPayPalAccountID(String value)
Sets the value of the payPalAccountID property.
void setSellerId(String value)
Sets the value of the sellerId property.
void setSellerRegistrationDate(XMLGregorianCalendar value)
Sets the value of the sellerRegistrationDate property.
void setSellerUserName(String value)
Sets the value of the sellerUserName property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String payPalAccountID

protected String sellerId

protected XMLGregorianCalendar sellerRegistrationDate

protected String sellerUserName

Public Constructors

public SellerDetailsType ()

Public Methods

public String getPayPalAccountID ()

Gets the value of the payPalAccountID property.

Returns
  • possible object is String

public String getSellerId ()

Gets the value of the sellerId property.

Returns
  • possible object is String

public XMLGregorianCalendar getSellerRegistrationDate ()

Gets the value of the sellerRegistrationDate property.

Returns
  • possible object is XMLGregorianCalendar

public String getSellerUserName ()

Gets the value of the sellerUserName property.

Returns
  • possible object is String

public void setPayPalAccountID (String value)

Sets the value of the payPalAccountID property.

Parameters
value Allowed object is String

public void setSellerId (String value)

Sets the value of the sellerId property.

Parameters
value Allowed object is String

public void setSellerRegistrationDate (XMLGregorianCalendar value)

Sets the value of the sellerRegistrationDate property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setSellerUserName (String value)

Sets the value of the sellerUserName property.

Parameters
value Allowed object is String