public class GetBoardingDetailsResponseDetailsType
extends java.lang.Object
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>
| Modifier and Type | Field and Description |
|---|---|
protected PayerInfoType |
accountOwner |
protected java.lang.String |
bankAccountVerificationStatus |
protected java.lang.String |
campaignID |
protected java.lang.String |
configureAPIs |
protected APICredentialsType |
credentials |
protected java.lang.String |
emailVerificationStatus |
protected javax.xml.datatype.XMLGregorianCalendar |
lastUpdated |
protected java.lang.String |
partnerCustom |
protected java.lang.String |
programCode |
protected java.lang.String |
programName |
protected java.lang.String |
reason |
protected javax.xml.datatype.XMLGregorianCalendar |
startDate |
protected BoardingStatusType |
status |
protected UserWithdrawalLimitTypeType |
userWithdrawalLimit |
protected java.lang.String |
vettingStatus |
| Constructor and Description |
|---|
GetBoardingDetailsResponseDetailsType() |
| Modifier and Type | Method and Description |
|---|---|
PayerInfoType |
getAccountOwner()
Gets the value of the accountOwner property.
|
java.lang.String |
getBankAccountVerificationStatus()
Gets the value of the bankAccountVerificationStatus property.
|
java.lang.String |
getCampaignID()
Gets the value of the campaignID property.
|
java.lang.String |
getConfigureAPIs()
Gets the value of the configureAPIs property.
|
APICredentialsType |
getCredentials()
Gets the value of the credentials property.
|
java.lang.String |
getEmailVerificationStatus()
Gets the value of the emailVerificationStatus property.
|
javax.xml.datatype.XMLGregorianCalendar |
getLastUpdated()
Gets the value of the lastUpdated property.
|
java.lang.String |
getPartnerCustom()
Gets the value of the partnerCustom property.
|
java.lang.String |
getProgramCode()
Gets the value of the programCode property.
|
java.lang.String |
getProgramName()
Gets the value of the programName property.
|
java.lang.String |
getReason()
Gets the value of the reason property.
|
javax.xml.datatype.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.
|
java.lang.String |
getVettingStatus()
Gets the value of the vettingStatus property.
|
void |
setAccountOwner(PayerInfoType value)
Sets the value of the accountOwner property.
|
void |
setBankAccountVerificationStatus(java.lang.String value)
Sets the value of the bankAccountVerificationStatus property.
|
void |
setCampaignID(java.lang.String value)
Sets the value of the campaignID property.
|
void |
setConfigureAPIs(java.lang.String value)
Sets the value of the configureAPIs property.
|
void |
setCredentials(APICredentialsType value)
Sets the value of the credentials property.
|
void |
setEmailVerificationStatus(java.lang.String value)
Sets the value of the emailVerificationStatus property.
|
void |
setLastUpdated(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the lastUpdated property.
|
void |
setPartnerCustom(java.lang.String value)
Sets the value of the partnerCustom property.
|
void |
setProgramCode(java.lang.String value)
Sets the value of the programCode property.
|
void |
setProgramName(java.lang.String value)
Sets the value of the programName property.
|
void |
setReason(java.lang.String value)
Sets the value of the reason property.
|
void |
setStartDate(javax.xml.datatype.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(java.lang.String value)
Sets the value of the vettingStatus property.
|
protected BoardingStatusType status
protected javax.xml.datatype.XMLGregorianCalendar startDate
protected javax.xml.datatype.XMLGregorianCalendar lastUpdated
protected java.lang.String reason
protected java.lang.String programName
protected java.lang.String programCode
protected java.lang.String campaignID
protected UserWithdrawalLimitTypeType userWithdrawalLimit
protected java.lang.String partnerCustom
protected PayerInfoType accountOwner
protected APICredentialsType credentials
protected java.lang.String configureAPIs
protected java.lang.String emailVerificationStatus
protected java.lang.String vettingStatus
protected java.lang.String bankAccountVerificationStatus
public GetBoardingDetailsResponseDetailsType()
public BoardingStatusType getStatus()
BoardingStatusTypepublic void setStatus(BoardingStatusType value)
value - the value
allowed object is
BoardingStatusTypepublic javax.xml.datatype.XMLGregorianCalendar getStartDate()
XMLGregorianCalendarpublic void setStartDate(javax.xml.datatype.XMLGregorianCalendar value)
value - the value
allowed object is
XMLGregorianCalendarpublic javax.xml.datatype.XMLGregorianCalendar getLastUpdated()
XMLGregorianCalendarpublic void setLastUpdated(javax.xml.datatype.XMLGregorianCalendar value)
value - the value
allowed object is
XMLGregorianCalendarpublic java.lang.String getReason()
Stringpublic void setReason(java.lang.String value)
value - the value
allowed object is
Stringpublic java.lang.String getProgramName()
Stringpublic void setProgramName(java.lang.String value)
value - the value
allowed object is
Stringpublic java.lang.String getProgramCode()
Stringpublic void setProgramCode(java.lang.String value)
value - the value
allowed object is
Stringpublic java.lang.String getCampaignID()
Stringpublic void setCampaignID(java.lang.String value)
value - the value
allowed object is
Stringpublic UserWithdrawalLimitTypeType getUserWithdrawalLimit()
UserWithdrawalLimitTypeTypepublic void setUserWithdrawalLimit(UserWithdrawalLimitTypeType value)
value - the value
allowed object is
UserWithdrawalLimitTypeTypepublic java.lang.String getPartnerCustom()
Stringpublic void setPartnerCustom(java.lang.String value)
value - the value
allowed object is
Stringpublic PayerInfoType getAccountOwner()
PayerInfoTypepublic void setAccountOwner(PayerInfoType value)
value - the value
allowed object is
PayerInfoTypepublic APICredentialsType getCredentials()
APICredentialsTypepublic void setCredentials(APICredentialsType value)
value - the value
allowed object is
APICredentialsTypepublic java.lang.String getConfigureAPIs()
Stringpublic void setConfigureAPIs(java.lang.String value)
value - the value
allowed object is
Stringpublic java.lang.String getEmailVerificationStatus()
Stringpublic void setEmailVerificationStatus(java.lang.String value)
value - the value
allowed object is
Stringpublic java.lang.String getVettingStatus()
Stringpublic void setVettingStatus(java.lang.String value)
value - the value
allowed object is
Stringpublic java.lang.String getBankAccountVerificationStatus()
Stringpublic void setBankAccountVerificationStatus(java.lang.String value)
value - the value
allowed object is
StringstSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.