public class SellerDetailsType extends Object
| Constructor and Description |
|---|
SellerDetailsType()
Default Constructor
|
SellerDetailsType(Node node) |
| Modifier and Type | Method and Description |
|---|---|
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) |
public SellerDetailsType()
public SellerDetailsType(Node node) throws XPathExpressionException
XPathExpressionExceptionpublic String getSellerId()
public void setSellerId(String sellerId)
public String getSellerUserName()
public void setSellerUserName(String sellerUserName)
public String getSellerRegistrationDate()
public void setSellerRegistrationDate(String sellerRegistrationDate)
public String getPayPalAccountID()
public void setPayPalAccountID(String payPalAccountID)
public String getSecureMerchantAccountID()
public void setSecureMerchantAccountID(String secureMerchantAccountID)
Copyright © 2017. All Rights Reserved.