public class BuyerDetailType
extends java.lang.Object
Java class for BuyerDetailType complex type.
The following schema fragment specifies the expected content contained within this class.
 <complexType name="BuyerDetailType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="IdentificationInfo" type="{urn:ebay:apis:eBLBaseComponents}IdentificationInfoType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 | Modifier and Type | Field and Description | 
|---|---|
protected IdentificationInfoType | 
identificationInfo  | 
| Constructor and Description | 
|---|
BuyerDetailType()  | 
| Modifier and Type | Method and Description | 
|---|---|
IdentificationInfoType | 
getIdentificationInfo()
Gets the value of the identificationInfo property. 
 | 
void | 
setIdentificationInfo(IdentificationInfoType value)
Sets the value of the identificationInfo property. 
 | 
protected IdentificationInfoType identificationInfo
public IdentificationInfoType getIdentificationInfo()
IdentificationInfoTypepublic void setIdentificationInfo(IdentificationInfoType value)
value - the value
     allowed object is
     IdentificationInfoTypestSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.