urn.ebay.apis.eBLBaseComponents
Class SellerDetailsType

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

public class SellerDetailsType
extends Object

Details about the seller.


Constructor Summary
SellerDetailsType()
          Default Constructor
SellerDetailsType(Node node)
           
 
Method Summary
 String getPayPalAccountID()
          Getter for payPalAccountID
 String getSecureMerchantAccountID()
          Getter for secureMerchantAccountID
 String getSellerId()
          Getter for sellerId
 String getSellerRegistrationDate()
          Getter for sellerRegistrationDate
 String getSellerUserName()
          Getter for sellerUserName
 void setPayPalAccountID(String payPalAccountID)
          Setter for payPalAccountID
 void setSecureMerchantAccountID(String secureMerchantAccountID)
          Setter for secureMerchantAccountID
 void setSellerId(String sellerId)
          Setter for sellerId
 void setSellerRegistrationDate(String sellerRegistrationDate)
          Setter for sellerRegistrationDate
 void setSellerUserName(String sellerUserName)
          Setter for sellerUserName
 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

SellerDetailsType

public SellerDetailsType()
Default Constructor


SellerDetailsType

public SellerDetailsType(Node node)
                  throws XPathExpressionException
Throws:
XPathExpressionException
Method Detail

getSellerId

public String getSellerId()
Getter for sellerId


setSellerId

public void setSellerId(String sellerId)
Setter for sellerId


getSellerUserName

public String getSellerUserName()
Getter for sellerUserName


setSellerUserName

public void setSellerUserName(String sellerUserName)
Setter for sellerUserName


getSellerRegistrationDate

public String getSellerRegistrationDate()
Getter for sellerRegistrationDate


setSellerRegistrationDate

public void setSellerRegistrationDate(String sellerRegistrationDate)
Setter for sellerRegistrationDate


getPayPalAccountID

public String getPayPalAccountID()
Getter for payPalAccountID


setPayPalAccountID

public void setPayPalAccountID(String payPalAccountID)
Setter for payPalAccountID


getSecureMerchantAccountID

public String getSecureMerchantAccountID()
Getter for secureMerchantAccountID


setSecureMerchantAccountID

public void setSecureMerchantAccountID(String secureMerchantAccountID)
Setter for secureMerchantAccountID


toXMLString

public String toXMLString(String prefix,
                          String name)


Copyright © 2012. All Rights Reserved.