public class

EnterBoardingRequestDetailsType

extends Object
java.lang.Object
   ↳ ebay.apis.eblbasecomponents.EnterBoardingRequestDetailsType

Class Overview

Java class for EnterBoardingRequestDetailsType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="EnterBoardingRequestDetailsType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="ProgramCode" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="ProductList" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="PartnerCustom" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="ImageUrl" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="MarketingCategory" type="{urn:ebay:apis:eBLBaseComponents}MarketingCategoryType" minOccurs="0"/>
         <element name="BusinessInfo" type="{urn:ebay:apis:eBLBaseComponents}BusinessInfoType" minOccurs="0"/>
         <element name="OwnerInfo" type="{urn:ebay:apis:eBLBaseComponents}BusinessOwnerInfoType" minOccurs="0"/>
         <element name="BankAccount" type="{urn:ebay:apis:eBLBaseComponents}BankAccountDetailsType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected BankAccountDetailsType bankAccount
protected BusinessInfoType businessInfo
protected String imageUrl
protected MarketingCategoryType marketingCategory
protected BusinessOwnerInfoType ownerInfo
protected String partnerCustom
protected String productList
protected String programCode
Public Constructors
EnterBoardingRequestDetailsType()
Public Methods
BankAccountDetailsType getBankAccount()
Gets the value of the bankAccount property.
BusinessInfoType getBusinessInfo()
Gets the value of the businessInfo property.
String getImageUrl()
Gets the value of the imageUrl property.
MarketingCategoryType getMarketingCategory()
Gets the value of the marketingCategory property.
BusinessOwnerInfoType getOwnerInfo()
Gets the value of the ownerInfo property.
String getPartnerCustom()
Gets the value of the partnerCustom property.
String getProductList()
Gets the value of the productList property.
String getProgramCode()
Gets the value of the programCode property.
void setBankAccount(BankAccountDetailsType value)
Sets the value of the bankAccount property.
void setBusinessInfo(BusinessInfoType value)
Sets the value of the businessInfo property.
void setImageUrl(String value)
Sets the value of the imageUrl property.
void setMarketingCategory(MarketingCategoryType value)
Sets the value of the marketingCategory property.
void setOwnerInfo(BusinessOwnerInfoType value)
Sets the value of the ownerInfo property.
void setPartnerCustom(String value)
Sets the value of the partnerCustom property.
void setProductList(String value)
Sets the value of the productList property.
void setProgramCode(String value)
Sets the value of the programCode property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected BankAccountDetailsType bankAccount

protected BusinessInfoType businessInfo

protected String imageUrl

protected MarketingCategoryType marketingCategory

protected BusinessOwnerInfoType ownerInfo

protected String partnerCustom

protected String productList

protected String programCode

Public Constructors

public EnterBoardingRequestDetailsType ()

Public Methods

public BankAccountDetailsType getBankAccount ()

Gets the value of the bankAccount property.

Returns

public BusinessInfoType getBusinessInfo ()

Gets the value of the businessInfo property.

Returns

public String getImageUrl ()

Gets the value of the imageUrl property.

Returns
  • possible object is String

public MarketingCategoryType getMarketingCategory ()

Gets the value of the marketingCategory property.

Returns

public BusinessOwnerInfoType getOwnerInfo ()

Gets the value of the ownerInfo property.

Returns

public String getPartnerCustom ()

Gets the value of the partnerCustom property.

Returns
  • possible object is String

public String getProductList ()

Gets the value of the productList property.

Returns
  • possible object is String

public String getProgramCode ()

Gets the value of the programCode property.

Returns
  • possible object is String

public void setBankAccount (BankAccountDetailsType value)

Sets the value of the bankAccount property.

Parameters
value Allowed object is BankAccountDetailsType

public void setBusinessInfo (BusinessInfoType value)

Sets the value of the businessInfo property.

Parameters
value Allowed object is BusinessInfoType

public void setImageUrl (String value)

Sets the value of the imageUrl property.

Parameters
value Allowed object is String

public void setMarketingCategory (MarketingCategoryType value)

Sets the value of the marketingCategory property.

Parameters
value Allowed object is MarketingCategoryType

public void setOwnerInfo (BusinessOwnerInfoType value)

Sets the value of the ownerInfo property.

Parameters
value Allowed object is BusinessOwnerInfoType

public void setPartnerCustom (String value)

Sets the value of the partnerCustom property.

Parameters
value Allowed object is String

public void setProductList (String value)

Sets the value of the productList property.

Parameters
value Allowed object is String

public void setProgramCode (String value)

Sets the value of the programCode property.

Parameters
value Allowed object is String