public class SellerDetailsType
extends java.lang.Object
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"/> <element name="SecureMerchantAccountID" type="{urn:ebay:apis:eBLBaseComponents}UserIDType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
payPalAccountID |
protected java.lang.String |
secureMerchantAccountID |
protected java.lang.String |
sellerId |
protected javax.xml.datatype.XMLGregorianCalendar |
sellerRegistrationDate |
protected java.lang.String |
sellerUserName |
Constructor and Description |
---|
SellerDetailsType() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getPayPalAccountID()
Gets the value of the payPalAccountID property.
|
java.lang.String |
getSecureMerchantAccountID()
Gets the value of the secureMerchantAccountID property.
|
java.lang.String |
getSellerId()
Gets the value of the sellerId property.
|
javax.xml.datatype.XMLGregorianCalendar |
getSellerRegistrationDate()
Gets the value of the sellerRegistrationDate property.
|
java.lang.String |
getSellerUserName()
Gets the value of the sellerUserName property.
|
void |
setPayPalAccountID(java.lang.String value)
Sets the value of the payPalAccountID property.
|
void |
setSecureMerchantAccountID(java.lang.String value)
Sets the value of the secureMerchantAccountID property.
|
void |
setSellerId(java.lang.String value)
Sets the value of the sellerId property.
|
void |
setSellerRegistrationDate(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the sellerRegistrationDate property.
|
void |
setSellerUserName(java.lang.String value)
Sets the value of the sellerUserName property.
|
protected java.lang.String sellerId
protected java.lang.String sellerUserName
protected javax.xml.datatype.XMLGregorianCalendar sellerRegistrationDate
protected java.lang.String payPalAccountID
protected java.lang.String secureMerchantAccountID
public java.lang.String getSellerId()
String
public void setSellerId(java.lang.String value)
value
- the value
allowed object is
String
public java.lang.String getSellerUserName()
String
public void setSellerUserName(java.lang.String value)
value
- the value
allowed object is
String
public javax.xml.datatype.XMLGregorianCalendar getSellerRegistrationDate()
XMLGregorianCalendar
public void setSellerRegistrationDate(javax.xml.datatype.XMLGregorianCalendar value)
value
- the value
allowed object is
XMLGregorianCalendar
public java.lang.String getPayPalAccountID()
String
public void setPayPalAccountID(java.lang.String value)
value
- the value
allowed object is
String
public java.lang.String getSecureMerchantAccountID()
String
public void setSecureMerchantAccountID(java.lang.String value)
value
- the value
allowed object is
String
stSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.