public class BuyerDetailsType
extends java.lang.Object
<?xml version="1.0" encoding="UTF-8"?><br xmlns="http://www.w3.org/2001/XMLSchema" xmlns:cc="urn:ebay:apis:CoreComponentTypes" xmlns:ed="urn:ebay:apis:EnhancedDataTypes" xmlns:ns="urn:ebay:apis:eBLBaseComponents" xmlns:xs="http://www.w3.org/2001/XMLSchema"/>Optional.
<?xml version="1.0" encoding="UTF-8"?><br xmlns="http://www.w3.org/2001/XMLSchema" xmlns:cc="urn:ebay:apis:CoreComponentTypes" xmlns:ed="urn:ebay:apis:EnhancedDataTypes" xmlns:ns="urn:ebay:apis:eBLBaseComponents" xmlns:xs="http://www.w3.org/2001/XMLSchema"/>
Java class for BuyerDetailsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BuyerDetailsType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="BuyerId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="BuyerUserName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="BuyerRegistrationDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="TaxIdDetails" type="{urn:ebay:apis:eBLBaseComponents}TaxIdDetailsType" minOccurs="0"/> <element name="IdentificationInfo" type="{urn:ebay:apis:eBLBaseComponents}IdentificationInfoType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
buyerId |
protected javax.xml.datatype.XMLGregorianCalendar |
buyerRegistrationDate |
protected java.lang.String |
buyerUserName |
protected IdentificationInfoType |
identificationInfo |
protected TaxIdDetailsType |
taxIdDetails |
Constructor and Description |
---|
BuyerDetailsType() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getBuyerId()
Gets the value of the buyerId property.
|
javax.xml.datatype.XMLGregorianCalendar |
getBuyerRegistrationDate()
Gets the value of the buyerRegistrationDate property.
|
java.lang.String |
getBuyerUserName()
Gets the value of the buyerUserName property.
|
IdentificationInfoType |
getIdentificationInfo()
Gets the value of the identificationInfo property.
|
TaxIdDetailsType |
getTaxIdDetails()
Gets the value of the taxIdDetails property.
|
void |
setBuyerId(java.lang.String value)
Sets the value of the buyerId property.
|
void |
setBuyerRegistrationDate(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the buyerRegistrationDate property.
|
void |
setBuyerUserName(java.lang.String value)
Sets the value of the buyerUserName property.
|
void |
setIdentificationInfo(IdentificationInfoType value)
Sets the value of the identificationInfo property.
|
void |
setTaxIdDetails(TaxIdDetailsType value)
Sets the value of the taxIdDetails property.
|
protected java.lang.String buyerId
protected java.lang.String buyerUserName
protected javax.xml.datatype.XMLGregorianCalendar buyerRegistrationDate
protected TaxIdDetailsType taxIdDetails
protected IdentificationInfoType identificationInfo
public java.lang.String getBuyerId()
String
public void setBuyerId(java.lang.String value)
value
- the value
allowed object is
String
public java.lang.String getBuyerUserName()
String
public void setBuyerUserName(java.lang.String value)
value
- the value
allowed object is
String
public javax.xml.datatype.XMLGregorianCalendar getBuyerRegistrationDate()
XMLGregorianCalendar
public void setBuyerRegistrationDate(javax.xml.datatype.XMLGregorianCalendar value)
value
- the value
allowed object is
XMLGregorianCalendar
public TaxIdDetailsType getTaxIdDetails()
TaxIdDetailsType
public void setTaxIdDetails(TaxIdDetailsType value)
value
- the value
allowed object is
TaxIdDetailsType
public IdentificationInfoType getIdentificationInfo()
IdentificationInfoType
public void setIdentificationInfo(IdentificationInfoType value)
value
- the value
allowed object is
IdentificationInfoType
stSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.