public class EnterBoardingRequestDetailsType
extends java.lang.Object
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>
Modifier and Type | Field and Description |
---|---|
protected BankAccountDetailsType |
bankAccount |
protected BusinessInfoType |
businessInfo |
protected java.lang.String |
imageUrl |
protected MarketingCategoryType |
marketingCategory |
protected BusinessOwnerInfoType |
ownerInfo |
protected java.lang.String |
partnerCustom |
protected java.lang.String |
productList |
protected java.lang.String |
programCode |
Constructor and Description |
---|
EnterBoardingRequestDetailsType() |
Modifier and Type | Method and Description |
---|---|
BankAccountDetailsType |
getBankAccount()
Gets the value of the bankAccount property.
|
BusinessInfoType |
getBusinessInfo()
Gets the value of the businessInfo property.
|
java.lang.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.
|
java.lang.String |
getPartnerCustom()
Gets the value of the partnerCustom property.
|
java.lang.String |
getProductList()
Gets the value of the productList property.
|
java.lang.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(java.lang.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(java.lang.String value)
Sets the value of the partnerCustom property.
|
void |
setProductList(java.lang.String value)
Sets the value of the productList property.
|
void |
setProgramCode(java.lang.String value)
Sets the value of the programCode property.
|
protected java.lang.String programCode
protected java.lang.String productList
protected java.lang.String partnerCustom
protected java.lang.String imageUrl
protected MarketingCategoryType marketingCategory
protected BusinessInfoType businessInfo
protected BusinessOwnerInfoType ownerInfo
protected BankAccountDetailsType bankAccount
public java.lang.String getProgramCode()
String
public void setProgramCode(java.lang.String value)
value
- the value
allowed object is
String
public java.lang.String getProductList()
String
public void setProductList(java.lang.String value)
value
- the value
allowed object is
String
public java.lang.String getPartnerCustom()
String
public void setPartnerCustom(java.lang.String value)
value
- the value
allowed object is
String
public java.lang.String getImageUrl()
String
public void setImageUrl(java.lang.String value)
value
- the value
allowed object is
String
public MarketingCategoryType getMarketingCategory()
MarketingCategoryType
public void setMarketingCategory(MarketingCategoryType value)
value
- the value
allowed object is
MarketingCategoryType
public BusinessInfoType getBusinessInfo()
BusinessInfoType
public void setBusinessInfo(BusinessInfoType value)
value
- the value
allowed object is
BusinessInfoType
public BusinessOwnerInfoType getOwnerInfo()
BusinessOwnerInfoType
public void setOwnerInfo(BusinessOwnerInfoType value)
value
- the value
allowed object is
BusinessOwnerInfoType
public BankAccountDetailsType getBankAccount()
BankAccountDetailsType
public void setBankAccount(BankAccountDetailsType value)
value
- the value
allowed object is
BankAccountDetailsType
stSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.