urn.ebay.apis.eBLBaseComponents
Class BuyerDetailsType

java.lang.Object
  extended by urn.ebay.apis.eBLBaseComponents.BuyerDetailsType

public class BuyerDetailsType
extends Object

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


Constructor Summary
BuyerDetailsType()
          Default Constructor
 
Method Summary
 String getBuyerId()
          Getter for buyerId
 String getBuyerRegistrationDate()
          Getter for buyerRegistrationDate
 String getBuyerUserName()
          Getter for buyerUserName
 IdentificationInfoType getIdentificationInfo()
          Getter for identificationInfo
 TaxIdDetailsType getTaxIdDetails()
          Getter for taxIdDetails
 void setBuyerId(String buyerId)
          Setter for buyerId
 void setBuyerRegistrationDate(String buyerRegistrationDate)
          Setter for buyerRegistrationDate
 void setBuyerUserName(String buyerUserName)
          Setter for buyerUserName
 void setIdentificationInfo(IdentificationInfoType identificationInfo)
          Setter for identificationInfo
 void setTaxIdDetails(TaxIdDetailsType taxIdDetails)
          Setter for taxIdDetails
 String toXMLString(String prefix, String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BuyerDetailsType

public BuyerDetailsType()
Default Constructor

Method Detail

getBuyerId

public String getBuyerId()
Getter for buyerId


setBuyerId

public void setBuyerId(String buyerId)
Setter for buyerId


getBuyerUserName

public String getBuyerUserName()
Getter for buyerUserName


setBuyerUserName

public void setBuyerUserName(String buyerUserName)
Setter for buyerUserName


getBuyerRegistrationDate

public String getBuyerRegistrationDate()
Getter for buyerRegistrationDate


setBuyerRegistrationDate

public void setBuyerRegistrationDate(String buyerRegistrationDate)
Setter for buyerRegistrationDate


getTaxIdDetails

public TaxIdDetailsType getTaxIdDetails()
Getter for taxIdDetails


setTaxIdDetails

public void setTaxIdDetails(TaxIdDetailsType taxIdDetails)
Setter for taxIdDetails


getIdentificationInfo

public IdentificationInfoType getIdentificationInfo()
Getter for identificationInfo


setIdentificationInfo

public void setIdentificationInfo(IdentificationInfoType identificationInfo)
Setter for identificationInfo


toXMLString

public String toXMLString(String prefix,
                          String name)


Copyright © 2013. All Rights Reserved.