public class DoExpressCheckoutPaymentResponseDetailsType
extends java.lang.Object
Java class for DoExpressCheckoutPaymentResponseDetailsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DoExpressCheckoutPaymentResponseDetailsType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Token" type="{urn:ebay:apis:eBLBaseComponents}ExpressCheckoutTokenType"/> <element name="PaymentInfo" type="{urn:ebay:apis:eBLBaseComponents}PaymentInfoType" maxOccurs="10" minOccurs="0"/> <element name="BillingAgreementID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="RedirectRequired" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="Note" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="SuccessPageRedirectRequested" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="UserSelectedOptions" type="{urn:ebay:apis:eBLBaseComponents}UserSelectedOptionType" minOccurs="0"/> <element name="CoupledPaymentInfo" type="{urn:ebay:apis:eBLBaseComponents}CoupledPaymentInfoType" maxOccurs="5" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
billingAgreementID |
protected java.util.List<CoupledPaymentInfoType> |
coupledPaymentInfo |
protected java.lang.String |
note |
protected java.util.List<PaymentInfoType> |
paymentInfo |
protected java.lang.String |
redirectRequired |
protected java.lang.String |
successPageRedirectRequested |
protected java.lang.String |
token |
protected UserSelectedOptionType |
userSelectedOptions |
Constructor and Description |
---|
DoExpressCheckoutPaymentResponseDetailsType() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getBillingAgreementID()
Gets the value of the billingAgreementID property.
|
java.util.List<CoupledPaymentInfoType> |
getCoupledPaymentInfo()
Gets the value of the coupledPaymentInfo property.
|
java.lang.String |
getNote()
Gets the value of the note property.
|
java.util.List<PaymentInfoType> |
getPaymentInfo()
Gets the value of the paymentInfo property.
|
java.lang.String |
getRedirectRequired()
Gets the value of the redirectRequired property.
|
java.lang.String |
getSuccessPageRedirectRequested()
Gets the value of the successPageRedirectRequested property.
|
java.lang.String |
getToken()
Gets the value of the token property.
|
UserSelectedOptionType |
getUserSelectedOptions()
Gets the value of the userSelectedOptions property.
|
void |
setBillingAgreementID(java.lang.String value)
Sets the value of the billingAgreementID property.
|
void |
setNote(java.lang.String value)
Sets the value of the note property.
|
void |
setRedirectRequired(java.lang.String value)
Sets the value of the redirectRequired property.
|
void |
setSuccessPageRedirectRequested(java.lang.String value)
Sets the value of the successPageRedirectRequested 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 java.util.List<PaymentInfoType> paymentInfo
protected java.lang.String billingAgreementID
protected java.lang.String redirectRequired
protected java.lang.String note
protected java.lang.String successPageRedirectRequested
protected UserSelectedOptionType userSelectedOptions
protected java.util.List<CoupledPaymentInfoType> coupledPaymentInfo
public DoExpressCheckoutPaymentResponseDetailsType()
public java.lang.String getToken()
String
public void setToken(java.lang.String value)
value
- the value
allowed object is
String
public java.util.List<PaymentInfoType> getPaymentInfo()
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 paymentInfo property.
For example, to add a new item, do as follows:
getPaymentInfo().add(newItem);
Objects of the following type(s) are allowed in the list
PaymentInfoType
public java.lang.String getBillingAgreementID()
String
public void setBillingAgreementID(java.lang.String value)
value
- the value
allowed object is
String
public java.lang.String getRedirectRequired()
String
public void setRedirectRequired(java.lang.String value)
value
- the value
allowed object is
String
public java.lang.String getNote()
String
public void setNote(java.lang.String value)
value
- the value
allowed object is
String
public java.lang.String getSuccessPageRedirectRequested()
String
public void setSuccessPageRedirectRequested(java.lang.String value)
value
- the value
allowed object is
String
public UserSelectedOptionType getUserSelectedOptions()
UserSelectedOptionType
public void setUserSelectedOptions(UserSelectedOptionType value)
value
- the value
allowed object is
UserSelectedOptionType
public java.util.List<CoupledPaymentInfoType> getCoupledPaymentInfo()
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 coupledPaymentInfo property.
For example, to add a new item, do as follows:
getCoupledPaymentInfo().add(newItem);
Objects of the following type(s) are allowed in the list
CoupledPaymentInfoType
stSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.