public class GetExpressCheckoutDetailsResponseDetailsType
extends java.lang.Object
Java class for GetExpressCheckoutDetailsResponseDetailsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GetExpressCheckoutDetailsResponseDetailsType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Token" type="{urn:ebay:apis:eBLBaseComponents}ExpressCheckoutTokenType"/> <element name="PayerInfo" type="{urn:ebay:apis:eBLBaseComponents}PayerInfoType"/> <element name="Custom" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="InvoiceID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="ContactPhone" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="BillingAgreementAcceptedStatus" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="RedirectRequired" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="BillingAddress" type="{urn:ebay:apis:eBLBaseComponents}AddressType" minOccurs="0"/> <element name="Note" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="CheckoutStatus" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="PayPalAdjustment" type="{urn:ebay:apis:CoreComponentTypes}BasicAmountType" minOccurs="0"/> <element name="PaymentDetails" type="{urn:ebay:apis:eBLBaseComponents}PaymentDetailsType" maxOccurs="10" minOccurs="0"/> <element name="UserSelectedOptions" type="{urn:ebay:apis:eBLBaseComponents}UserSelectedOptionType" minOccurs="0"/> <element name="IncentiveDetails" type="{urn:ebay:apis:eBLBaseComponents}IncentiveDetailsType" maxOccurs="unbounded" minOccurs="0"/> <element name="GiftMessage" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="GiftReceiptEnable" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="GiftWrapName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="GiftWrapAmount" type="{urn:ebay:apis:CoreComponentTypes}BasicAmountType" minOccurs="0"/> <element name="BuyerMarketingEmail" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="SurveyQuestion" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="SurveyChoiceSelected" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/> <element name="PaymentRequestInfo" type="{urn:ebay:apis:eBLBaseComponents}PaymentRequestInfoType" maxOccurs="10" minOccurs="0"/> <element name="ExternalRememberMeStatusDetails" type="{urn:ebay:apis:eBLBaseComponents}ExternalRememberMeStatusDetailsType" minOccurs="0"/> <element name="RefreshTokenStatusDetails" type="{urn:ebay:apis:eBLBaseComponents}RefreshTokenStatusDetailsType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected AddressType |
billingAddress |
protected java.lang.Boolean |
billingAgreementAcceptedStatus |
protected java.lang.String |
buyerMarketingEmail |
protected java.lang.String |
checkoutStatus |
protected java.lang.String |
contactPhone |
protected java.lang.String |
custom |
protected ExternalRememberMeStatusDetailsType |
externalRememberMeStatusDetails |
protected java.lang.String |
giftMessage |
protected java.lang.String |
giftReceiptEnable |
protected BasicAmountType |
giftWrapAmount |
protected java.lang.String |
giftWrapName |
protected java.util.List<IncentiveDetailsType> |
incentiveDetails |
protected java.lang.String |
invoiceID |
protected java.lang.String |
note |
protected PayerInfoType |
payerInfo |
protected java.util.List<PaymentDetailsType> |
paymentDetails |
protected java.util.List<PaymentRequestInfoType> |
paymentRequestInfo |
protected BasicAmountType |
payPalAdjustment |
protected java.lang.String |
redirectRequired |
protected RefreshTokenStatusDetailsType |
refreshTokenStatusDetails |
protected java.util.List<java.lang.String> |
surveyChoiceSelected |
protected java.lang.String |
surveyQuestion |
protected java.lang.String |
token |
protected UserSelectedOptionType |
userSelectedOptions |
Constructor and Description |
---|
GetExpressCheckoutDetailsResponseDetailsType() |
Modifier and Type | Method and Description |
---|---|
AddressType |
getBillingAddress()
Gets the value of the billingAddress property.
|
java.lang.String |
getBuyerMarketingEmail()
Gets the value of the buyerMarketingEmail property.
|
java.lang.String |
getCheckoutStatus()
Gets the value of the checkoutStatus property.
|
java.lang.String |
getContactPhone()
Gets the value of the contactPhone property.
|
java.lang.String |
getCustom()
Gets the value of the custom property.
|
ExternalRememberMeStatusDetailsType |
getExternalRememberMeStatusDetails()
Gets the value of the externalRememberMeStatusDetails property.
|
java.lang.String |
getGiftMessage()
Gets the value of the giftMessage property.
|
java.lang.String |
getGiftReceiptEnable()
Gets the value of the giftReceiptEnable property.
|
BasicAmountType |
getGiftWrapAmount()
Gets the value of the giftWrapAmount property.
|
java.lang.String |
getGiftWrapName()
Gets the value of the giftWrapName property.
|
java.util.List<IncentiveDetailsType> |
getIncentiveDetails()
Gets the value of the incentiveDetails property.
|
java.lang.String |
getInvoiceID()
Gets the value of the invoiceID property.
|
java.lang.String |
getNote()
Gets the value of the note property.
|
PayerInfoType |
getPayerInfo()
Gets the value of the payerInfo property.
|
java.util.List<PaymentDetailsType> |
getPaymentDetails()
Gets the value of the paymentDetails property.
|
java.util.List<PaymentRequestInfoType> |
getPaymentRequestInfo()
Gets the value of the paymentRequestInfo property.
|
BasicAmountType |
getPayPalAdjustment()
Gets the value of the payPalAdjustment property.
|
java.lang.String |
getRedirectRequired()
Gets the value of the redirectRequired property.
|
RefreshTokenStatusDetailsType |
getRefreshTokenStatusDetails()
Gets the value of the refreshTokenStatusDetails property.
|
java.util.List<java.lang.String> |
getSurveyChoiceSelected()
Gets the value of the surveyChoiceSelected property.
|
java.lang.String |
getSurveyQuestion()
Gets the value of the surveyQuestion property.
|
java.lang.String |
getToken()
Gets the value of the token property.
|
UserSelectedOptionType |
getUserSelectedOptions()
Gets the value of the userSelectedOptions property.
|
java.lang.Boolean |
isBillingAgreementAcceptedStatus()
Gets the value of the billingAgreementAcceptedStatus property.
|
void |
setBillingAddress(AddressType value)
Sets the value of the billingAddress property.
|
void |
setBillingAgreementAcceptedStatus(java.lang.Boolean value)
Sets the value of the billingAgreementAcceptedStatus property.
|
void |
setBuyerMarketingEmail(java.lang.String value)
Sets the value of the buyerMarketingEmail property.
|
void |
setCheckoutStatus(java.lang.String value)
Sets the value of the checkoutStatus property.
|
void |
setContactPhone(java.lang.String value)
Sets the value of the contactPhone property.
|
void |
setCustom(java.lang.String value)
Sets the value of the custom property.
|
void |
setExternalRememberMeStatusDetails(ExternalRememberMeStatusDetailsType value)
Sets the value of the externalRememberMeStatusDetails property.
|
void |
setGiftMessage(java.lang.String value)
Sets the value of the giftMessage property.
|
void |
setGiftReceiptEnable(java.lang.String value)
Sets the value of the giftReceiptEnable property.
|
void |
setGiftWrapAmount(BasicAmountType value)
Sets the value of the giftWrapAmount property.
|
void |
setGiftWrapName(java.lang.String value)
Sets the value of the giftWrapName property.
|
void |
setInvoiceID(java.lang.String value)
Sets the value of the invoiceID property.
|
void |
setNote(java.lang.String value)
Sets the value of the note property.
|
void |
setPayerInfo(PayerInfoType value)
Sets the value of the payerInfo property.
|
void |
setPayPalAdjustment(BasicAmountType value)
Sets the value of the payPalAdjustment property.
|
void |
setRedirectRequired(java.lang.String value)
Sets the value of the redirectRequired property.
|
void |
setRefreshTokenStatusDetails(RefreshTokenStatusDetailsType value)
Sets the value of the refreshTokenStatusDetails property.
|
void |
setSurveyQuestion(java.lang.String value)
Sets the value of the surveyQuestion property.
|
void |
setToken(java.lang.String value)
Sets the value of the token property.
|
void |
setUserSelectedOptions(UserSelectedOptionType value)
Sets the value of the userSelectedOptions property.
|
protected java.lang.String token
protected PayerInfoType payerInfo
protected java.lang.String custom
protected java.lang.String invoiceID
protected java.lang.String contactPhone
protected java.lang.Boolean billingAgreementAcceptedStatus
protected java.lang.String redirectRequired
protected AddressType billingAddress
protected java.lang.String note
protected java.lang.String checkoutStatus
protected BasicAmountType payPalAdjustment
protected java.util.List<PaymentDetailsType> paymentDetails
protected UserSelectedOptionType userSelectedOptions
protected java.util.List<IncentiveDetailsType> incentiveDetails
protected java.lang.String giftMessage
protected java.lang.String giftReceiptEnable
protected java.lang.String giftWrapName
protected BasicAmountType giftWrapAmount
protected java.lang.String buyerMarketingEmail
protected java.lang.String surveyQuestion
protected java.util.List<java.lang.String> surveyChoiceSelected
protected java.util.List<PaymentRequestInfoType> paymentRequestInfo
protected ExternalRememberMeStatusDetailsType externalRememberMeStatusDetails
protected RefreshTokenStatusDetailsType refreshTokenStatusDetails
public GetExpressCheckoutDetailsResponseDetailsType()
public java.lang.String getToken()
String
public void setToken(java.lang.String value)
value
- the value
allowed object is
String
public PayerInfoType getPayerInfo()
PayerInfoType
public void setPayerInfo(PayerInfoType value)
value
- the value
allowed object is
PayerInfoType
public java.lang.String getCustom()
String
public void setCustom(java.lang.String value)
value
- the value
allowed object is
String
public java.lang.String getInvoiceID()
String
public void setInvoiceID(java.lang.String value)
value
- the value
allowed object is
String
public java.lang.String getContactPhone()
String
public void setContactPhone(java.lang.String value)
value
- the value
allowed object is
String
public java.lang.Boolean isBillingAgreementAcceptedStatus()
Boolean
public void setBillingAgreementAcceptedStatus(java.lang.Boolean value)
value
- the value
allowed object is
Boolean
public java.lang.String getRedirectRequired()
String
public void setRedirectRequired(java.lang.String value)
value
- the value
allowed object is
String
public AddressType getBillingAddress()
AddressType
public void setBillingAddress(AddressType value)
value
- the value
allowed object is
AddressType
public java.lang.String getNote()
String
public void setNote(java.lang.String value)
value
- the value
allowed object is
String
public java.lang.String getCheckoutStatus()
String
public void setCheckoutStatus(java.lang.String value)
value
- the value
allowed object is
String
public BasicAmountType getPayPalAdjustment()
BasicAmountType
public void setPayPalAdjustment(BasicAmountType value)
value
- the value
allowed object is
BasicAmountType
public java.util.List<PaymentDetailsType> getPaymentDetails()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the paymentDetails property.
For example, to add a new item, do as follows:
getPaymentDetails().add(newItem);
Objects of the following type(s) are allowed in the list
PaymentDetailsType
public UserSelectedOptionType getUserSelectedOptions()
UserSelectedOptionType
public void setUserSelectedOptions(UserSelectedOptionType value)
value
- the value
allowed object is
UserSelectedOptionType
public java.util.List<IncentiveDetailsType> getIncentiveDetails()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the incentiveDetails property.
For example, to add a new item, do as follows:
getIncentiveDetails().add(newItem);
Objects of the following type(s) are allowed in the list
IncentiveDetailsType
public java.lang.String getGiftMessage()
String
public void setGiftMessage(java.lang.String value)
value
- the value
allowed object is
String
public java.lang.String getGiftReceiptEnable()
String
public void setGiftReceiptEnable(java.lang.String value)
value
- the value
allowed object is
String
public java.lang.String getGiftWrapName()
String
public void setGiftWrapName(java.lang.String value)
value
- the value
allowed object is
String
public BasicAmountType getGiftWrapAmount()
BasicAmountType
public void setGiftWrapAmount(BasicAmountType value)
value
- the value
allowed object is
BasicAmountType
public java.lang.String getBuyerMarketingEmail()
String
public void setBuyerMarketingEmail(java.lang.String value)
value
- the value
allowed object is
String
public java.lang.String getSurveyQuestion()
String
public void setSurveyQuestion(java.lang.String value)
value
- the value
allowed object is
String
public java.util.List<java.lang.String> getSurveyChoiceSelected()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the surveyChoiceSelected property.
For example, to add a new item, do as follows:
getSurveyChoiceSelected().add(newItem);
Objects of the following type(s) are allowed in the list
String
public java.util.List<PaymentRequestInfoType> getPaymentRequestInfo()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the paymentRequestInfo property.
For example, to add a new item, do as follows:
getPaymentRequestInfo().add(newItem);
Objects of the following type(s) are allowed in the list
PaymentRequestInfoType
public ExternalRememberMeStatusDetailsType getExternalRememberMeStatusDetails()
ExternalRememberMeStatusDetailsType
public void setExternalRememberMeStatusDetails(ExternalRememberMeStatusDetailsType value)
value
- the value
allowed object is
ExternalRememberMeStatusDetailsType
public RefreshTokenStatusDetailsType getRefreshTokenStatusDetails()
RefreshTokenStatusDetailsType
public void setRefreshTokenStatusDetails(RefreshTokenStatusDetailsType value)
value
- the value
allowed object is
RefreshTokenStatusDetailsType
stSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.