public class

GetBoardingDetailsResponseDetailsType

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

Class Overview

Java class for GetBoardingDetailsResponseDetailsType complex type.

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

 <complexType name="GetBoardingDetailsResponseDetailsType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Status" type="{urn:ebay:apis:eBLBaseComponents}BoardingStatusType"/>
         <element name="StartDate" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
         <element name="LastUpdated" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
         <element name="Reason" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="ProgramName" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="ProgramCode" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="CampaignID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="UserWithdrawalLimit" type="{urn:ebay:apis:eBLBaseComponents}UserWithdrawalLimitTypeType" minOccurs="0"/>
         <element name="PartnerCustom" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="AccountOwner" type="{urn:ebay:apis:eBLBaseComponents}PayerInfoType" minOccurs="0"/>
         <element name="Credentials" type="{urn:ebay:apis:eBLBaseComponents}APICredentialsType" minOccurs="0"/>
         <element name="ConfigureAPIs" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="EmailVerificationStatus" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="VettingStatus" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="BankAccountVerificationStatus" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected PayerInfoType accountOwner
protected String bankAccountVerificationStatus
protected String campaignID
protected String configureAPIs
protected APICredentialsType credentials
protected String emailVerificationStatus
protected XMLGregorianCalendar lastUpdated
protected String partnerCustom
protected String programCode
protected String programName
protected String reason
protected XMLGregorianCalendar startDate
protected BoardingStatusType status
protected UserWithdrawalLimitTypeType userWithdrawalLimit
protected String vettingStatus
Public Constructors
GetBoardingDetailsResponseDetailsType()
Public Methods
PayerInfoType getAccountOwner()
Gets the value of the accountOwner property.
String getBankAccountVerificationStatus()
Gets the value of the bankAccountVerificationStatus property.
String getCampaignID()
Gets the value of the campaignID property.
String getConfigureAPIs()
Gets the value of the configureAPIs property.
APICredentialsType getCredentials()
Gets the value of the credentials property.
String getEmailVerificationStatus()
Gets the value of the emailVerificationStatus property.
XMLGregorianCalendar getLastUpdated()
Gets the value of the lastUpdated property.
String getPartnerCustom()
Gets the value of the partnerCustom property.
String getProgramCode()
Gets the value of the programCode property.
String getProgramName()
Gets the value of the programName property.
String getReason()
Gets the value of the reason property.
XMLGregorianCalendar getStartDate()
Gets the value of the startDate property.
BoardingStatusType getStatus()
Gets the value of the status property.
UserWithdrawalLimitTypeType getUserWithdrawalLimit()
Gets the value of the userWithdrawalLimit property.
String getVettingStatus()
Gets the value of the vettingStatus property.
void setAccountOwner(PayerInfoType value)
Sets the value of the accountOwner property.
void setBankAccountVerificationStatus(String value)
Sets the value of the bankAccountVerificationStatus property.
void setCampaignID(String value)
Sets the value of the campaignID property.
void setConfigureAPIs(String value)
Sets the value of the configureAPIs property.
void setCredentials(APICredentialsType value)
Sets the value of the credentials property.
void setEmailVerificationStatus(String value)
Sets the value of the emailVerificationStatus property.
void setLastUpdated(XMLGregorianCalendar value)
Sets the value of the lastUpdated property.
void setPartnerCustom(String value)
Sets the value of the partnerCustom property.
void setProgramCode(String value)
Sets the value of the programCode property.
void setProgramName(String value)
Sets the value of the programName property.
void setReason(String value)
Sets the value of the reason property.
void setStartDate(XMLGregorianCalendar value)
Sets the value of the startDate property.
void setStatus(BoardingStatusType value)
Sets the value of the status property.
void setUserWithdrawalLimit(UserWithdrawalLimitTypeType value)
Sets the value of the userWithdrawalLimit property.
void setVettingStatus(String value)
Sets the value of the vettingStatus property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected PayerInfoType accountOwner

protected String bankAccountVerificationStatus

protected String campaignID

protected String configureAPIs

protected APICredentialsType credentials

protected String emailVerificationStatus

protected XMLGregorianCalendar lastUpdated

protected String partnerCustom

protected String programCode

protected String programName

protected String reason

protected XMLGregorianCalendar startDate

protected BoardingStatusType status

protected UserWithdrawalLimitTypeType userWithdrawalLimit

protected String vettingStatus

Public Constructors

public GetBoardingDetailsResponseDetailsType ()

Public Methods

public PayerInfoType getAccountOwner ()

Gets the value of the accountOwner property.

Returns

public String getBankAccountVerificationStatus ()

Gets the value of the bankAccountVerificationStatus property.

Returns
  • possible object is String

public String getCampaignID ()

Gets the value of the campaignID property.

Returns
  • possible object is String

public String getConfigureAPIs ()

Gets the value of the configureAPIs property.

Returns
  • possible object is String

public APICredentialsType getCredentials ()

Gets the value of the credentials property.

Returns

public String getEmailVerificationStatus ()

Gets the value of the emailVerificationStatus property.

Returns
  • possible object is String

public XMLGregorianCalendar getLastUpdated ()

Gets the value of the lastUpdated property.

Returns
  • possible object is XMLGregorianCalendar

public String getPartnerCustom ()

Gets the value of the partnerCustom property.

Returns
  • possible object is String

public String getProgramCode ()

Gets the value of the programCode property.

Returns
  • possible object is String

public String getProgramName ()

Gets the value of the programName property.

Returns
  • possible object is String

public String getReason ()

Gets the value of the reason property.

Returns
  • possible object is String

public XMLGregorianCalendar getStartDate ()

Gets the value of the startDate property.

Returns
  • possible object is XMLGregorianCalendar

public BoardingStatusType getStatus ()

Gets the value of the status property.

Returns

public UserWithdrawalLimitTypeType getUserWithdrawalLimit ()

Gets the value of the userWithdrawalLimit property.

Returns

public String getVettingStatus ()

Gets the value of the vettingStatus property.

Returns
  • possible object is String

public void setAccountOwner (PayerInfoType value)

Sets the value of the accountOwner property.

Parameters
value Allowed object is PayerInfoType

public void setBankAccountVerificationStatus (String value)

Sets the value of the bankAccountVerificationStatus property.

Parameters
value Allowed object is String

public void setCampaignID (String value)

Sets the value of the campaignID property.

Parameters
value Allowed object is String

public void setConfigureAPIs (String value)

Sets the value of the configureAPIs property.

Parameters
value Allowed object is String

public void setCredentials (APICredentialsType value)

Sets the value of the credentials property.

Parameters
value Allowed object is APICredentialsType

public void setEmailVerificationStatus (String value)

Sets the value of the emailVerificationStatus property.

Parameters
value Allowed object is String

public void setLastUpdated (XMLGregorianCalendar value)

Sets the value of the lastUpdated property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setPartnerCustom (String value)

Sets the value of the partnerCustom 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

public void setProgramName (String value)

Sets the value of the programName property.

Parameters
value Allowed object is String

public void setReason (String value)

Sets the value of the reason property.

Parameters
value Allowed object is String

public void setStartDate (XMLGregorianCalendar value)

Sets the value of the startDate property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setStatus (BoardingStatusType value)

Sets the value of the status property.

Parameters
value Allowed object is BoardingStatusType

public void setUserWithdrawalLimit (UserWithdrawalLimitTypeType value)

Sets the value of the userWithdrawalLimit property.

Parameters
value Allowed object is UserWithdrawalLimitTypeType

public void setVettingStatus (String value)

Sets the value of the vettingStatus property.

Parameters
value Allowed object is String