public class BuyerDetailsType extends Object
| Constructor and Description |
|---|
BuyerDetailsType()
Default Constructor
|
| Modifier and Type | Method and Description |
|---|---|
String |
getBuyerId()
Getter for buyerId
|
String |
getBuyerRegistrationDate()
Getter for buyerRegistrationDate
|
String |
getBuyerUserName()
Getter for buyerUserName
|
IdentificationInfoType |
getIdentificationInfo()
Getter for identificationInfo
|
TaxIdDetailsType |
getTaxIdDetails()
Getter for taxIdDetails
|
void |
setBuyerId(String buyerId)
Setter for buyerId
|
void |
setBuyerRegistrationDate(String buyerRegistrationDate)
Setter for buyerRegistrationDate
|
void |
setBuyerUserName(String buyerUserName)
Setter for buyerUserName
|
void |
setIdentificationInfo(IdentificationInfoType identificationInfo)
Setter for identificationInfo
|
void |
setTaxIdDetails(TaxIdDetailsType taxIdDetails)
Setter for taxIdDetails
|
String |
toXMLString(String prefix,
String name) |
public String getBuyerId()
public void setBuyerId(String buyerId)
public String getBuyerUserName()
public void setBuyerUserName(String buyerUserName)
public String getBuyerRegistrationDate()
public void setBuyerRegistrationDate(String buyerRegistrationDate)
public TaxIdDetailsType getTaxIdDetails()
public void setTaxIdDetails(TaxIdDetailsType taxIdDetails)
public IdentificationInfoType getIdentificationInfo()
public void setIdentificationInfo(IdentificationInfoType identificationInfo)
Copyright © 2017. All Rights Reserved.